Clean Code for bundles/org.eclipse.ui.ide #3470
Merged
Jenkins - Eclipse Platform / Code Analysis
failed
Oct 30, 2025 in 15m 14s
Build: warning in 'recordIssues' step
Build / Shell Script
Error in sh step, with arguments mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/.m2/repository -Pbree-libs -Papi-check -Pjavadoc -Dmaven.test.failure.ignore=true -Dcompare-version-with-baselines.skip=false -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss.SSS -DtrimStackTrace=false.
script returned exit code 1
Build log
Build log truncated.
wrappedListener.contextChanged(new org.eclipse.ui.contexts.ContextEvent(
^^^^^^^^^^^^
The type ContextEvent is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[110]
.contextChanged(new org.eclipse.ui.contexts.ContextEvent(context, false, enabledChanged, false, false));
^^^^^^^^^^^^
The type ContextEvent is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[119]
if (object instanceof final org.eclipse.ui.contexts.IContextListener other) {
^^^^^^^^^^^^^^^^
The type IContextListener is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[37]
public class WorkbenchContextSupport implements IWorkbenchContextSupport {
^^^^^^^^^^^^^^^^^^^^^^^^
The type IWorkbenchContextSupport is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[45]
private Map<EnabledSubmission, IContextActivation> activationsBySubmission = null;
^^^^^^^^^^^^^^^^^
The type EnabledSubmission is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[85]
public final void addEnabledSubmission(final EnabledSubmission enabledSubmission) {
^^^^^^^^^^^^^^^^^
The type EnabledSubmission is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[97]
final Iterator<EnabledSubmission> submissionItr = enabledSubmissions.iterator();
^^^^^^^^^^^^^^^^^
The type EnabledSubmission is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[104]
public final IContextManager getContextManager() {
^^^^^^^^^^^^^^^
The type IContextManager is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[129]
public final void removeEnabledSubmission(final EnabledSubmission enabledSubmission) {
^^^^^^^^^^^^^^^^^
The type EnabledSubmission is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[142]
final Iterator<EnabledSubmission> submissionItr = enabledSubmissions.iterator();
^^^^^^^^^^^^^^^^^
The type EnabledSubmission is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/decorators/FullDecoratorDefinition.java:[59]
Platform.run(
^^^
The method run(ISafeRunnable) from the type Platform has been deprecated since version 2025-03 and marked for removal
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/dialogs/ImportExportPage.java:[114]
FilteredTree filteredTree = new FilteredTree(parent, SWT.SINGLE | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER,
^^^^^^^^^^^^
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java:[274]
} else if ((delegate instanceof final IActionDelegateWithEvent delegateWithEvent) && (trigger instanceof final Event triggeringEvent)) {
^^^^^^^^^^^^^^^^^^^^^^^^
The type IActionDelegateWithEvent is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java:[276]
delegateWithEvent.runWithEvent(action, triggeringEvent);
^^^^^^^^^^^^
The method runWithEvent(IAction, Event) from the type IActionDelegateWithEvent is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/handlers/CommandLegacyActionWrapper.java:[326]
baseCommand.execute(executionEvent);
^^^^^^^
The method execute(ExecutionEvent) from the type Command is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/handlers/QuickMenuHandler.java:[68]
creator.dispose();
^^^^^^^
The method dispose() from the type QuickMenuCreator is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java:[189]
private class CompatibilityIHelpImplementation implements IHelp {
^^^^^
The type IHelp has been deprecated since version 2023-12 and marked for removal
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java:[357]
private IHelp helpCompatibilityWrapper = null;
^^^^^
The type IHelp has been deprecated since version 2023-12 and marked for removal
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java:[225]
super(parent, treeStyle, filter, true);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[58]
pluginId = configElement.getNamespace();
^^^^^^^^^^^^
The method getNamespace() from the type IConfigurationElement is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[162]
Preferences prefs = WorkbenchPlugin.getDefault().getPluginPreferences();
^^^^^^^^^^^
The type Preferences is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[162]
Preferences prefs = WorkbenchPlugin.getDefault().getPluginPreferences();
^^^^^^^^^^^^^^^^^^^^
The method getPluginPreferences() from the type Plugin is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[181]
Preferences prefs = WorkbenchPlugin.getDefault().getPluginPreferences();
^^^^^^^^^^^
The type Preferences is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[181]
Preferences prefs = WorkbenchPlugin.getDefault().getPluginPreferences();
^^^^^^^^^^^^^^^^^^^^
The method getPluginPreferences() from the type Plugin is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java:[990]
tree = new FilteredTree(parent, SWT.SINGLE | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER, filter, true);
^^^^^^^^^^^^
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/themes/ThemeElementHelper.java:[121]
defaultFont = registry.bestDataArray(fontData, display);
^^^^^^^^^^^^^
The method bestDataArray(FontData[], Display) from the type FontRegistry is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java:[275]
viewer.setAllChecked(false);
^^^^^^^^^^^^^
The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java:[341]
viewer.setAllChecked(true);
^^^^^^^^^^^^^
The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated
04:21:47.792 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java:[353]
viewer.setAllChecked(false);
^^^^^^^^^^^^^
The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated
173. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/CharacterKey.java (at line 43)
static SortedMap characterKeysByName = new TreeMap();
^^^^^^^^^^^^^^^^^^^
The enclosing type CharacterKey is deprecated, perhaps this member should be marked as deprecated, too?
174. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/CharacterKey.java (at line 49)
public static final CharacterKey BS;
^^
The enclosing type CharacterKey is deprecated, perhaps this member should be marked as deprecated, too?
175. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/CharacterKey.java (at line 55)
public static final CharacterKey CR;
^^
The enclosing type CharacterKey is deprecated, perhaps this member should be marked as deprecated, too?
176. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/CharacterKey.java (at line 61)
public static final CharacterKey DEL;
^^^
The enclosing type CharacterKey is deprecated, perhaps this member should be marked as deprecated, too?
177. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/CharacterKey.java (at line 67)
public static final CharacterKey ESC;
^^^
The enclosing type CharacterKey is deprecated, perhaps this member should be marked as deprecated, too?
178. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/CharacterKey.java (at line 73)
public static final CharacterKey FF;
^^
The enclosing type CharacterKey is deprecated, perhaps this member should be marked as deprecated, too?
179. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/CharacterKey.java (at line 79)
public static final CharacterKey LF;
^^
The enclosing type CharacterKey is deprecated, perhaps this member should be marked as deprecated, too?
180. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/CharacterKey.java (at line 85)
public static final CharacterKey NUL;
^^^
The enclosing type CharacterKey is deprecated, perhaps this member should be marked as deprecated, too?
181. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/CharacterKey.java (at line 91)
public static final CharacterKey SPACE;
^^^^^
The enclosing type CharacterKey is deprecated, perhaps this member should be marked as deprecated, too?
182. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/CharacterKey.java (at line 97)
public static final CharacterKey TAB;
^^^
The enclosing type CharacterKey is deprecated, perhaps this member should be marked as deprecated, too?
183. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/CharacterKey.java (at line 103)
public static final CharacterKey VT;
^^
The enclosing type CharacterKey is deprecated, perhaps this member should be marked as deprecated, too?
184. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/CharacterKey.java (at line 115)
public static CharacterKey getInstance(final char character) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type CharacterKey is deprecated, perhaps this member should be marked as deprecated, too?
185. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/CharacterKey.java (at line 164)
public char getCharacter() {
^^^^^^^^^^^^^^
The enclosing type CharacterKey is deprecated, perhaps this member should be marked as deprecated, too?
186. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/IKeyFormatter.java (at line 37)
String format(Key key);
^^^^^^^^^^^^^^^
The enclosing type IKeyFormatter is deprecated, perhaps this member should be marked as deprecated, too?
187. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/IKeyFormatter.java (at line 49)
String format(KeySequence keySequence);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type IKeyFormatter is deprecated, perhaps this member should be marked as deprecated, too?
188. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/IKeyFormatter.java (at line 60)
String format(KeyStroke keyStroke);
^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type IKeyFormatter is deprecated, perhaps this member should be marked as deprecated, too?
189. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/Key.java (at line 53)
protected final int key;
^^^
The enclosing type Key is deprecated, perhaps this member should be marked as deprecated, too?
190. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/Key.java (at line 62)
Key(final int key) {
^^^^^^^^^^^^^^^^^^
The enclosing type Key is deprecated, perhaps this member should be marked as deprecated, too?
191. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/Key.java (at line 70)
public final int compareTo(final Object object) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type Key is deprecated, perhaps this member should be marked as deprecated, too?
192. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/Key.java (at line 75)
public final boolean equals(final Object object) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type Key is deprecated, perhaps this member should be marked as deprecated, too?
193. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/Key.java (at line 84)
public final int hashCode() {
^^^^^^^^^^
The enclosing type Key is deprecated, perhaps this member should be marked as deprecated, too?
194. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/Key.java (at line 95)
public final String toString() {
^^^^^^^^^^
The enclosing type Key is deprecated, perhaps this member should be marked as deprecated, too?
195. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyFormatterFactory.java (at line 45)
public static IKeyFormatter getCompactKeyFormatter() {
^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeyFormatterFactory is deprecated, perhaps this member should be marked as deprecated, too?
196. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyFormatterFactory.java (at line 54)
public static IKeyFormatter getDefault() {
^^^^^^^^^^^^
The enclosing type KeyFormatterFactory is deprecated, perhaps this member should be marked as deprecated, too?
197. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyFormatterFactory.java (at line 63)
public static IKeyFormatter getEmacsKeyFormatter() {
^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeyFormatterFactory is deprecated, perhaps this member should be marked as deprecated, too?
198. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyFormatterFactory.java (at line 72)
public static IKeyFormatter getFormalKeyFormatter() {
^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeyFormatterFactory is deprecated, perhaps this member should be marked as deprecated, too?
199. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyFormatterFactory.java (at line 82)
public static void setDefault(IKeyFormatter defaultKeyFormatter) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeyFormatterFactory is deprecated, perhaps this member should be marked as deprecated, too?
200. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 59)
public static final String KEY_STROKE_DELIMITER = "\u0020"; //$NON-NLS-1$
^^^^^^^^^^^^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
201. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 80)
public static final String KEY_STROKE_DELIMITERS = KEY_STROKE_DELIMITER + "\b\r\u007F\u001B\f\n\0\t\u000B"; //$NON-NLS-1$
^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
202. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 88)
public static KeySequence getInstance() {
^^^^^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
203. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 102)
public static KeySequence getInstance(KeySequence keySequence, KeyStroke keyStroke) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
204. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 118)
public static KeySequence getInstance(KeyStroke keyStroke) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
205. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 130)
public static KeySequence getInstance(KeyStroke[] keyStrokes) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
206. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 142)
public static KeySequence getInstance(List keyStrokes) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
207. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 153)
public static KeySequence getInstance(final org.eclipse.jface.bindings.keys.KeySequence newKeySequence) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
208. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 176)
public static KeySequence getInstance(String string) throws ParseException {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
209. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 236)
public int compareTo(Object object) {
^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
210. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 250)
public boolean endsWith(KeySequence keySequence, boolean equals) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
211. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 259)
public boolean equals(Object object) {
^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
212. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 273)
public String format() {
^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
213. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 284)
public List getKeyStrokes() {
^^^^^^^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
214. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 289)
public int hashCode() {
^^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
215. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 305)
public boolean isComplete() {
^^^^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
216. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 315)
public boolean isEmpty() {
^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
217. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 328)
public boolean startsWith(KeySequence keySequence, boolean equals) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
218. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeySequence.java (at line 343)
public String toString() {
^^^^^^^^^^
The enclosing type KeySequence is deprecated, perhaps this member should be marked as deprecated, too?
219. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyStroke.java (at line 65)
public static final String KEY_DELIMITER = "\u002B"; //$NON-NLS-1$
^^^^^^^^^^^^^
The enclosing type KeyStroke is deprecated, perhaps this member should be marked as deprecated, too?
220. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyStroke.java (at line 81)
public static final String KEY_DELIMITERS = KEY_DELIMITER;
^^^^^^^^^^^^^^
The enclosing type KeyStroke is deprecated, perhaps this member should be marked as deprecated, too?
221. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyStroke.java (at line 91)
public static KeyStroke getInstance(ModifierKey modifierKey, NaturalKey naturalKey) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeyStroke is deprecated, perhaps this member should be marked as deprecated, too?
222. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyStroke.java (at line 109)
public static KeyStroke getInstance(ModifierKey[] modifierKeys, NaturalKey naturalKey) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeyStroke is deprecated, perhaps this member should be marked as deprecated, too?
223. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyStroke.java (at line 121)
public static KeyStroke getInstance(NaturalKey naturalKey) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeyStroke is deprecated, perhaps this member should be marked as deprecated, too?
224. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyStroke.java (at line 136)
public static KeyStroke getInstance(SortedSet modifierKeys, NaturalKey naturalKey) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeyStroke is deprecated, perhaps this member should be marked as deprecated, too?
225. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyStroke.java (at line 149)
public static KeyStroke getInstance(String string) throws ParseException {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeyStroke is deprecated, perhaps this member should be marked as deprecated, too?
226. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyStroke.java (at line 251)
public int compareTo(Object object) {
^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeyStroke is deprecated, perhaps this member should be marked as deprecated, too?
227. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyStroke.java (at line 263)
public boolean equals(Object object) {
^^^^^^^^^^^^^^^^^^^^^
The enclosing type KeyStroke is deprecated, perhaps this member should be marked as deprecated, too?
228. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyStroke.java (at line 280)
public String format() {
^^^^^^^^
The enclosing type KeyStroke is deprecated, perhaps this member should be marked as deprecated, too?
229. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyStroke.java (at line 291)
public Set getModifierKeys() {
^^^^^^^^^^^^^^^^^
The enclosing type KeyStroke is deprecated, perhaps this member should be marked as deprecated, too?
230. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyStroke.java (at line 300)
public NaturalKey getNaturalKey() {
^^^^^^^^^^^^^^^
The enclosing type KeyStroke is deprecated, perhaps this member should be marked as deprecated, too?
231. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyStroke.java (at line 305)
public int hashCode() {
^^^^^^^^^^
The enclosing type KeyStroke is deprecated, perhaps this member should be marked as deprecated, too?
232. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyStroke.java (at line 322)
public boolean isComplete() {
^^^^^^^^^^^^
The enclosing type KeyStroke is deprecated, perhaps this member should be marked as deprecated, too?
233. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/KeyStroke.java (at line 333)
public String toString() {
^^^^^^^^^^
The enclosing type KeyStroke is deprecated, perhaps this member should be marked as deprecated, too?
234. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/ModifierKey.java (at line 46)
static SortedMap<String, ModifierKey> modifierKeysByName = new TreeMap<>();
^^^^^^^^^^^^^^^^^^
The enclosing type ModifierKey is deprecated, perhaps this member should be marked as deprecated, too?
235. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/ModifierKey.java (at line 52)
public static final ModifierKey ALT;
^^^
The enclosing type ModifierKey is deprecated, perhaps this member should be marked as deprecated, too?
236. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/ModifierKey.java (at line 58)
public static final ModifierKey COMMAND;
^^^^^^^
The enclosing type ModifierKey is deprecated, perhaps this member should be marked as deprecated, too?
237. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/ModifierKey.java (at line 64)
public static final ModifierKey CTRL;
^^^^
The enclosing type ModifierKey is deprecated, perhaps this member should be marked as deprecated, too?
238. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/ModifierKey.java (at line 90)
public static final ModifierKey SHIFT;
^^^^^
The enclosing type ModifierKey is deprecated, perhaps this member should be marked as deprecated, too?
239. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/NaturalKey.java (at line 43)
NaturalKey(final int key) {
^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type NaturalKey is deprecated, perhaps this member should be marked as deprecated, too?
240. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/ParseException.java (at line 45)
public ParseException(final String s) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type ParseException is deprecated, perhaps this member should be marked as deprecated, too?
241. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SWTKeySupport.java (at line 41)
public static KeyStroke convertAcceleratorToKeyStroke(int accelerator) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type SWTKeySupport is deprecated, perhaps this member should be marked as deprecated, too?
242. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SWTKeySupport.java (at line 223)
public static int convertEventToModifiedAccelerator(Event event) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type SWTKeySupport is deprecated, perhaps this member should be marked as deprecated, too?
243. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SWTKeySupport.java (at line 244)
public static int convertEventToUnmodifiedAccelerator(Event event) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type SWTKeySupport is deprecated, perhaps this member should be marked as deprecated, too?
244. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SWTKeySupport.java (at line 285)
public static int convertEventToUnmodifiedAccelerator(KeyEvent event) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type SWTKeySupport is deprecated, perhaps this member should be marked as deprecated, too?
245. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SWTKeySupport.java (at line 299)
public static int convertEventToUnshiftedModifiedAccelerator(Event event) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type SWTKeySupport is deprecated, perhaps this member should be marked as deprecated, too?
246. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SWTKeySupport.java (at line 317)
public static int convertKeyStrokeToAccelerator(final KeyStroke keyStroke) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type SWTKeySupport is deprecated, perhaps this member should be marked as deprecated, too?
247. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SWTKeySupport.java (at line 397)
public static IKeyFormatter getKeyFormatterForPlatform() {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type SWTKeySupport is deprecated, perhaps this member should be marked as deprecated, too?
248. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 47)
static SortedMap<String, SpecialKey> specialKeysByName = new TreeMap<>();
^^^^^^^^^^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
249. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 53)
public static final SpecialKey ARROW_DOWN;
^^^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
250. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 59)
public static final SpecialKey ARROW_LEFT;
^^^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
251. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 65)
public static final SpecialKey ARROW_RIGHT;
^^^^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
252. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 71)
public static final SpecialKey ARROW_UP;
^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
253. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 77)
public static final SpecialKey BREAK;
^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
254. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 83)
public static final SpecialKey CAPS_LOCK;
^^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
255. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 89)
public static final SpecialKey END;
^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
256. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 95)
public static final SpecialKey F1;
^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
257. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 101)
public static final SpecialKey F10;
^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
258. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 107)
public static final SpecialKey F11;
^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
259. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 113)
public static final SpecialKey F12;
^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
260. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 119)
public static final SpecialKey F13;
^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
261. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 125)
public static final SpecialKey F14;
^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
262. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 131)
public static final SpecialKey F15;
^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
263. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 137)
public static final SpecialKey F2;
^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
264. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 143)
public static final SpecialKey F3;
^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
265. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 149)
public static final SpecialKey F4;
^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
266. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 155)
public static final SpecialKey F5;
^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
267. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 161)
public static final SpecialKey F6;
^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
268. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 167)
public static final SpecialKey F7;
^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
269. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 173)
public static final SpecialKey F8;
^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
270. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 179)
public static final SpecialKey F9;
^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
271. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 185)
public static final SpecialKey HOME;
^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
272. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 191)
public static final SpecialKey INSERT;
^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
273. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 197)
public static final SpecialKey NUM_LOCK;
^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
274. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 203)
public static final SpecialKey NUMPAD_0;
^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
275. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 209)
public static final SpecialKey NUMPAD_1;
^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
276. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 215)
public static final SpecialKey NUMPAD_2;
^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
277. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 221)
public static final SpecialKey NUMPAD_3;
^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
278. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 227)
public static final SpecialKey NUMPAD_4;
^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
279. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 233)
public static final SpecialKey NUMPAD_5;
^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
280. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 239)
public static final SpecialKey NUMPAD_6;
^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
281. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 245)
public static final SpecialKey NUMPAD_7;
^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
282. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 251)
public static final SpecialKey NUMPAD_8;
^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
283. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 257)
public static final SpecialKey NUMPAD_9;
^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
284. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 263)
public static final SpecialKey NUMPAD_ADD;
^^^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
285. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 269)
public static final SpecialKey NUMPAD_DECIMAL;
^^^^^^^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
286. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 275)
public static final SpecialKey NUMPAD_DIVIDE;
^^^^^^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
287. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 281)
public static final SpecialKey NUMPAD_ENTER;
^^^^^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
288. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 287)
public static final SpecialKey NUMPAD_EQUAL;
^^^^^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
289. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 293)
public static final SpecialKey NUMPAD_MULTIPLY;
^^^^^^^^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
290. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 299)
public static final SpecialKey NUMPAD_SUBTRACT;
^^^^^^^^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
291. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 305)
public static final SpecialKey PAGE_DOWN;
^^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
292. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 311)
public static final SpecialKey PAGE_UP;
^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
293. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 317)
public static final SpecialKey PAUSE;
^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
294. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 323)
public static final SpecialKey PRINT_SCREEN;
^^^^^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
295. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/keys/SpecialKey.java (at line 329)
public static final SpecialKey SCROLL_LOCK;
^^^^^^^^^^^
The enclosing type SpecialKey is deprecated, perhaps this member should be marked as deprecated, too?
296. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/model/WorkbenchViewerSorter.java (at line 35)
public WorkbenchViewerSorter() {
^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type WorkbenchViewerSorter is deprecated, perhaps this member should be marked as deprecated, too?
297. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/model/WorkbenchViewerSorter.java (at line 44)
public WorkbenchViewerSorter(Collator collator) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type WorkbenchViewerSorter is deprecated, perhaps this member should be marked as deprecated, too?
298. INFO in /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/model/WorkbenchViewerSorter.java (at line 49)
public boolean isSorterProperty(Object element, String propertyId) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The enclosing type WorkbenchViewerSorter is deprecated, perhaps this member should be marked as deprecated, too?
04:21:47.793 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/EditorPart.java:[278]
setTitle(getPartName());
^^^^^^^^
The method setTitle(String) from the type WorkbenchPart is deprecated
04:21:47.793 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java:[930]
final IKeyBindingService service = getSite().getKeyBindingService();
^^^^^^^^^^^^^^^^^^
The type IKeyBindingService is deprecated
04:21:47.793 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java:[930]
final IKeyBindingService service = getSite().getKeyBindingService();
^^^^^^^^^^^^^^^^^^^^
The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
04:21:47.793 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java:[933]
if (service instanceof final INestableKeyBindingService nestableService) {
^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INestableKeyBindingService is deprecated
04:21:47.793 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java:[975]
final IKeyBindingService service = getSite().getKeyBindingService();
^^^^^^^^^^^^^^^^^^
The type IKeyBindingService is deprecated
04:21:47.793 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java:[975]
final IKeyBindingService service = getSite().getKeyBindingService();
^^^^^^^^^^^^^^^^^^^^
The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
04:21:47.793 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java:[981]
if (service instanceof final INestableKeyBindingService nestableService) {
^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INestableKeyBindingService is deprecated
04:21:47.793 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java:[1000]
if (service instanceof final INestableKeyBindingService nestableService) {
^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INestableKeyBindingService is deprecated
04:21:47.793 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java:[104]
private IKeyBindingService service;
^^^^^^^^^^^^^^^^^^
The type IKeyBindingService is deprecated
04:21:47.793 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java:[226]
IKeyBindingService parentService = getMultiPageEditor().getEditorSite().getKeyBindingService();
^^^^^^^^^^^^^^^^^^
The type IKeyBindingService is deprecated
04:21:47.793 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java:[226]
IKeyBindingService parentService = getMultiPageEditor().getEditorSite().getKeyBindingService();
^^^^^^^^^^^^^^^^^^^^
The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
04:21:47.793 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java:[227]
if (parentService instanceof INestableKeyBindingService nestableParent) {
^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INestableKeyBindingService is deprecated
04:21:47.793 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java:[310]
public IKeyBindingService getKeyBindingService() {
^^^^^^^^^^^^^^^^^^
The type IKeyBindingService is deprecated
04:21:47.793 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java:[312]
service = getMultiPageEditor().getEditorSite().getKeyBindingService();
^^^^^^^^^^^^^^^^^^^^
The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
04:21:47.793 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java:[313]
if (service instanceof INestableKeyBindingService nestableService) {
^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INestableKeyBindingService is deprecated
313 problems (0 errors, 102 warnings, 211 infos)
04:21:47.809 [INFO]
04:21:47.809 [INFO] --- tycho-bnd:5.0.1-SNAPSHOT:process (default-process) @ org.eclipse.ui.workbench ---
04:21:47.810 [INFO]
04:21:47.810 [INFO] --- tycho-ds:5.0.1-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.workbench ---
04:21:47.810 [INFO] Using Declarative Service specification version 1.4.0 to generate component definitions
04:21:48.577 [INFO] org.eclipse.ui.internal.BindingToModelProcessor.xml
04:21:48.577 [INFO] org.eclipse.ui.internal.CommandToModelProcessor.xml
04:21:48.577 [INFO] org.eclipse.ui.internal.ContextToModelProcessor.xml
04:21:48.578 [INFO] org.eclipse.ui.internal.WindowsDefenderConfigurator.xml
04:21:48.578 [INFO] org.eclipse.ui.internal.themes.ColorAndFontProviderImpl.xml
04:21:48.578 [INFO] 5 component(s) were generated.
04:21:48.593 [INFO]
04:21:48.593 [INFO] --- tycho-apitools:5.0.1-SNAPSHOT:generate (generate) @ org.eclipse.ui.workbench ---
04:21:52.737 [INFO]
04:21:52.737 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.workbench ---
04:21:52.739 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/src/test/resources
04:21:52.739 [INFO]
04:21:52.739 [INFO] --- tycho-compiler:5.0.1-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.workbench ---
04:21:52.741 [INFO]
04:21:52.741 [INFO] --- tycho-packaging:5.0.1-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.workbench ---
04:21:52.741 [INFO]
04:21:52.741 [INFO] --- tycho-source:5.0.1-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.workbench ---
04:21:52.770 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3470/bundles/org.eclipse.ui.workbench/target/org.eclipse.ui.workbench-3.137.0-SNAPSHOT-sources.jar
[517.912s][warning][gc,alloc] ForkJoinPool-1-worker-1: Retried waiting for GCLocker too often allocating 62502 words
[524.743s][warning][gc,alloc] ForkJoinPool-1-worker-4: Retried waiting for GCLocker too often allocating 62502 words
[526.100s][warning][gc,alloc] ForkJoinPool-1-worker-8: Retried waiting for GCLocker too often allocating 62502 words
[527.458s][warning][gc,alloc] ForkJoinPool-1-worker-12: Retried waiting for GCLocker too often allocating 333 words
[527.458s][warning][gc,alloc] ForkJoinPool-1-worker-1: Retried waiting for GCLocker too often allocating 62502 words
[527.458s][warning][gc,alloc] ForkJoinPool-1-worker-7: Retried waiting for GCLocker too often allocating 333 words
[528.816s][warning][gc,alloc] HttpClient-7-SelectorManager: Retried waiting for GCLocker too often allocating 332 words
[528.816s][warning][gc,alloc] HttpClient-5-SelectorManager: Retried waiting for GCLocker too often allocating 331 words
Exception in thread "HttpClient-11-SelectorManager" java.lang.OutOfMemoryError: Java heap space
Exception in thread "HttpClient-5-SelectorManager" java.lang.OutOfMemoryError: Java heap space
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Worker-0"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "HttpClient-8-SelectorManager"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Worker-1"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "HttpClient-7-SelectorManager"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "HttpClient-4-SelectorManager"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "HttpClient-6-SelectorManager"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "HttpClient-12-SelectorManager"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"
Build / Record compiler warnings and static analysis results
Output truncated.
Details
Loading