Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2f8c1f4d45b239b28d6023d0298b60a7dd31f2fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
# List of approved API changes after 4.8 M6

# The unapproved entry exclude list can be copied from <build>/buildlogs/mb080_publish-eclipse_output.txt
# Search for: Potential exclude list:
# Copy the list into this report and remove "[apitooling.apifreeze] "

# Bug 531602: [Generic TP Editor] .target file formatting munged by editor. Good or bad?
org.eclipse.pde.core:org.eclipse.pde.core.target.ITargetDefinition#getDocument()Lorg/w3c/dom/Document;
org.eclipse.pde.core:org.eclipse.pde.core.target.ITargetDefinition#setDocument(Lorg/w3c/dom/Document;)V

# Bug 506239: New API for organize imports
org.eclipse.jdt.core.manipulation:org.eclipse.jdt.core.manipulation.JavaManipulation#setPreferenceNodeId(Ljava/lang/String;)V
org.eclipse.jdt.core.manipulation:org.eclipse.jdt.core.manipulation.JavaManipulation#setPreferenceNodeId(Ljava/lang/String;)Z

# Bug 532094: Update releng with new hamcrest and apache batik
ADDED#org.apache.batik.constants
ADDED#org.apache.commons.io
ADDED#org.apache.xmlgraphics
¨
# Bug 532130: [CodeMining] Draw line header annotation with GlyphMetrics ascent
org.eclipse.jface.text:org.eclipse.jface.text.source.inlined.InlinedAnnotationSupport#getLineSpacing(I)Ljava/lang/Integer;

# Bug 531913: Mark deprecated API in PopupDialog for deletion
org.eclipse.jface:org.eclipse.jface.dialogs.PopupDialog#PopupDialog(Lorg/eclipse/swt/widgets/Shell;IZZZZLjava/lang/String;Ljava/lang/String;)V
org.eclipse.jface:org.eclipse.jface.dialogs.PopupDialog#getPersistBounds()Z

# Bug 525732: [18.3] Support for Java 18.3 Release
org.eclipse.jdt.core:org.eclipse.jdt.core.JavaCore#VERSION_10
org.eclipse.jdt.core:org.eclipse.jdt.core.compiler.IProblem#VarIsNotAllowedHere
org.eclipse.jdt.core:org.eclipse.jdt.core.compiler.IProblem#VarIsReserved
org.eclipse.jdt.core:org.eclipse.jdt.core.compiler.IProblem#VarIsReservedInFuture
org.eclipse.jdt.core:org.eclipse.jdt.core.compiler.IProblem#VarLocalCannotBeArray
org.eclipse.jdt.core:org.eclipse.jdt.core.compiler.IProblem#VarLocalCannotBeArrayInitalizers
org.eclipse.jdt.core:org.eclipse.jdt.core.compiler.IProblem#VarLocalCannotBeLambda
org.eclipse.jdt.core:org.eclipse.jdt.core.compiler.IProblem#VarLocalCannotBeMethodReference
org.eclipse.jdt.core:org.eclipse.jdt.core.compiler.IProblem#VarLocalInitializedToNull
org.eclipse.jdt.core:org.eclipse.jdt.core.compiler.IProblem#VarLocalInitializedToVoid
org.eclipse.jdt.core:org.eclipse.jdt.core.compiler.IProblem#VarLocalMultipleDeclarators
org.eclipse.jdt.core:org.eclipse.jdt.core.compiler.IProblem#VarLocalReferencesItself
org.eclipse.jdt.core:org.eclipse.jdt.core.compiler.IProblem#VarLocalWithoutInitizalier
org.eclipse.jdt.core:org.eclipse.jdt.core.dom.AST#JLS10
org.eclipse.jdt.core:org.eclipse.jdt.core.dom.Type#isVar()Z
org.eclipse.jdt.core:org.eclipse.jdt.core.Signature#C_UNION
org.eclipse.jdt.core:org.eclipse.jdt.core.Signature#UNION_TYPE_SIGNATURE
org.eclipse.jdt.core:org.eclipse.jdt.core.Signature#createUnionTypeSignature([Ljava/lang/String;)Ljava/lang/String;
org.eclipse.jdt.core:org.eclipse.jdt.core.Signature#getUnionTypeBounds(Ljava/lang/String;)[Ljava/lang/String;
org.eclipse.jdt.core:org.eclipse.jdt.core.dom.SimpleName#VAR_PROPERTY
org.eclipse.jdt.core:org.eclipse.jdt.core.dom.SimpleName#isVar()Z
org.eclipse.jdt.core:org.eclipse.jdt.core.dom.SimpleName#setVar(Z)V

# Bug 530825: [CodeMining] Update CodeMinings with IJavaReconcilingListener
org.eclipse.jdt.ui:org.eclipse.jdt.ui.PreferenceConstants#EDITOR_JAVA_CODEMINING_PREFIX

# Bug 532703: [CodeMining] AbstractTextEditor: Typo installCodeMinigProviders
org.eclipse.ui.workbench.texteditor:org.eclipse.ui.texteditor.AbstractTextEditor#installCodeMinigProviders()V
org.eclipse.ui.workbench.texteditor:org.eclipse.ui.texteditor.AbstractTextEditor#installCodeMiningProviders()V

# Bug 530584: [JUnit 5] JUnit 5.1 support
org.junit.jupiter.api:MINOR_VERSION_CHANGED
org.junit.jupiter.api:org.junit.jupiter.api.Assertions#assertAll(Ljava/lang/String;Ljava/util/Collection<Lorg/junit/jupiter/api/function/Executable;>;)V
org.junit.jupiter.api:org.junit.jupiter.api.Assertions#assertAll(Ljava/util/Collection<Lorg/junit/jupiter/api/function/Executable;>;)V
org.junit.jupiter.api:org.junit.jupiter.api.AssertionsKt
org.junit.jupiter.api:org.junit.jupiter.api.AssertionsKt$sam$Executable$i$745be8c2
org.junit.jupiter.api:org.junit.jupiter.api.AssertionsKt$sam$Supplier$i$7763d253
org.junit.jupiter.api:org.junit.jupiter.api.condition.DisabledIf
org.junit.jupiter.api:org.junit.jupiter.api.condition.DisabledIfEnvironmentVariable
org.junit.jupiter.api:org.junit.jupiter.api.condition.DisabledIfSystemProperty
org.junit.jupiter.api:org.junit.jupiter.api.condition.DisabledOnJre
org.junit.jupiter.api:org.junit.jupiter.api.condition.DisabledOnOs
org.junit.jupiter.api:org.junit.jupiter.api.condition.EnabledIf
org.junit.jupiter.api:org.junit.jupiter.api.condition.EnabledIfEnvironmentVariable
org.junit.jupiter.api:org.junit.jupiter.api.condition.EnabledIfSystemProperty
org.junit.jupiter.api:org.junit.jupiter.api.condition.EnabledOnJre
org.junit.jupiter.api:org.junit.jupiter.api.condition.EnabledOnOs
org.junit.jupiter.api:org.junit.jupiter.api.condition.JRE
org.junit.jupiter.api:org.junit.jupiter.api.condition.OS
org.junit.jupiter.api:org.junit.jupiter.api.extension.ExtensionConfigurationException#ExtensionConfigurationException(Ljava/lang/String;Ljava/lang/Throwable;)V
org.junit.jupiter.api:org.junit.jupiter.api.extension.ExtensionContext#getConfigurationParameter(Ljava/lang/String;)Ljava/util/Optional<Ljava/lang/String;>;
org.junit.jupiter.api:org.junit.jupiter.api.extension.ExtensionContext#getTestInstanceLifecycle()Ljava/util/Optional<Lorg/junit/jupiter/api/TestInstance$Lifecycle;>;
org.junit.jupiter.api:org.junit.jupiter.api.extension.ExtensionContext$Store.CloseableResource
org.junit.jupiter.api:org.junit.jupiter.api.extension.RegisterExtension
org.junit.jupiter.api:org.junit.jupiter.api.extension.ScriptEvaluationException
org.junit.jupiter.engine:MINOR_VERSION_CHANGED
org.junit.jupiter.engine:org.junit.jupiter.engine.descriptor.ClassExtensionContext#ClassExtensionContext(Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/platform/engine/EngineExecutionListener;Lorg/junit/jupiter/engine/descriptor/ClassTestDescriptor;Lorg/junit/jupiter/api/TestInstance$Lifecycle;Lorg/junit/platform/engine/ConfigurationParameters;Lorg/junit/jupiter/engine/execution/ThrowableCollector;)V
org.junit.jupiter.engine:org.junit.jupiter.engine.descriptor.ClassExtensionContext#ClassExtensionContext(Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/platform/engine/EngineExecutionListener;Lorg/junit/jupiter/engine/descriptor/ClassTestDescriptor;Lorg/junit/jupiter/engine/execution/ThrowableCollector;)V
org.junit.jupiter.engine:org.junit.jupiter.engine.descriptor.ClassExtensionContext#ClassExtensionContext(Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/platform/engine/EngineExecutionListener;Lorg/junit/jupiter/engine/descriptor/ClassTestDescriptor;Lorg/junit/platform/engine/ConfigurationParameters;Lorg/junit/jupiter/engine/execution/ThrowableCollector;)V
org.junit.jupiter.engine:org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
org.junit.jupiter.engine:org.junit.jupiter.engine.descriptor.Filterable
org.junit.jupiter.engine:org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor#cleanUp(Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;)V
org.junit.jupiter.engine:org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext#JupiterEngineExtensionContext(Lorg/junit/platform/engine/EngineExecutionListener;Lorg/junit/jupiter/engine/descriptor/JupiterEngineDescriptor;)V
org.junit.jupiter.engine:org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext#JupiterEngineExtensionContext(Lorg/junit/platform/engine/EngineExecutionListener;Lorg/junit/jupiter/engine/descriptor/JupiterEngineDescriptor;Lorg/junit/platform/engine/ConfigurationParameters;)V
org.junit.jupiter.engine:org.junit.jupiter.engine.descriptor.JupiterTestDescriptor#cleanUp(Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;)V
org.junit.jupiter.engine:org.junit.jupiter.engine.descriptor.JupiterTestDescriptor#populateNewExtensionRegistryFromExtendWith(Ljava/lang/reflect/AnnotatedElement;Lorg/junit/jupiter/engine/extension/ExtensionRegistry;)Lorg/junit/jupiter/engine/extension/ExtensionRegistry;
org.junit.jupiter.engine:org.junit.jupiter.engine.descriptor.JupiterTestDescriptor#prepare(Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;)Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;
org.junit.jupiter.engine:org.junit.jupiter.engine.descriptor.MethodExtensionContext#MethodExtensionContext(Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/platform/engine/EngineExecutionListener;Lorg/junit/jupiter/engine/descriptor/TestMethodTestDescriptor;Ljava/lang/Object;Lorg/junit/jupiter/engine/execution/ThrowableCollector;)V
org.junit.jupiter.engine:org.junit.jupiter.engine.descriptor.MethodExtensionContext#MethodExtensionContext(Lorg/junit/jupiter/api/extension/ExtensionContext;Lorg/junit/platform/engine/EngineExecutionListener;Lorg/junit/jupiter/engine/descriptor/TestMethodTestDescriptor;Lorg/junit/platform/engine/ConfigurationParameters;Ljava/lang/Object;Lorg/junit/jupiter/engine/execution/ThrowableCollector;)V
org.junit.jupiter.engine:org.junit.jupiter.engine.discovery.predicates.IsScannableTestClass
org.junit.jupiter.engine:org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
org.junit.jupiter.engine:org.junit.jupiter.engine.execution.ExtensionValuesStore#closeAllStoredCloseableValues()V
org.junit.jupiter.engine:org.junit.jupiter.engine.execution.JupiterEngineExecutionContext#close()V
org.junit.jupiter.engine:org.junit.jupiter.engine.script.Script
org.junit.jupiter.engine:org.junit.jupiter.engine.script.ScriptAccessor
org.junit.jupiter.engine:org.junit.jupiter.engine.script.ScriptExecutionManager
org.junit.jupiter.migrationsupport:MINOR_VERSION_CHANGED
org.junit.jupiter.migrationsupport:org.junit.jupiter.migrationsupport.rules.member.TestRuleAnnotatedField
org.junit.jupiter.migrationsupport:org.junit.jupiter.migrationsupport.rules.member.TestRuleAnnotatedMemberFactory
org.junit.jupiter.migrationsupport:org.junit.jupiter.migrationsupport.rules.member.TestRuleAnnotatedMethod
org.junit.jupiter.params:MINOR_VERSION_CHANGED
org.junit.jupiter.params:org.junit.jupiter.params.provider.CsvFileSource#numLinesToSkip()I
org.junit.jupiter.params:org.junit.jupiter.params.provider.ValueSource#bytes()[B
org.junit.jupiter.params:org.junit.jupiter.params.provider.ValueSource#chars()[C
org.junit.jupiter.params:org.junit.jupiter.params.provider.ValueSource#classes()[Ljava/lang/Class<*>;
org.junit.jupiter.params:org.junit.jupiter.params.provider.ValueSource#floats()[F
org.junit.jupiter.params:org.junit.jupiter.params.provider.ValueSource#shorts()[S
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.AbstractParser#parseAll(Ljava/io/File;I)Ljava/util/List<[Ljava/lang/String;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.AbstractParser#parseAll(Ljava/io/File;Ljava/lang/String;I)Ljava/util/List<[Ljava/lang/String;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.AbstractParser#parseAll(Ljava/io/File;Ljava/nio/charset/Charset;I)Ljava/util/List<[Ljava/lang/String;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.AbstractParser#parseAll(Ljava/io/InputStream;I)Ljava/util/List<[Ljava/lang/String;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.AbstractParser#parseAll(Ljava/io/InputStream;Ljava/lang/String;I)Ljava/util/List<[Ljava/lang/String;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.AbstractParser#parseAll(Ljava/io/InputStream;Ljava/nio/charset/Charset;I)Ljava/util/List<[Ljava/lang/String;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.AbstractParser#parseAll(Ljava/io/Reader;I)Ljava/util/List<[Ljava/lang/String;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.AbstractParser#parseAllRecords(Ljava/io/File;I)Ljava/util/List<Lorg/junit/jupiter/params/shadow/com/univocity/parsers/common/record/Record;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.AbstractParser#parseAllRecords(Ljava/io/File;Ljava/lang/String;I)Ljava/util/List<Lorg/junit/jupiter/params/shadow/com/univocity/parsers/common/record/Record;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.AbstractParser#parseAllRecords(Ljava/io/File;Ljava/nio/charset/Charset;I)Ljava/util/List<Lorg/junit/jupiter/params/shadow/com/univocity/parsers/common/record/Record;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.AbstractParser#parseAllRecords(Ljava/io/InputStream;I)Ljava/util/List<Lorg/junit/jupiter/params/shadow/com/univocity/parsers/common/record/Record;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.AbstractParser#parseAllRecords(Ljava/io/InputStream;Ljava/lang/String;I)Ljava/util/List<Lorg/junit/jupiter/params/shadow/com/univocity/parsers/common/record/Record;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.AbstractParser#parseAllRecords(Ljava/io/InputStream;Ljava/nio/charset/Charset;I)Ljava/util/List<Lorg/junit/jupiter/params/shadow/com/univocity/parsers/common/record/Record;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.AbstractParser#parseAllRecords(Ljava/io/Reader;I)Ljava/util/List<Lorg/junit/jupiter/params/shadow/com/univocity/parsers/common/record/Record;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonParserSettings
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.processor.BeanListProcessor#BeanListProcessor(Ljava/lang/Class<TT;>;I)V
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.processor.CompositeRowProcessor
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.processor.MultiBeanListProcessor#MultiBeanListProcessor(I[Ljava/lang/Class;)V
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.processor.ObjectRowListProcessor#ObjectRowListProcessor(I)V
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.processor.core.AbstractBeanListProcessor#AbstractBeanListProcessor(Ljava/lang/Class<TT;>;I)V
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.processor.core.AbstractMultiBeanListProcessor#AbstractMultiBeanListProcessor(I[Ljava/lang/Class;)V
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.processor.core.AbstractObjectListProcessor#AbstractObjectListProcessor(I)V
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.processor.core.CompositeProcessor
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.routine.AbstractRoutines#parseAll<T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Ljava/io/File;I)Ljava/util/List<TT;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.routine.AbstractRoutines#parseAll<T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Ljava/io/File;Ljava/lang/String;I)Ljava/util/List<TT;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.routine.AbstractRoutines#parseAll<T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Ljava/io/File;Ljava/nio/charset/Charset;I)Ljava/util/List<TT;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.routine.AbstractRoutines#parseAll<T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Ljava/io/InputStream;I)Ljava/util/List<TT;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.routine.AbstractRoutines#parseAll<T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Ljava/io/InputStream;Ljava/lang/String;I)Ljava/util/List<TT;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.routine.AbstractRoutines#parseAll<T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Ljava/io/InputStream;Ljava/nio/charset/Charset;I)Ljava/util/List<TT;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.common.routine.AbstractRoutines#parseAll<T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Ljava/io/Reader;I)Ljava/util/List<TT;>;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.conversions.CalendarConversion#CalendarConversion(Ljava/util/Locale;Ljava/util/Calendar;Ljava/lang/String;[Ljava/lang/String;)V
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.conversions.CalendarConversion#CalendarConversion(Ljava/util/Locale;[Ljava/lang/String;)V
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.conversions.Conversions#toCalendar(Ljava/util/Locale;Ljava/util/Calendar;Ljava/lang/String;[Ljava/lang/String;)Lorg/junit/jupiter/params/shadow/com/univocity/parsers/conversions/CalendarConversion;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.conversions.Conversions#toCalendar(Ljava/util/Locale;Ljava/util/Calendar;[Ljava/lang/String;)Lorg/junit/jupiter/params/shadow/com/univocity/parsers/conversions/CalendarConversion;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.conversions.Conversions#toCalendar(Ljava/util/Locale;[Ljava/lang/String;)Lorg/junit/jupiter/params/shadow/com/univocity/parsers/conversions/CalendarConversion;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.conversions.Conversions#toDate(Ljava/util/Locale;Ljava/util/Date;Ljava/lang/String;[Ljava/lang/String;)Lorg/junit/jupiter/params/shadow/com/univocity/parsers/conversions/DateConversion;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.conversions.Conversions#toDate(Ljava/util/Locale;Ljava/util/Date;[Ljava/lang/String;)Lorg/junit/jupiter/params/shadow/com/univocity/parsers/conversions/DateConversion;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.conversions.Conversions#toDate(Ljava/util/Locale;[Ljava/lang/String;)Lorg/junit/jupiter/params/shadow/com/univocity/parsers/conversions/DateConversion;
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.conversions.DateConversion#DateConversion(Ljava/util/Locale;Ljava/util/Date;Ljava/lang/String;[Ljava/lang/String;)V
org.junit.jupiter.params:org.junit.jupiter.params.shadow.com.univocity.parsers.conversions.DateConversion#DateConversion(Ljava/util/Locale;[Ljava/lang/String;)V
org.junit.platform.commons:META-INF.versions.9.org.junit.platform.commons.util.ModuleUtils
org.junit.platform.commons:MINOR_VERSION_CHANGED
org.junit.platform.commons:org.junit.platform.commons.logging.LogRecordListener
org.junit.platform.commons:org.junit.platform.commons.logging.LoggerFactory#addListener(Lorg/junit/platform/commons/logging/LogRecordListener;)V
org.junit.platform.commons:org.junit.platform.commons.logging.LoggerFactory#removeListener(Lorg/junit/platform/commons/logging/LogRecordListener;)V
org.junit.platform.commons:org.junit.platform.commons.support.AnnotationSupport#findAnnotation<A::Ljava/lang/annotation/Annotation;>(Ljava/util/Optional<+Ljava/lang/reflect/AnnotatedElement;>;Ljava/lang/Class<TA;>;)Ljava/util/Optional<TA;>;
org.junit.platform.commons:org.junit.platform.commons.support.ClassSupport
org.junit.platform.commons:org.junit.platform.commons.util.AnnotationUtils#findAnnotatedFields(Ljava/lang/Class<*>;Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/util/function/Predicate<Ljava/lang/reflect/Field;>;)Ljava/util/List<Ljava/lang/reflect/Field;>;
org.junit.platform.commons:org.junit.platform.commons.util.AnnotationUtils#findAnnotatedFields(Ljava/lang/Class<*>;Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/util/function/Predicate<Ljava/lang/reflect/Field;>;Lorg/junit/platform/commons/util/ReflectionUtils$HierarchyTraversalMode;)Ljava/util/List<Ljava/lang/reflect/Field;>;
org.junit.platform.commons:org.junit.platform.commons.util.AnnotationUtils#getDefaultValue<T:Ljava/lang/Object;>(Ljava/lang/annotation/Annotation;Ljava/lang/String;Ljava/lang/Class<TT;>;)Ljava/util/Optional<TT;>;
org.junit.platform.commons:org.junit.platform.commons.util.ClassFilter
org.junit.platform.commons:org.junit.platform.commons.util.ModuleUtils
org.junit.platform.commons:org.junit.platform.commons.util.ReflectionUtils#findAllClassesInClasspathRoot(Ljava/net/URI;Lorg/junit/platform/commons/util/ClassFilter;)Ljava/util/List<Ljava/lang/Class<*>;>;
org.junit.platform.commons:org.junit.platform.commons.util.ReflectionUtils#findAllClassesInPackage(Ljava/lang/String;Lorg/junit/platform/commons/util/ClassFilter;)Ljava/util/List<Ljava/lang/Class<*>;>;
org.junit.platform.commons:org.junit.platform.commons.util.ReflectionUtils#findConstructors(Ljava/lang/Class<*>;Ljava/util/function/Predicate<Ljava/lang/reflect/Constructor<*>;>;)Ljava/util/List<Ljava/lang/reflect/Constructor<*>;>;
org.junit.platform.commons:org.junit.platform.commons.util.ReflectionUtils#findFields(Ljava/lang/Class<*>;Ljava/util/function/Predicate<Ljava/lang/reflect/Field;>;Lorg/junit/platform/commons/util/ReflectionUtils$HierarchyTraversalMode;)Ljava/util/List<Ljava/lang/reflect/Field;>;
org.junit.platform.commons:org.junit.platform.commons.util.ReflectionUtils#isNotPrivate(Ljava/lang/reflect/Member;)Z
org.junit.platform.commons:org.junit.platform.commons.util.ReflectionUtils#isNotStatic(Ljava/lang/reflect/Member;)Z
org.junit.platform.commons:org.junit.platform.commons.util.ReflectionUtils#loadMethod(Ljava/lang/String;)Ljava/util/Optional<Ljava/lang/reflect/Method;>;
org.junit.platform.commons:org.junit.platform.commons.util.ReflectionUtils#readFieldValue(Ljava/lang/reflect/Field;)Ljava/util/Optional<Ljava/lang/Object;>;
org.junit.platform.commons:org.junit.platform.commons.util.ReflectionUtils#readFieldValue<T:Ljava/lang/Object;>(Ljava/lang/reflect/Field;TT;)Ljava/util/Optional<Ljava/lang/Object;>;
org.junit.platform.engine:MINOR_VERSION_CHANGED
org.junit.platform.engine:org.junit.platform.engine.UniqueId#append(Lorg/junit/platform/engine/UniqueId$Segment;)Lorg/junit/platform/engine/UniqueId;
org.junit.platform.engine:org.junit.platform.engine.UniqueId#hasPrefix(Lorg/junit/platform/engine/UniqueId;)Z
org.junit.platform.engine:org.junit.platform.engine.discovery.DiscoverySelectors#selectModule(Ljava/lang/String;)Lorg/junit/platform/engine/discovery/ModuleSelector;
org.junit.platform.engine:org.junit.platform.engine.discovery.DiscoverySelectors#selectModules(Ljava/util/Set<Ljava/lang/String;>;)Ljava/util/List<Lorg/junit/platform/engine/discovery/ModuleSelector;>;
org.junit.platform.engine:org.junit.platform.engine.discovery.ModuleSelector
org.junit.platform.engine:org.junit.platform.engine.support.filter.ClasspathScanningSupport#buildClassFilter(Lorg/junit/platform/engine/EngineDiscoveryRequest;Ljava/util/function/Predicate<Ljava/lang/Class<*>;>;)Lorg/junit/platform/commons/util/ClassFilter;
org.junit.platform.engine:org.junit.platform.engine.support.filter.ExclusionReasonConsumingFilter
org.junit.platform.launcher:MINOR_VERSION_CHANGED
org.junit.platform.launcher:org.junit.platform.launcher.listeners.LegacyReportingUtils
org.junit.platform.launcher:org.junit.platform.launcher.tagexpression.ParseResult
org.junit.platform.launcher:org.junit.platform.launcher.tagexpression.TagExpression
org.junit.platform.runner:MINOR_VERSION_CHANGED
org.junit.platform.suite.api:MINOR_VERSION_CHANGED
org.junit.platform.suite.api:org.junit.platform.suite.api.SuiteDisplayName
org.junit.vintage.engine:MAJOR_VERSION_CHANGED
org.junit.vintage.engine:org.junit.vintage.engine.descriptor.VintageTestDescriptor#canBeRemovedFromHierarchy()Z
org.junit.vintage.engine:org.junit.vintage.engine.descriptor.VintageTestDescriptor#tryToExcludeFromRunner(Lorg/junit/runner/Description;)Z
org.junit.vintage.engine:org.junit.vintage.engine.discovery.RunnerDecorator
org.junit.vintage.engine:org.junit.vintage.engine.discovery.VintageDiscoverer#VintageDiscoverer()V
org.junit.vintage.engine:org.junit.vintage.engine.discovery.VintageDiscoverer#VintageDiscoverer(Lorg/junit/platform/commons/logging/Logger;)V
org.junit.vintage.engine:org.junit.vintage.engine.execution.RunnerExecutor#RunnerExecutor(Lorg/junit/platform/engine/EngineExecutionListener;)V
org.junit.vintage.engine:org.junit.vintage.engine.execution.RunnerExecutor#RunnerExecutor(Lorg/junit/platform/engine/EngineExecutionListener;Lorg/junit/platform/commons/logging/Logger;)V
org.junit.vintage.engine:org.junit.vintage.engine.support.UniqueIdReader#UniqueIdReader()V
org.junit.vintage.engine:org.junit.vintage.engine.support.UniqueIdReader#UniqueIdReader(Lorg/junit/platform/commons/logging/Logger;)V

# Bug 480639: [HiDPI][API] Provide monitor-specific DPI scaling / zoom level
org.eclipse.swt.win32.win32.x86:org.eclipse.swt.widgets.Monitor#getZoom()I
org.eclipse.swt:org.eclipse.swt.widgets.Monitor#getZoom()I

# Bug 533774: Move o.e.equinox.util to Java 7
org.eclipse.equinox.util:MINOR_VERSION_CHANGED

# Bug 510038: [http] Tests failing on linux.gtk.x86_64 for M-builds
org.eclipse.equinox.http.jetty:MINOR_VERSION_CHANGED

# Bug 533927: Move o.e.ui.cocoa to Java 8
org.eclipse.ui.cocoa:MINOR_VERSION_CHANGED

# Bug 533892: Use Ant 1.10.3 and ASM 6.1.1 in 4.8
org.apache.ant:org.apache.tools.ant.BuildException#BuildException(Ljava/lang/String;[Ljava/lang/Object;)V
org.apache.ant:org.apache.tools.ant.FileUtilities#rollbackTimestamps(Ljava/io/File;J)V
org.apache.ant:org.apache.tools.ant.FileUtilities#rollbackTimetamps(Ljava/io/File;J)V
org.apache.ant:org.apache.tools.ant.MagicNames#SCRIPT_CACHE
org.apache.ant:org.apache.tools.ant.MagicNames#TSTAMP_NOW
org.apache.ant:org.apache.tools.ant.MagicNames#TSTAMP_NOW_ISO
org.apache.ant:org.apache.tools.ant.filters.LineContainsRegExp#setRegexp(Ljava/lang/String;)V
org.apache.ant:org.apache.tools.ant.filters.util.ChainReaderHelper#ChainReaderHelper(Lorg/apache/tools/ant/Project;Ljava/io/Reader;Ljava/lang/Iterable<Lorg/apache/tools/ant/types/FilterChain;>;)V
org.apache.ant:org.apache.tools.ant.filters.util.ChainReaderHelper#getAssembledReader()Ljava/io/Reader;
org.apache.ant:org.apache.tools.ant.filters.util.ChainReaderHelper#getAssembledReader()Lorg/apache/tools/ant/filters/util/ChainReaderHelper$ChainReader;
org.apache.ant:org.apache.tools.ant.filters.util.ChainReaderHelper#with(Ljava/util/function/Consumer<Lorg/apache/tools/ant/filters/util/ChainReaderHelper;>;)Lorg/apache/tools/ant/filters/util/ChainReaderHelper;
org.apache.ant:org.apache.tools.ant.filters.util.ChainReaderHelper#withBufferSize(I)Lorg/apache/tools/ant/filters/util/ChainReaderHelper;
org.apache.ant:org.apache.tools.ant.filters.util.ChainReaderHelper#withFilterChains(Ljava/lang/Iterable<Lorg/apache/tools/ant/types/FilterChain;>;)Lorg/apache/tools/ant/filters/util/ChainReaderHelper;
org.apache.ant:org.apache.tools.ant.filters.util.ChainReaderHelper#withPrimaryReader(Ljava/io/Reader;)Lorg/apache/tools/ant/filters/util/ChainReaderHelper;
org.apache.ant:org.apache.tools.ant.filters.util.ChainReaderHelper#withProject(Lorg/apache/tools/ant/Project;)Lorg/apache/tools/ant/filters/util/ChainReaderHelper;
org.apache.ant:org.apache.tools.ant.filters.util.ChainReaderHelper.ChainReader
org.apache.ant:org.apache.tools.ant.input.MultipleChoiceInputRequest#MultipleChoiceInputRequest(Ljava/lang/String;Ljava/util/Collection<Ljava/lang/String;>;)V
org.apache.ant:org.apache.tools.ant.taskdefs.GenerateKey$DnameParam#isComplete()Z
org.apache.ant:org.apache.tools.ant.taskdefs.Get#addConfiguredHeader(Lorg/apache/tools/ant/taskdefs/email/Header;)V
org.apache.ant:org.apache.tools.ant.taskdefs.Javadoc$ResourceCollectionContainer
org.apache.ant:org.apache.tools.ant.taskdefs.SQLExec#setForceCsvQuoteChar(Z)V
org.apache.ant:org.apache.tools.ant.taskdefs.SignJar#getTSADigestAlg()Ljava/lang/String;
org.apache.ant:org.apache.tools.ant.taskdefs.SignJar#setTSADigestAlg(Ljava/lang/String;)V
org.apache.ant:org.apache.tools.ant.taskdefs.Tstamp#getNow()Ljava/util/Date;
org.apache.ant:org.apache.tools.ant.taskdefs.Tstamp#getNow(Ljava/lang/String;Ljava/util/function/Function<Ljava/lang/String;Ljava/util/Date;>;Ljava/util/function/BiFunction<Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;>;)Ljava/util/Optional<Ljava/util/Date;>;
org.apache.ant:org.apache.tools.ant.taskdefs.XmlProperty#getIncludeSemanticAttribute()Z
org.apache.ant:org.apache.tools.ant.taskdefs.Zip#getModificationtime()Ljava/lang/String;
org.apache.ant:org.apache.tools.ant.taskdefs.Zip#setModificationtime(Ljava/lang/String;)V
org.apache.ant:org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter#assumeJava9Plus()Z
org.apache.ant:org.apache.tools.ant.taskdefs.condition.JavaVersion
org.apache.ant:org.apache.tools.ant.taskdefs.optional.AbstractXSLTLiaisonTest#testFolder
org.apache.ant:org.apache.tools.ant.taskdefs.optional.Script#setEncoding(Ljava/lang/String;)V
org.apache.ant:org.apache.tools.ant.taskdefs.optional.depend.constantpool.MethodHandleCPInfo$ReferenceKind#value()I
org.apache.ant:org.apache.tools.ant.taskdefs.optional.ejb.EjbJar#createOrion()Lorg/apache/tools/ant/taskdefs/optional/ejb/OrionDeploymentTool;
org.apache.ant:org.apache.tools.ant.taskdefs.optional.ejb.OrionDeploymentTool
org.apache.ant:org.apache.tools.ant.taskdefs.optional.j2ee.AbstractHotDeploymentTool#deploy()V
org.apache.ant:org.apache.tools.ant.taskdefs.optional.junit.FailureRecorder$TestInfos#compareTo(Lorg/apache/tools/ant/taskdefs/optional/junit/FailureRecorder$TestInfos;)I
org.apache.ant:org.apache.tools.ant.taskdefs.optional.junitlauncher.JUnitLauncherTask
org.apache.ant:org.apache.tools.ant.taskdefs.optional.junitlauncher.ListenerDefinition
org.apache.ant:org.apache.tools.ant.taskdefs.optional.junitlauncher.NamedTest
org.apache.ant:org.apache.tools.ant.taskdefs.optional.junitlauncher.SingleTestClass
org.apache.ant:org.apache.tools.ant.taskdefs.optional.junitlauncher.TestClasses
org.apache.ant:org.apache.tools.ant.taskdefs.optional.junitlauncher.TestExecutionContext
org.apache.ant:org.apache.tools.ant.taskdefs.optional.junitlauncher.TestResultFormatter
org.apache.ant:org.apache.tools.ant.taskdefs.optional.script.ScriptDef#setCompiled(Z)V
org.apache.ant:org.apache.tools.ant.taskdefs.optional.script.ScriptDef#setEncoding(Ljava/lang/String;)V
org.apache.ant:org.apache.tools.ant.taskdefs.optional.ssh.ScpToMessageBySftp#ScpToMessageBySftp(ZLcom/jcraft/jsch/Session;Ljava/io/File;Ljava/lang/String;Z)V
org.apache.ant:org.apache.tools.ant.taskdefs.optional.ssh.ScpToMessageBySftp#ScpToMessageBySftp(ZLcom/jcraft/jsch/Session;Ljava/util/List<Lorg/apache/tools/ant/taskdefs/optional/ssh/Directory;>;Ljava/lang/String;Z)V
org.apache.ant:org.apache.tools.ant.taskdefs.optional.xz.Unxz
org.apache.ant:org.apache.tools.ant.taskdefs.optional.xz.Xz
org.apache.ant:org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter#areIiopAndIdlSupported()Z
org.apache.ant:org.apache.tools.ant.types.AbstractFileSetTest#canCallSetFileTwiceWithSameArgument()V
org.apache.ant:org.apache.tools.ant.types.AbstractFileSetTest#cantCallSetFileTwiceWithDifferentArguments()V
org.apache.ant:org.apache.tools.ant.types.Resource#asOptional<T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)Ljava/util/Optional<TT;>;
org.apache.ant:org.apache.tools.ant.types.Resource#getCheckedRef()Lorg/apache/tools/ant/types/Resource;
org.apache.ant:org.apache.tools.ant.types.optional.AbstractScriptComponent#setEncoding(Ljava/lang/String;)V
org.apache.ant:org.apache.tools.ant.types.optional.ScriptFilter#setEncoding(Ljava/lang/String;)V
org.apache.ant:org.apache.tools.ant.types.optional.ScriptSelector#setEncoding(Ljava/lang/String;)V
org.apache.ant:org.apache.tools.ant.types.optional.xz.XzResource
org.apache.ant:org.apache.tools.ant.types.resources.ArchiveResource#getCheckedRef()Lorg/apache/tools/ant/types/resources/ArchiveResource;
org.apache.ant:org.apache.tools.ant.types.resources.Archives#getCheckedRef()Lorg/apache/tools/ant/types/resources/Archives;
org.apache.ant:org.apache.tools.ant.types.resources.BaseResourceCollectionContainer#getCheckedRef()Lorg/apache/tools/ant/types/resources/BaseResourceCollectionContainer;
org.apache.ant:org.apache.tools.ant.types.resources.FileResource#getCheckedRef()Lorg/apache/tools/ant/types/resources/FileResource;
org.apache.ant:org.apache.tools.ant.types.resources.JavaResource#getCheckedRef()Lorg/apache/tools/ant/types/resources/JavaResource;
org.apache.ant:org.apache.tools.ant.types.resources.MappedResourceCollection#getCheckedRef()Lorg/apache/tools/ant/types/resources/MappedResourceCollection;
org.apache.ant:org.apache.tools.ant.types.resources.PropertyResource#getCheckedRef()Lorg/apache/tools/ant/types/resources/PropertyResource;
org.apache.ant:org.apache.tools.ant.types.resources.ResourceList#getCheckedRef()Lorg/apache/tools/ant/types/resources/ResourceList;
org.apache.ant:org.apache.tools.ant.types.resources.Restrict#getCheckedRef()Lorg/apache/tools/ant/types/resources/Restrict;
org.apache.ant:org.apache.tools.ant.types.resources.StringResource#getCheckedRef()Lorg/apache/tools/ant/types/resources/StringResource;
org.apache.ant:org.apache.tools.ant.types.resources.TarResource#getCheckedRef()Lorg/apache/tools/ant/types/resources/TarResource;
org.apache.ant:org.apache.tools.ant.types.resources.comparators.ResourceComparator#getCheckedRef()Lorg/apache/tools/ant/types/resources/comparators/ResourceComparator;
org.apache.ant:org.apache.tools.ant.types.resources.selectors.ResourceSelectorContainer#getCheckedRef()Lorg/apache/tools/ant/types/resources/selectors/ResourceSelectorContainer;
org.apache.ant:org.apache.tools.ant.types.resources.selectors.ResourceSelectorContainer#getResourceSelectors()Ljava/util/List<Lorg/apache/tools/ant/types/resources/selectors/ResourceSelector;>;
org.apache.ant:org.apache.tools.ant.types.selectors.AbstractSelectorContainer#getCheckedRef()Lorg/apache/tools/ant/types/selectors/AbstractSelectorContainer;
org.apache.ant:org.apache.tools.ant.types.selectors.BaseSelector#getCheckedRef()Lorg/apache/tools/ant/types/selectors/BaseSelector;
org.apache.ant:org.apache.tools.ant.types.selectors.ExecutableSelector#isSelected(Lorg/apache/tools/ant/types/Resource;)Z
org.apache.ant:org.apache.tools.ant.types.selectors.OwnedBySelector#isSelected(Lorg/apache/tools/ant/types/Resource;)Z
org.apache.ant:org.apache.tools.ant.types.selectors.ReadableSelector#isSelected(Lorg/apache/tools/ant/types/Resource;)Z
org.apache.ant:org.apache.tools.ant.types.selectors.SymlinkSelector#isSelected(Lorg/apache/tools/ant/types/Resource;)Z
org.apache.ant:org.apache.tools.ant.types.selectors.WritableSelector#isSelected(Lorg/apache/tools/ant/types/Resource;)Z
org.apache.ant:org.apache.tools.ant.util.DateUtils#EN_US_DATE_FORMAT_MIN
org.apache.ant:org.apache.tools.ant.util.DateUtils#EN_US_DATE_FORMAT_SEC
org.apache.ant:org.apache.tools.ant.util.DateUtils#parseLenientDateTime(Ljava/lang/String;)Ljava/util/Date;
org.apache.ant:org.apache.tools.ant.util.FileUtils#newOutputStream(Ljava/nio/file/Path;Z)Ljava/io/OutputStream;
org.apache.ant:org.apache.tools.ant.util.ScriptRunnerBase#getCompiled()Z
org.apache.ant:org.apache.tools.ant.util.ScriptRunnerBase#setCompiled(Z)V
org.apache.ant:org.apache.tools.ant.util.ScriptRunnerBase#setEncoding(Ljava/lang/String;)V
org.apache.ant:org.apache.tools.ant.util.ScriptRunnerHelper#getCompiled()Z
org.apache.ant:org.apache.tools.ant.util.ScriptRunnerHelper#getEncoding()Ljava/lang/String;
org.apache.ant:org.apache.tools.ant.util.ScriptRunnerHelper#getSrc()Ljava/io/File;
org.apache.ant:org.apache.tools.ant.util.ScriptRunnerHelper#setCompiled(Z)V
org.apache.ant:org.apache.tools.ant.util.ScriptRunnerHelper#setEncoding(Ljava/lang/String;)V
org.apache.ant:org.apache.tools.ant.util.StringUtils#trimToNull(Ljava/lang/String;)Ljava/lang/String;
org.apache.ant:org.apache.tools.ant.util.regexp.RegexpMatcherTest#RegexpMatcherTest()V
org.apache.ant:org.apache.tools.ant.util.regexp.RegexpMatcherTest#RegexpMatcherTest(Ljava/lang/String;)V
org.apache.ant:org.apache.tools.ant.util.regexp.RegexpTest#RegexpTest()V
org.apache.ant:org.apache.tools.ant.util.regexp.RegexpTest#RegexpTest(Ljava/lang/String;)V
org.objectweb.asm.tree:MINOR_VERSION_CHANGED
org.objectweb.asm.tree:org.objectweb.asm.tree.MethodNode#invisibleAnnotableParameterCount
org.objectweb.asm.tree:org.objectweb.asm.tree.MethodNode#visibleAnnotableParameterCount
org.objectweb.asm.tree:org.objectweb.asm.tree.UnsupportedClassVersionException
org.objectweb.asm:MINOR_VERSION_CHANGED
org.objectweb.asm:org.objectweb.asm.MethodVisitor#visitAnnotableParameterCount(IZ)V
org.objectweb.asm:org.objectweb.asm.Opcodes#V10

# Bug 533880: Add problem (marker) for: When selecting compliance, make sure to have a compatible JRE installed and activated
org.eclipse.jdt.launching:org.eclipse.jdt.launching.JavaRuntime#PREF_COMPILER_COMPLIANCE_DOES_NOT_MATCH_JRE

# Bug 534320 in API tools: this isn't an API addtion (original bug report: bug 506166)
org.eclipse.ui.editors:org.eclipse.ui.texteditor.AbstractDecoratedTextEditorPreferenceConstants#EDITOR_PRINT_MARGIN_ALLOW_OVERRIDE

# Bug 534195: Update prereqs for Photon Milestones for M7: EMF
org.eclipse.emf.common:org.eclipse.emf.common.CommonPlugin#getTargetPlatformBundleMappings()Ljava/util/Map<Ljava/lang/String;Lorg/eclipse/emf/common/util/URI;>;
org.eclipse.emf.common:org.eclipse.emf.common.CommonPlugin#getTargetPlatformExtensionPoints(Ljava/util/Set<Ljava/lang/String;>;)Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Lorg/eclipse/emf/common/CommonPlugin$ElementRecord;>;>;
org.eclipse.emf.common:org.eclipse.emf.common.CommonPlugin.ElementRecord
org.eclipse.emf.common:org.eclipse.emf.common.CommonPlugin.SimpleTargetPlatformRegistryImpl
org.eclipse.emf.common:org.eclipse.emf.common.util.DelegatingResourceLocator#bundleLocalization
org.eclipse.emf.common:org.eclipse.emf.common.util.DelegatingResourceLocator#getBundleLocalization(Ljava/net/URL;)Ljava/lang/String;
org.eclipse.emf.databinding.edit:org.eclipse.emf.edit.provider.IPropertyEditorFactory#org.eclipse.emf.edit.provider.IPropertyEditorFactory
org.eclipse.emf.databinding.edit:org.eclipse.emf.edit.provider.PropertyEditorFactory#org.eclipse.emf.edit.provider.PropertyEditorFactory
org.eclipse.emf.databinding:org.eclipse.emf.ecore.util.DateConversionDelegateFactory#org.eclipse.emf.ecore.util.DateConversionDelegateFactory
org.eclipse.emf.ecore.change:org.eclipse.emf.ecore.util.DateConversionDelegateFactory#org.eclipse.emf.ecore.util.DateConversionDelegateFactory
org.eclipse.emf.ecore.xmi:org.eclipse.emf.ecore.util.DateConversionDelegateFactory#org.eclipse.emf.ecore.util.DateConversionDelegateFactory
org.eclipse.emf.ecore:org.eclipse.emf.ecore.EDataType$Internal$ConversionDelegate$Factory$Registry#getTargetPlatformFactories()Ljava/util/Set<Ljava/lang/String;>;
org.eclipse.emf.ecore:org.eclipse.emf.ecore.EDataType$Internal$ConversionDelegate$Factory$Registry$Impl#createKey(Ljava/lang/String;)Ljava/lang/String;
org.eclipse.emf.ecore:org.eclipse.emf.ecore.EOperation$Internal$InvocationDelegate$Factory$Registry#getTargetPlatformFactories()Ljava/util/Set<Ljava/lang/String;>;
org.eclipse.emf.ecore:org.eclipse.emf.ecore.EOperation$Internal$InvocationDelegate$Factory$Registry$Impl#createKey(Ljava/lang/String;)Ljava/lang/String;
org.eclipse.emf.ecore:org.eclipse.emf.ecore.EStructuralFeature$Internal$SettingDelegate$Factory$Registry#getTargetPlatformFactories()Ljava/util/Set<Ljava/lang/String;>;
org.eclipse.emf.ecore:org.eclipse.emf.ecore.EStructuralFeature$Internal$SettingDelegate$Factory$Registry$Impl#createKey(Ljava/lang/String;)Ljava/lang/String;
org.eclipse.emf.ecore:org.eclipse.emf.ecore.EValidator$ValidationDelegate$Registry#getTargetPlatformFactories()Ljava/util/Set<Ljava/lang/String;>;
org.eclipse.emf.ecore:org.eclipse.emf.ecore.impl.ValidationDelegateRegistryImpl#createKey(Ljava/lang/String;)Ljava/lang/String;
org.eclipse.emf.ecore:org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl$EObjectOutputStream#createEStructuralFeatureData(Lorg/eclipse/emf/ecore/EStructuralFeature$Internal;)Lorg/eclipse/emf/ecore/resource/impl/BinaryResourceImpl$EObjectOutputStream$EStructuralFeatureData;
org.eclipse.emf.ecore:org.eclipse.emf.ecore.resource.impl.ResourceImpl#getIDForEObject(Lorg/eclipse/emf/ecore/EObject;)Ljava/lang/String;
org.eclipse.emf.ecore:org.eclipse.emf.ecore.resource.impl.ResourceImpl#supportIDRelativeURIFragmentPaths()Z
org.eclipse.emf.ecore:org.eclipse.emf.ecore.util.BasicEAnnotationValidator.ValidationContext
org.eclipse.emf.ecore:org.eclipse.emf.ecore.util.DateConversionDelegateFactory
org.eclipse.emf.ecore:org.eclipse.emf.ecore.util.Diagnostician#VALIDATE_RECURSIVELY
org.eclipse.emf.ecore:org.eclipse.emf.ecore.util.Diagnostician#isValidateContentsRecursively()Z
org.eclipse.emf.ecore:org.eclipse.emf.ecore.util.EContentAdapter#iterating
org.eclipse.emf.ecore:org.eclipse.emf.ecore.util.EContentAdapter#useRecursion()Z
org.eclipse.emf.ecore:org.eclipse.emf.ecore.util.ECrossReferenceAdapter#iterating
org.eclipse.emf.ecore:org.eclipse.emf.ecore.util.ECrossReferenceAdapter#useRecursion()Z
org.eclipse.emf.ecore:org.eclipse.emf.ecore.util.EObjectValidator#getAvailableChoices(Ljava/util/Collection<*>;ZLjava/lang/String;I)Ljava/lang/String;
org.eclipse.emf.ecore:org.eclipse.emf.ecore.util.QueryDelegate$Factory$Registry#getTargetPlatformFactories()Ljava/util/Set<Ljava/lang/String;>;
org.eclipse.emf.ecore:org.eclipse.emf.ecore.util.QueryDelegate$Factory$Registry$Impl#createKey(Ljava/lang/String;)Ljava/lang/String;
org.eclipse.emf.edit:org.eclipse.emf.ecore.util.DateConversionDelegateFactory#org.eclipse.emf.ecore.util.DateConversionDelegateFactory
org.eclipse.emf.edit:org.eclipse.emf.edit.EMFEditPlugin#getPropertyEditorFactoryRegistry()Lorg/eclipse/emf/edit/provider/IPropertyEditorFactory$Registry;
org.eclipse.emf.edit:org.eclipse.emf.edit.EMFEditPlugin.PropertyEditorFactoryRegistryImpl
org.eclipse.emf.edit:org.eclipse.emf.edit.provider.IPropertyEditorFactory
org.eclipse.emf.edit:org.eclipse.emf.edit.provider.ItemPropertyDescriptor#ItemPropertyDescriptor(Lorg/eclipse/emf/common/notify/AdapterFactory;Lorg/eclipse/emf/common/util/ResourceLocator;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/emf/ecore/EStructuralFeature;ZZZLjava/lang/Object;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/Object;)V
org.eclipse.emf.edit:org.eclipse.emf.edit.provider.ItemPropertyDescriptor#editorFactory
org.eclipse.emf.edit:org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator#getDecoratedItemPropertyDescriptor()Lorg/eclipse/emf/edit/provider/IItemPropertyDescriptor;
org.eclipse.emf.edit:org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator#getDecoratedObject()Ljava/lang/Object;
org.eclipse.emf.edit:org.eclipse.emf.edit.provider.ItemProviderAdapter#createItemPropertyDescriptor(Lorg/eclipse/emf/common/notify/AdapterFactory;Lorg/eclipse/emf/common/util/ResourceLocator;Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/emf/ecore/EStructuralFeature;ZZZLjava/lang/Object;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/emf/edit/provider/ItemPropertyDescriptor;
org.eclipse.emf.edit:org.eclipse.emf.edit.provider.PropertyEditorFactory

# Bug 532294: Update platform to Jetty 9.4.10
org.eclipse.jetty.http:org.eclipse.jetty.http.HttpCompliance#CUSTOM0
org.eclipse.jetty.http:org.eclipse.jetty.http.HttpCompliance#CUSTOM1
org.eclipse.jetty.http:org.eclipse.jetty.http.HttpCompliance#CUSTOM2
org.eclipse.jetty.http:org.eclipse.jetty.http.HttpCompliance#CUSTOM3
org.eclipse.jetty.http:org.eclipse.jetty.http.HttpCompliance#RFC2616_LEGACY
org.eclipse.jetty.http:org.eclipse.jetty.http.HttpCompliance#RFC7230_LEGACY
org.eclipse.jetty.http:org.eclipse.jetty.http.HttpCompliance#VIOLATIONS_ATTR
org.eclipse.jetty.http:org.eclipse.jetty.http.HttpCompliance#requiredCompliance(Lorg/eclipse/jetty/http/HttpComplianceSection;)Lorg/eclipse/jetty/http/HttpCompliance;
org.eclipse.jetty.http:org.eclipse.jetty.http.HttpCompliance#sections()Ljava/util/EnumSet<Lorg/eclipse/jetty/http/HttpComplianceSection;>;
org.eclipse.jetty.http:org.eclipse.jetty.http.HttpComplianceSection
org.eclipse.jetty.http:org.eclipse.jetty.http.HttpMethod#INSENSITIVE_CACHE
org.eclipse.jetty.http:org.eclipse.jetty.http.HttpParser#caseInsensitiveHeader(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
org.eclipse.jetty.http:org.eclipse.jetty.http.HttpParser#complianceViolation(Lorg/eclipse/jetty/http/HttpCompliance;Ljava/lang/String;)Z
org.eclipse.jetty.http:org.eclipse.jetty.http.HttpParser#complianceViolation(Lorg/eclipse/jetty/http/HttpComplianceSection;Ljava/lang/String;)Z
org.eclipse.jetty.http:org.eclipse.jetty.http.HttpParser#handleViolation(Lorg/eclipse/jetty/http/HttpComplianceSection;Ljava/lang/String;)V
org.eclipse.jetty.http:org.eclipse.jetty.http.HttpParser#legacyString(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
org.eclipse.jetty.http:org.eclipse.jetty.http.HttpParser$FieldState#WS_AFTER_NAME
org.eclipse.jetty.http:org.eclipse.jetty.http.MimeTypes$Type#MULTIPART_FORM_DATA
org.eclipse.jetty.http:org.eclipse.jetty.http.MultiPartFormInputStream
org.eclipse.jetty.http:org.eclipse.jetty.http.MultiPartParser
org.eclipse.jetty.io:org.eclipse.jetty.io.AbstractConnection#onReadTimeout()Z
org.eclipse.jetty.io:org.eclipse.jetty.io.AbstractConnection#onReadTimeout(Ljava/lang/Throwable;)Z
org.eclipse.jetty.io:org.eclipse.jetty.io.CyclicTimeout
org.eclipse.jetty.io:org.eclipse.jetty.io.ManagedSelector#submit(Ljava/lang/Runnable;)V
org.eclipse.jetty.io:org.eclipse.jetty.io.ManagedSelector#submit(Lorg/eclipse/jetty/io/ManagedSelector$SelectorUpdate;)V
org.eclipse.jetty.io:org.eclipse.jetty.io.ManagedSelector.SelectorUpdate
org.eclipse.jetty.io:org.eclipse.jetty.io.WriteFlusher#isInProgress()Z
org.eclipse.jetty.io:org.eclipse.jetty.io.WriteFlusher.Listener
org.eclipse.jetty.server:org.eclipse.jetty.server.AbstractNCSARequestLog#getAuthentication(Lorg/eclipse/jetty/server/Request;)Ljava/lang/String;
org.eclipse.jetty.server:org.eclipse.jetty.server.CachedContentFactory$CachedHttpContent#isMiss()Z
org.eclipse.jetty.server:org.eclipse.jetty.server.HttpChannel#onBadMessage(ILjava/lang/String;)V
org.eclipse.jetty.server:org.eclipse.jetty.server.HttpChannel#onBadMessage(Lorg/eclipse/jetty/http/BadMessageException;)V
org.eclipse.jetty.server:org.eclipse.jetty.server.HttpChannelOverHttp#badMessage(ILjava/lang/String;)V
org.eclipse.jetty.server:org.eclipse.jetty.server.HttpChannelOverHttp#onComplianceViolation(Lorg/eclipse/jetty/http/HttpCompliance;Lorg/eclipse/jetty/http/HttpCompliance;Ljava/lang/String;)V
org.eclipse.jetty.server:org.eclipse.jetty.server.HttpChannelState$Action#NOOP
org.eclipse.jetty.server:org.eclipse.jetty.server.HttpConfiguration#getMinResponseDataRate()J
org.eclipse.jetty.server:org.eclipse.jetty.server.HttpConfiguration#getMultipartFormDataCompliance()Lorg/eclipse/jetty/server/MultiPartFormDataCompliance;
org.eclipse.jetty.server:org.eclipse.jetty.server.HttpConfiguration#setMinResponseDataRate(J)V
org.eclipse.jetty.server:org.eclipse.jetty.server.HttpConfiguration#setMultiPartFormDataCompliance(Lorg/eclipse/jetty/server/MultiPartFormDataCompliance;)V
org.eclipse.jetty.server:org.eclipse.jetty.server.HttpOutput#onFlushed(J)V
org.eclipse.jetty.server:org.eclipse.jetty.server.MultiPartFormDataCompliance
org.eclipse.jetty.server:org.eclipse.jetty.server.MultiParts
org.eclipse.jetty.server:org.eclipse.jetty.server.Request#__MULTIPARTS
org.eclipse.jetty.server:org.eclipse.jetty.server.Request#__MULTIPART_CONTEXT
org.eclipse.jetty.server:org.eclipse.jetty.server.Request#__MULTIPART_INPUT_STREAM
org.eclipse.jetty.server:org.eclipse.jetty.server.session.AbstractSessionCache$PlaceHolderSession#PlaceHolderSession(Lorg/eclipse/jetty/server/session/AbstractSessionCache;Lorg/eclipse/jetty/server/session/SessionData;)V
org.eclipse.jetty.server:org.eclipse.jetty.server.session.AbstractSessionCache$PlaceHolderSession#PlaceHolderSession(Lorg/eclipse/jetty/server/session/AbstractSessionCache;Lorg/eclipse/jetty/server/session/SessionHandler;Lorg/eclipse/jetty/server/session/SessionData;)V
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore#_contextString
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore#_lastSweepTime
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore#_sessionFileMap
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore#deleteFile(Ljava/lang/String;)Z
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore#getContextFromFilename(Ljava/lang/String;)Ljava/lang/String;
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore#getExpiryFromFilename(Ljava/lang/String;)J
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore#getIdFromFilename(Ljava/lang/String;)Ljava/lang/String;
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore#getIdWithContextFromFilename(Ljava/lang/String;)Ljava/lang/String;
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore#isOurContextSessionFilename(Ljava/lang/String;)Z
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore#isSessionFilename(Ljava/lang/String;)Z
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore#sweepDisk()V
org.eclipse.jetty.server:org.eclipse.jetty.server.session.FileSessionDataStore#sweepFile(JLjava/nio/file/Path;)V
org.eclipse.jetty.server:org.eclipse.jetty.server.session.Session#stopInactivityTimer()V
org.eclipse.jetty.server:org.eclipse.jetty.server.session.Session.SessionInactivityTimer
org.eclipse.jetty.server:org.eclipse.jetty.server.session.Session.org.eclipse.jetty.server.session.Session$SessionInactivityTimeout
org.eclipse.jetty.util:org.eclipse.jetty.util.AtomicBiInteger
org.eclipse.jetty.util:org.eclipse.jetty.util.BufferUtil#isTheEmptyBuffer(Ljava/nio/ByteBuffer;)Z
org.eclipse.jetty.util:org.eclipse.jetty.util.MultiPartInputStreamParser#_parsed
org.eclipse.jetty.util:org.eclipse.jetty.util.MultiPartInputStreamParser#getNonComplianceWarnings()Ljava/util/EnumSet<Lorg/eclipse/jetty/util/MultiPartInputStreamParser$NonCompliance;>;
org.eclipse.jetty.util:org.eclipse.jetty.util.MultiPartInputStreamParser.NonCompliance
org.eclipse.jetty.util:org.eclipse.jetty.util.ProcessorUtils
org.eclipse.jetty.util:org.eclipse.jetty.util.ReadLineInputStream#getLineTerminations()Ljava/util/EnumSet<Lorg/eclipse/jetty/util/ReadLineInputStream$Termination;>;
org.eclipse.jetty.util:org.eclipse.jetty.util.ReadLineInputStream.Termination
org.eclipse.jetty.util:org.eclipse.jetty.util.SearchPattern
org.eclipse.jetty.util:org.eclipse.jetty.util.TopologicalSort#dump()Ljava/lang/String;
org.eclipse.jetty.util:org.eclipse.jetty.util.TopologicalSort#dump(Ljava/lang/Appendable;Ljava/lang/String;)V
org.eclipse.jetty.util:org.eclipse.jetty.util.statistic.SampleStatistic#record(J)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorSizedThreadPool#ExecutorSizedThreadPool(Ljava/util/concurrent/ThreadPoolExecutor;)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#ExecutorThreadPool(II)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#ExecutorThreadPool(IIJ)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#ExecutorThreadPool(IIJLjava/util/concurrent/TimeUnit;)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#ExecutorThreadPool(IIJLjava/util/concurrent/TimeUnit;Ljava/util/concurrent/BlockingQueue<Ljava/lang/Runnable;>;)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#ExecutorThreadPool(Ljava/util/concurrent/ExecutorService;)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#ExecutorThreadPool(Ljava/util/concurrent/ThreadPoolExecutor;)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#ExecutorThreadPool(Ljava/util/concurrent/ThreadPoolExecutor;I)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#ExecutorThreadPool(Ljava/util/concurrent/ThreadPoolExecutor;ILjava/lang/ThreadGroup;)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#dispatch(Ljava/lang/Runnable;)Z
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#getIdleTimeout()I
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#getName()Ljava/lang/String;
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#getReservedThreads()I
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#getThreadsPriority()I
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#isDaemon()Z
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#isDetailedDump()Z
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#newThread(Ljava/lang/Runnable;)Ljava/lang/Thread;
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#setDaemon(Z)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#setDetailedDump(Z)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#setIdleTimeout(I)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#setName(Ljava/lang/String;)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#setReservedThreads(I)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ExecutorThreadPool#setThreadsPriority(I)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.Invocable#asPreferred(Ljava/lang/Runnable;Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;)Ljava/lang/Runnable;
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.Invocable#invokePreferNonBlocking(Ljava/lang/Runnable;)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.Invocable#invokePreferred(Ljava/lang/Runnable;Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.Invocable.org.eclipse.jetty.util.thread.Invocable$NonBlocking
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.QueuedThreadPool#QueuedThreadPool(IIIILjava/util/concurrent/BlockingQueue<Ljava/lang/Runnable;>;Ljava/lang/ThreadGroup;)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.QueuedThreadPool#getReservedThreads()I
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.QueuedThreadPool#removeThread(Ljava/lang/Thread;)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.QueuedThreadPool#setReservedThreads(I)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ReservedThreadExecutor#ReservedThreadExecutor(Ljava/util/concurrent/Executor;)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.ReservedThreadExecutor#ReservedThreadExecutor(Ljava/util/concurrent/Executor;ILjava/lang/Object;)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.TryExecutor
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.EatWhatYouKill#EatWhatYouKill(Lorg/eclipse/jetty/util/thread/ExecutionStrategy$Producer;Ljava/util/concurrent/Executor;I)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.EatWhatYouKill#EatWhatYouKill(Lorg/eclipse/jetty/util/thread/ExecutionStrategy$Producer;Ljava/util/concurrent/Executor;Lorg/eclipse/jetty/util/thread/ReservedThreadExecutor;)V
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.EatWhatYouKill#doProduce()Z
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.EatWhatYouKill#getBlockingTasksConsumed()J
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.EatWhatYouKill#getBlockingTasksExecuted()J
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.EatWhatYouKill#getEPCTasksConsumed()J
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.EatWhatYouKill#getNonBlockingTasksConsumed()J
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.EatWhatYouKill#getPCTasksConsumed()J
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.EatWhatYouKill#getPECTasksExecuted()J
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.EatWhatYouKill#getPICTasksExecuted()J
org.eclipse.jetty.util:org.eclipse.jetty.util.thread.strategy.EatWhatYouKill#tryProduce(Z)Z

# Bug 534720: Update prereqs for Photon Milestones for RC1: ECF
org.eclipse.ecf.identity:MINOR_VERSION_CHANGED
org.eclipse.ecf.identity:org.eclipse.ecf.core.identity.BaseID
org.eclipse.ecf.identity:org.eclipse.ecf.core.identity.GUID#GUID()V
org.eclipse.ecf.identity:org.eclipse.ecf.core.identity.LongID#LongID()V
org.eclipse.ecf.identity:org.eclipse.ecf.core.identity.NamespacePermission#NamespacePermission()V
org.eclipse.ecf.identity:org.eclipse.ecf.core.identity.StringID#StringID()V
org.eclipse.ecf.identity:org.eclipse.ecf.core.identity.URIID#URIID()V
org.eclipse.ecf.identity:org.eclipse.ecf.core.identity.UuID#UuID()V
org.eclipse.ecf.identity:org.eclipse.ecf.core.util.BundleStarter
org.eclipse.ecf:MINOR_VERSION_CHANGED
org.eclipse.ecf:org.eclipse.ecf.core.provider.ContainerInstantiatorUtils
org.eclipse.ecf:org.eclipse.ecf.core.provider.ContainerIntentException
org.eclipse.ecf:org.eclipse.ecf.core.util.BundleStarter#org.eclipse.ecf.core.util.BundleStarter
org.eclipse.ecf:org.eclipse.ecf.core.util.OSGIObjectInputStream
org.eclipse.ecf:org.eclipse.ecf.core.util.OSGIObjectOutputStream
org.eclipse.ecf:org.eclipse.ecf.core.util.OSGIObjectStreamConstants

Back to the top