eclipse.platform.ui
eclipse.platform.ui copied to clipboard
No code mining updated when using Ctrl+End on Windows
The JFace text tests in org.eclipse.jface.text.tests.codemining.CodeMiningTest failed in the Ibuild I20220407-0240 as below
- CodeMiningProjectionViewerTest.testCodeMiningDoesntAlterFocus
- CodeMiningTest.testCodeMiningCtrlEnd
- CodeMiningTest.testCodeMiningCtrlHome
- CodeMiningTest.testCodeMiningFirstLine
This is a followup of Bug 571317
The link to the test failures report is org.eclipse.jface.text.tests_ep424I-unit-win32-java11_win32.win32.x86_64_11
From Bug 571317#c10 - the code mining code is not working completely on Windows. The issue in Bug 541415#c14 can still be reproduced on Windows.
Is it still failing?