Skip to content

Commit 16ebe75

Browse files
Jörg Kubitzjukzi
authored andcommitted
org.eclipse.debug.ui.launchview.tests BREE 21
for [19+] fix warning about Thread.getID() #1407
1 parent 023ee35 commit 16ebe75

File tree

3 files changed

+36
-13
lines changed

3 files changed

+36
-13
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
4+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5+
<classpathentry kind="src" path="src">
46
<attributes>
5-
<attribute name="module" value="true"/>
7+
<attribute name="test" value="true"/>
68
</attributes>
79
</classpathentry>
8-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9-
<classpathentry kind="src" path="src"/>
1010
<classpathentry kind="output" path="bin"/>
1111
</classpath>

debug/org.eclipse.debug.ui.launchview.tests/.settings/org.eclipse.jdt.core.prefs

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
2020
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
2121
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
2222
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
23-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
23+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=21
2424
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
25-
org.eclipse.jdt.core.compiler.compliance=17
25+
org.eclipse.jdt.core.compiler.compliance=21
2626
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
2727
org.eclipse.jdt.core.compiler.debug.localVariable=generate
2828
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
@@ -40,6 +40,7 @@ org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
4040
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
4141
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
4242
org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
43+
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
4344
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
4445
org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=error
4546
org.eclipse.jdt.core.compiler.problem.fallthroughCase=error
@@ -98,6 +99,7 @@ org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warn
9899
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
99100
org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
100101
org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
102+
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
101103
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
102104
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
103105
org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=enabled
@@ -137,29 +139,34 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error
137139
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
138140
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
139141
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
140-
org.eclipse.jdt.core.compiler.source=17
142+
org.eclipse.jdt.core.compiler.release=enabled
143+
org.eclipse.jdt.core.compiler.source=21
141144
org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled
142145
org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,NORMAL,HIGH,HIGH
143146
org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX,EXPERIMENTAL,CONTEXTLAUNCHING
144147
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
148+
org.eclipse.jdt.core.formatter.alignment_for_additive_operator=0
145149
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=0
146150
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
147151
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=0
148152
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=0
149153
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=0
150154
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=0
151155
org.eclipse.jdt.core.formatter.alignment_for_assignment=0
152-
org.eclipse.jdt.core.formatter.alignment_for_binary_expression=0
156+
org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator=0
153157
org.eclipse.jdt.core.formatter.alignment_for_compact_if=0
154158
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=0
155159
org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0
156160
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=32
161+
org.eclipse.jdt.core.formatter.alignment_for_logical_operator=0
157162
org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
158163
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
164+
org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator=0
159165
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=0
160166
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=0
161167
org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=0
162168
org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=0
169+
org.eclipse.jdt.core.formatter.alignment_for_string_concatenation=0
163170
org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=0
164171
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=0
165172
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=0
@@ -243,11 +250,12 @@ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
243250
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert
244251
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert
245252
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert
253+
org.eclipse.jdt.core.formatter.insert_space_after_additive_operator=insert
246254
org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert
247255
org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert
248256
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert
249257
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert
250-
org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert
258+
org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator=insert
251259
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert
252260
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert
253261
org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert
@@ -277,6 +285,8 @@ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=inser
277285
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
278286
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert
279287
org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert
288+
org.eclipse.jdt.core.formatter.insert_space_after_logical_operator=insert
289+
org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator=insert
280290
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert
281291
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert
282292
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert
@@ -301,13 +311,17 @@ org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
301311
org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert
302312
org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
303313
org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert
314+
org.eclipse.jdt.core.formatter.insert_space_after_relational_operator=insert
304315
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
305316
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert
317+
org.eclipse.jdt.core.formatter.insert_space_after_shift_operator=insert
318+
org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation=insert
306319
org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
320+
org.eclipse.jdt.core.formatter.insert_space_before_additive_operator=insert
307321
org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
308322
org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert
309323
org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert
310-
org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert
324+
org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator=insert
311325
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert
312326
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert
313327
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert
@@ -354,6 +368,8 @@ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do n
354368
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert
355369
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert
356370
org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert
371+
org.eclipse.jdt.core.formatter.insert_space_before_logical_operator=insert
372+
org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator=insert
357373
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert
358374
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert
359375
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert
@@ -390,9 +406,12 @@ org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not inser
390406
org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert
391407
org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
392408
org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert
409+
org.eclipse.jdt.core.formatter.insert_space_before_relational_operator=insert
393410
org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
394411
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
395412
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert
413+
org.eclipse.jdt.core.formatter.insert_space_before_shift_operator=insert
414+
org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation=insert
396415
org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert
397416
org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert
398417
org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert
@@ -418,8 +437,12 @@ org.eclipse.jdt.core.formatter.tabulation.char=tab
418437
org.eclipse.jdt.core.formatter.tabulation.size=4
419438
org.eclipse.jdt.core.formatter.use_on_off_tags=false
420439
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
421-
org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
440+
org.eclipse.jdt.core.formatter.wrap_before_additive_operator=true
441+
org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator=true
442+
org.eclipse.jdt.core.formatter.wrap_before_logical_operator=true
443+
org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator=true
422444
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true
445+
org.eclipse.jdt.core.formatter.wrap_before_string_concatenation=true
423446
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
424447
org.eclipse.jdt.core.incompatibleJDKLevel=ignore
425448
org.eclipse.jdt.core.incompleteClasspath=error

debug/org.eclipse.debug.ui.launchview.tests/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.debug.ui.launchview.tests;singleton:=true
5-
Bundle-Version: 1.1.0.qualifier
5+
Bundle-Version: 1.2.0.qualifier
66
Bundle-Localization: plugin
77
Require-Bundle: org.eclipse.ui;bundle-version="[3.6.0,4.0.0)",
88
org.eclipse.core.runtime;bundle-version="[3.29.0,4.0.0)",
99
org.eclipse.debug.ui;bundle-version="[3.10.0,4.0.0)",
1010
org.eclipse.debug.ui.launchview;bundle-version="[1.0.2,2.0.0)",
1111
org.junit
1212
Bundle-ActivationPolicy: lazy
13-
Bundle-RequiredExecutionEnvironment: JavaSE-17
13+
Bundle-RequiredExecutionEnvironment: JavaSE-21
1414
Bundle-Vendor: %providerName
1515
Eclipse-BundleShape: dir
1616
Automatic-Module-Name: org.eclipse.debug.ui.launchview.tests

0 commit comments

Comments
 (0)