Skip to content

Perform clean code of bundles/org.eclipse.ltk.ui.refactoring

ebe1e7b
Select commit
Loading
Failed to load commit list.
Merged

Clean Code for bundles/org.eclipse.ltk.ui.refactoring #3469

Perform clean code of bundles/org.eclipse.ltk.ui.refactoring
ebe1e7b
Select commit
Loading
Failed to load commit list.
Jenkins - Eclipse Platform / Code Analysis failed Oct 30, 2025 in 14m 56s

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-3469/.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.

	viewer.setAllChecked(true);
	       ^^^^^^^^^^^^^
The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated
03:57:53.887 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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-3469/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?
03:57:53.887 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/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
03:57:53.887 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java:[930] 
	final IKeyBindingService service = getSite().getKeyBindingService();
	      ^^^^^^^^^^^^^^^^^^
The type IKeyBindingService is deprecated
03:57:53.887 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/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
03:57:53.887 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java:[933] 
	if (service instanceof final INestableKeyBindingService nestableService) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INestableKeyBindingService is deprecated
03:57:53.887 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java:[975] 
	final IKeyBindingService service = getSite().getKeyBindingService();
	      ^^^^^^^^^^^^^^^^^^
The type IKeyBindingService is deprecated
03:57:53.887 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/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
03:57:53.887 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java:[981] 
	if (service instanceof final INestableKeyBindingService nestableService) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INestableKeyBindingService is deprecated
03:57:53.887 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java:[1000] 
	if (service instanceof final INestableKeyBindingService nestableService) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INestableKeyBindingService is deprecated
03:57:53.887 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java:[104] 
	private IKeyBindingService service;
	        ^^^^^^^^^^^^^^^^^^
The type IKeyBindingService is deprecated
03:57:53.887 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java:[226] 
	IKeyBindingService parentService = getMultiPageEditor().getEditorSite().getKeyBindingService();
	^^^^^^^^^^^^^^^^^^
The type IKeyBindingService is deprecated
03:57:53.887 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/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
03:57:53.887 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java:[227] 
	if (parentService instanceof INestableKeyBindingService nestableParent) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
The type INestableKeyBindingService is deprecated
03:57:53.887 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java:[310] 
	public IKeyBindingService getKeyBindingService() {
	       ^^^^^^^^^^^^^^^^^^
The type IKeyBindingService is deprecated
03:57:53.887 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/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
03:57:53.887 [WARNING] /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/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)
03:57:53.922 [INFO] 
03:57:53.922 [INFO] --- tycho-bnd:5.0.1-SNAPSHOT:process (default-process) @ org.eclipse.ui.workbench ---
03:57:53.924 [INFO] 
03:57:53.924 [INFO] --- tycho-ds:5.0.1-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.workbench ---
03:57:53.924 [INFO] Using Declarative Service specification version 1.4.0 to generate component definitions
03:57:55.235 [INFO] 	org.eclipse.ui.internal.BindingToModelProcessor.xml
03:57:55.235 [INFO] 	org.eclipse.ui.internal.CommandToModelProcessor.xml
03:57:55.235 [INFO] 	org.eclipse.ui.internal.ContextToModelProcessor.xml
03:57:55.235 [INFO] 	org.eclipse.ui.internal.WindowsDefenderConfigurator.xml
03:57:55.235 [INFO] 	org.eclipse.ui.internal.themes.ColorAndFontProviderImpl.xml
03:57:55.236 [INFO] 5 component(s) were generated.
03:57:55.246 [INFO] 
03:57:55.246 [INFO] --- tycho-apitools:5.0.1-SNAPSHOT:generate (generate) @ org.eclipse.ui.workbench ---
03:58:00.843 [INFO] 
03:58:00.843 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.workbench ---
03:58:00.846 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/bundles/org.eclipse.ui.workbench/src/test/resources
03:58:00.846 [INFO] 
03:58:00.846 [INFO] --- tycho-compiler:5.0.1-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.workbench ---
03:58:00.850 [INFO] 
03:58:00.850 [INFO] --- tycho-packaging:5.0.1-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.workbench ---
03:58:00.851 [INFO] 
03:58:00.851 [INFO] --- tycho-source:5.0.1-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.workbench ---
03:58:00.902 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.platform.ui_PR-3469/bundles/org.eclipse.ui.workbench/target/org.eclipse.ui.workbench-3.137.0-SNAPSHOT-sources.jar
Exception in thread "HttpClient-5-SelectorManager" java.lang.OutOfMemoryError: Java heap space
03:59:28.705 [INFO] ------------------------------------------------------------------------
03:59:28.705 [INFO] Reactor Summary:
Exception in thread "HttpClient-11-SelectorManager" java.lang.OutOfMemoryError: Java heap space
Exception in thread "HttpClient-7-SelectorManager" java.lang.OutOfMemoryError: Java heap space
Exception in thread "HttpClient-12-SelectorManager" java.lang.OutOfMemoryError: Java heap space
Exception in thread "HttpClient-8-SelectorManager" java.lang.OutOfMemoryError: Java heap space03:59:28.705 [INFO] 

03:59:28.716 [INFO] eclipse.platform.ui 4.38.0-SNAPSHOT ................ SUCCESS [  1.741 s]
03:59:28.717 [INFO] [aggregator] bundles 4.38.0-SNAPSHOT ............... SUCCESS [  0.030 s]
Exception in thread "HttpClient-4-SelectorManager" java.lang.OutOfMemoryError: Java heap space
03:59:28.717 [INFO] [bundle] Commands 3.12.500-SNAPSHOT ................ SUCCESS [ 25.116 s]
03:59:28.717 [INFO] [bundle] JFace Data Binding Observables 1.13.500-SNAPSHOT SUCCESS [ 15.895 s]
03:59:28.717 [INFO] [bundle] JFace Data Binding Properties 1.10.500-SNAPSHOT SUCCESS [ 12.961 s]
03:59:28.718 [INFO] [bundle] JFace Data Binding 1.13.700-SNAPSHOT ...... SUCCESS [ 14.375 s]
03:59:28.718 [INFO] [bundle] JFace Data Binding for JavaBeans 1.10.500-SNAPSHOT SUCCESS [ 13.526 s]
03:59:28.718 [INFO] [bundle] Eclipse e4 core commands 1.1.700-SNAPSHOT . SUCCESS [ 12.975 s]
03:59:28.718 [INFO] [bundle] Eclipse Model Xpath 0.6.100-SNAPSHOT ...... SUCCESS [ 11.496 s]
03:59:28.719 [INFO] [bundle] Eclipse UI Dependency Injection 1.5.700-SNAPSHOT SUCCESS [ 12.919 s]
03:59:28.719 [INFO] [bundle] Eclipse UI Application Services 1.6.600-SNAPSHOT SUCCESS [ 11.691 s]
03:59:28.719 [INFO] [bundle] Eclipse Workbench Model 2.4.700-SNAPSHOT .. SUCCESS [ 22.363 s]
03:59:28.719 [INFO] [bundle] JFace 3.38.100-SNAPSHOT ................... SUCCESS [ 37.849 s]
03:59:28.720 [INFO] [bundle] Eclipse Bindings Support 0.14.800-SNAPSHOT  SUCCESS [ 12.147 s]
Exception in thread "HttpClient-10-SelectorManager" 03:59:28.720 [INFO] [bundle] Eclipse CSS Core Support 0.14.600-SNAPSHOT  SUCCESS [ 17.639 s]java.lang.OutOfMemoryError: Java heap space

03:59:28.720 [INFO] [bundle] Eclipse CSS SWT Support 0.15.700-SNAPSHOT . SUCCESS [ 15.205 s]
Exception in thread "HttpClient-9-SelectorManager" java.lang.OutOfMemoryError: Java heap space
03:59:28.720 [INFO] [bundle] Eclipse CSS SWT Theme Support 0.14.600-SNAPSHOT SUCCESS [ 11.661 s]
03:59:28.721 [INFO] [bundle] Eclipse e4 dialogs 1.6.200-SNAPSHOT ....... SUCCESS [ 13.235 s]
03:59:28.721 [INFO] [bundle] Eclipse UI Custom widgets 1.4.300-SNAPSHOT  SUCCESS [ 10.101 s]
03:59:28.721 [INFO] [bundle] Eclipse e4 Workbench 1.18.100-SNAPSHOT .... SUCCESS [ 23.115 s]
03:59:28.721 [INFO] [bundle] JFace Data Binding for SWT and JFace 1.15.400-SNAPSHOT SUCCESS [ 17.771 s]
03:59:28.722 [INFO] [bundle] Bundle for Workbench APIs available in e4 0.17.600-SNAPSHOT SUCCESS [ 11.397 s]
03:59:28.722 [INFO] [bundle] Eclipse URI Scheme Handling 1.3.600-SNAPSHOT SUCCESS [ 15.210 s]
03:59:28.722 [INFO] [bundle] Eclipse e4 Workbench SWT 0.17.1000-SNAPSHOT SUCCESS [ 15.997 s]
03:59:28.722 [INFO] [bundle] Eclipse e4 Progress View 0.4.900-SNAPSHOT . SUCCESS [  5.945 s]
03:59:28.722 [INFO] [bundle] Eclipse e4 Workbench SWT Renderer 0.16.1000-SNAPSHOT SUCCESS [ 14.274 s]
03:59:28.723 [INFO] [bundle] Eclipse e4 Workbench Add-ons 1.5.900-SNAPSHOT SUCCESS [ 13.399 s]
03:59:28.723 [INFO] [bundle] Eclipse UI GTK Enhancements 1.2.200-SNAPSHOT SUCCESS [ 11.420 s]
03:59:28.723 [INFO] [bundle] Notification API 0.7.500-SNAPSHOT ......... SUCCESS [ 12.129 s]
03:59:28.723 [INFO] [bundle] Eclipse UI WIN32 Enhancements 1.2.300-SNAPSHOT SUCCESS [  2.869 s]
03:59:28.723 [INFO] [bundle] Eclipse UI MacOS X Enhancements 0.14.500-SNAPSHOT SUCCESS [  3.904 s]
03:59:28.724 [INFO] [aggregator] features 4.38.0-SNAPSHOT .............. SUCCESS [  0.021 s]
03:59:28.724 [INFO] [feature] Eclipse 4 Rich Client Platform 4.38.0-SNAPSHOT SUCCESS [  0.893 s]
03:59:28.724 [INFO] [bundle] Text 3.14.500-SNAPSHOT .................... SUCCESS [ 22.995 s]
03:59:28.724 [INFO] [bundle] File Buffers 3.8.500-SNAPSHOT ............. SUCCESS [ 14.006 s]
03:59:28.724 [INFO] [bundle] E4 IDE UI 3.17.300-SNAPSHOT ............... SUCCESS [ 11.851 s]
03:59:28.725 [INFO] [bundle] JFace Text 3.29.0-SNAPSHOT ................ SUCCESS [ 37.021 s]
03:59:28.725 [INFO] [bundle] Refactoring Core 3.15.100-SNAPSHOT ........ SUCCESS [ 16.875 s]
03:59:28.725 [INFO] [bundle] Eclipse Workbench 3.137.0-SNAPSHOT ........ FAILURE [01:40 min]
03:59:28.725 [INFO] [bundle] Eclipse UI 3.207.400-SNAPSHOT ............. SKIPPED
03:59:28.725 [INFO] [bundle] Eclipse Forms 3.13.700-SNAPSHOT ........... SKIPPED
03:59:28.725 [INFO] [bundle] Views 3.12.800-SNAPSHOT ................... SKIPPED
03:59:28.725 [INFO] [bundle] Common Navigator View 3.13.300-SNAPSHOT ... SKIPPED
03:59:28.726 [INFO] [bundle] Eclipse IDE UI 3.22.800-SNAPSHOT .......... SKIPPED
03:59:28.726 [INFO] [bundle] Text Editor Framework 3.19.400-SNAPSHOT ... SKIPPED
03:59:28.726 [INFO] [bundle] Default Text Editor 3.20.200-SNAPSHOT ..... SKIPPED
03:59:28.726 [INFO] [bundle] Refactoring UI 3.13.700-SNAPSHOT .......... SKIPPED
03:59:28.726 [INFO] [bundle] Search Support Core 3.16.600-SNAPSHOT ..... SKIPPED
03:59:28.726 [INFO] [bundle] Search Support 3.17.400-SNAPSHOT .......... SKIPPED
03:59:28.726 [INFO] [bundle] Quick Search 1.3.300-SNAPSHOT ............. SKIPPED
03:59:28.726 [INFO] [bundle] Browser Support 3.8.700-SNAPSHOT .......... SKIPPED
03:59:28.726 [INFO] [bundle] Eclipse UI MacOS X Enhancements 1.3.300-SNAPSHOT SKIPPED
03:59:28.727 [INFO] [bundle] Generic and Extensible Code Editor 1.3.800-SNAPSHOT SKIPPED
03:59:28.727 [INFO] [bundle] Tabbed Properties View 3.10.500-SNAPSHOT .. SKIPPED
03:59:28.727 [INFO] [bundle] Navigator Workbench Components 3.9.900-SNAPSHOT SKIPPED
03:59:28.727 [INFO] [bundle] Eclipse IDE UI Application 1.5.900-SNAPSHOT SKIPPED
03:59:28.727 [INFO] [bundle] UI Freeze Monitoring 1.3.500-SNAPSHOT ..... SKIPPED
03:59:28.727 [INFO] [bundle] Eclipse SDK Themes 1.2.2900-SNAPSHOT ...... SKIPPED
03:59:28.727 [INFO] [bundle] Log View 1.4.1000-SNAPSHOT ................ SKIPPED
03:59:28.727 [INFO] [bundle] Eclipse UI Win32 Enhancements 3.5.400-SNAPSHOT SKIPPED
03:59:28.727 [INFO] [aggregator] tests 4.38.0-SNAPSHOT ................. SKIPPED
03:59:28.727 [INFO] [test-bundle] File Buffers Test Plug-in 3.13.600-SNAPSHOT SKIPPED
03:59:28.728 [INFO] [test-bundle] Eclipse e4 core commands tests 0.14.600-SNAPSHOT SKIPPED
03:59:28.728 [INFO] [test-bundle] XPathTest Model 0.4.0-SNAPSHOT ....... SKIPPED
03:59:28.728 [INFO] [test-bundle] UI Bindings Tests 0.14.500-SNAPSHOT .. SKIPPED
03:59:28.728 [INFO] [test-bundle] Harness Plug-in 1.10.600-SNAPSHOT .... SKIPPED
03:59:28.728 [INFO] [test-bundle] TestModel Model 0.15.1000-SNAPSHOT ... SKIPPED
03:59:28.728 [INFO] [test-bundle] e4 css core tests 1.302.700-SNAPSHOT . SKIPPED
03:59:28.728 [INFO] [test-bundle] e4 css swt tests (Incubation) 0.12.900-SNAPSHOT SKIPPED
03:59:28.728 [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) 1.5.200-SNAPSHOT SKIPPED
03:59:28.728 [INFO] [test-bundle] Jface tests 1.4.1100-SNAPSHOT ........ SKIPPED
03:59:28.728 [INFO] eclipse.platform.ui.examples 4.38.0-SNAPSHOT ....... SKIPPED
03:59:28.729 [INFO] [bundle] JFace Data Binding Examples 1.4.600-SNAPSHOT SKIPPED
03:59:28.729 [INFO] [test-bundle] JFace Data Binding Conformance Tests 1.5.500-SNAPSHOT SKIPPED
03:59:28.729 [INFO] [test-bundle] JFace Data Binding Tests 1.12.800-SNAPSHOT SKIPPED
03:59:28.729 [INFO] [test-bundle] Jface notifications tests 0.2.0-SNAPSHOT SKIPPED
03:59:28.729 [INFO] [test-bundle] Text Test Plug-in 3.14.1000-SNAPSHOT . SKIPPED
03:59:28.729 [INFO] [test-bundle] JFace Text Test Plug-in 3.13.1100-SNAPSHOT SKIPPED
03:59:28.729 [INFO] [test-bundle] Refactoring Core Test Plug-in 3.10.700-SNAPSHOT SKIPPED
03:59:28.729 [INFO] [test-bundle] Refactoring UI Test Plug-in 3.11.500-SNAPSHOT SKIPPED
03:59:28.729 [INFO] [test-bundle] Search Support Tests Plug-in 3.11.900-SNAPSHOT SKIPPED
03:59:28.729 [INFO] [test-bundle] Tests for Eclipse URI Scheme Handling 1.2.700-SNAPSHOT SKIPPED
03:59:28.730 [INFO] [test-bundle] Tests for org.eclipse.text.quicksearch Bundle 1.3.100-SNAPSHOT SKIPPED
03:59:28.730 [INFO] [test-bundle] Editors Test Plug-in 3.13.1000-SNAPSHOT SKIPPED
03:59:28.730 [INFO] [test-bundle] Generic Editor Test Plug-in 1.3.1000-SNAPSHOT SKIPPED
03:59:28.730 [INFO] [test-bundle] Eclipse UI IDE Application Tests 1.4.100-SNAPSHOT SKIPPED
03:59:28.730 [INFO] [test-bundle] UI Freeze Monitoring Tests 1.3.0-SNAPSHOT SKIPPED
03:59:28.730 [INFO] [test-bundle] Eclipse UI Tests 3.15.2200-SNAPSHOT .. SKIPPED
03:59:28.730 [INFO] [test-bundle] Plugin.name 3.4.0 .................... SKIPPED
03:59:28.730 [INFO] [test-bundle] Forms Test 3.10.600-SNAPSHOT ......... SKIPPED
03:59:28.730 [INFO] [test-bundle] Common Navigator Tests 3.8.300-SNAPSHOT SKIPPED
03:59:28.730 [INFO] [test-bundle] Performance Plug-in 1.6.600-SNAPSHOT . SKIPPED
03:59:28.731 [INFO] [test-bundle] Pluginchecks 1.2.500-SNAPSHOT ........ SKIPPED
03:59:28.731 [INFO] [test-bundle] Eclipse RCP Tests 3.6.700-SNAPSHOT ... SKIPPED
03:59:28.731 [INFO] [test-bundle] Tabbed Properties View Tests 3.8.600-SNAPSHOT SKIPPED
03:59:28.731 [INFO] [test-bundle] Workbench Text Editor Test Plug-in 3.14.1000-SNAPSHOT SKIPPED
03:59:28.731 [INFO] [bundle] CSS bridge demo 1.3.0-SNAPSHOT ............ SKIPPED
03:59:28.731 [INFO] [bundle] e4 Progress Examples Plug-in 0.4.100-SNAPSHOT SKIPPED
03:59:28.731 [INFO] [bundle] JFace Snippets Plug-in 3.6.100-SNAPSHOT ... SKIPPED
03:59:28.731 [INFO] [bundle] CodeMinig Examples 1.2.100-SNAPSHOT ....... SKIPPED
03:59:28.731 [INFO] [bundle] Services Snippets (Incubation) 0.10.0-SNAPSHOT SKIPPED
03:59:28.732 [INFO] [bundle] Command Contribution Examples 3.6.400-SNAPSHOT SKIPPED
03:59:28.732 [INFO] [bundle] Field Assist Example 1.3.200-SNAPSHOT ..... SKIPPED
03:59:28.732 [INFO] [bundle] JFace Text Example 3.4.400-SNAPSHOT ....... SKIPPED
03:59:28.732 [INFO] [bundle] Progress Examples Plug-in 3.3.100 ......... SKIPPED
03:59:28.732 [INFO] [bundle] pluginName 3.2.100 ........................ SKIPPED
03:59:28.732 [INFO] [bundle] Multi-Page Editor Example 3.4.300-SNAPSHOT  SKIPPED
03:59:28.732 [INFO] [bundle] Common Navigator Examples 3.4.0-SNAPSHOT .. SKIPPED
03:59:28.732 [INFO] [bundle] Example for a Perspective 1.0.0-SNAPSHOT .. SKIPPED
03:59:28.732 [INFO] [bundle] User File Editor 3.5.400-SNAPSHOT ......... SKIPPED
03:59:28.733 [INFO] [bundle] Readme File Editing Tool 3.7.500-SNAPSHOT . SKIPPED
03:59:28.733 [INFO] [bundle] Undo Example 3.5.300-SNAPSHOT ............. SKIPPED
03:59:28.733 [INFO] [bundle] Example for Eclipse URI Scheme Handling 1.2.300-SNAPSHOT SKIPPED
03:59:28.733 [INFO] [bundle] Tabbed Properties View Article Example 3.4.300-SNAPSHOT SKIPPED
03:59:28.733 [INFO] [bundle] Examples of Eclipse Forms 3.4.100-SNAPSHOT  SKIPPED
03:59:28.733 [INFO] [bundle] Examples for Generic Editor 1.3.400-SNAPSHOT SKIPPED
03:59:28.733 [INFO] ------------------------------------------------------------------------
03:59:28.733 [INFO] BUILD FAILURE
03:59:28.733 [INFO] ------------------------------------------------------------------------
03:59:28.734 [INFO] Total time:  11:41 min
03:59:28.735 [INFO] Finished at: 2025-10-30T03:59:28Z
03:59:28.735 [INFO] ------------------------------------------------------------------------
03:59:29.497 [ERROR] Java heap space -> [Help 1]
03:59:29.497 [ERROR] 
03:59:29.498 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
03:59:29.498 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
03:59:29.498 [ERROR] 
03:59:29.498 [ERROR] For more information about the errors and possible solutions, please read the following articles:
03:59:29.498 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/OutOfMemoryError

Build / Record compiler warnings and static analysis results

Output truncated.

Details

  • Declarative: Checkout SCM (28 sec)
    • Declarative: Tool Install (1.1 sec)
      • Build (14 min)
        Error: script returned exit code 1 - logs
        Unstable: -> Some quality gates have been missed: overall result is UNSTABLE - logs