@@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
20
20
org.eclipse.jdt.core.compiler.annotation.nullanalysis =disabled
21
21
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
22
22
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
24
24
org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
25
- org.eclipse.jdt.core.compiler.compliance =17
25
+ org.eclipse.jdt.core.compiler.compliance =21
26
26
org.eclipse.jdt.core.compiler.debug.lineNumber =generate
27
27
org.eclipse.jdt.core.compiler.debug.localVariable =generate
28
28
org.eclipse.jdt.core.compiler.debug.sourceFile =generate
@@ -40,6 +40,7 @@ org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
40
40
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod =disabled
41
41
org.eclipse.jdt.core.compiler.problem.discouragedReference =warning
42
42
org.eclipse.jdt.core.compiler.problem.emptyStatement =warning
43
+ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
43
44
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
44
45
org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable =error
45
46
org.eclipse.jdt.core.compiler.problem.fallthroughCase =error
@@ -98,6 +99,7 @@ org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warn
98
99
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface =ignore
99
100
org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic =ignore
100
101
org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic =ignore
102
+ org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
101
103
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField =disabled
102
104
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver =warning
103
105
org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors =enabled
@@ -137,29 +139,34 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error
137
139
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter =ignore
138
140
org.eclipse.jdt.core.compiler.problem.unusedWarningToken =warning
139
141
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
141
144
org.eclipse.jdt.core.compiler.taskCaseSensitive =enabled
142
145
org.eclipse.jdt.core.compiler.taskPriorities =NORMAL,HIGH,NORMAL,HIGH,HIGH
143
146
org.eclipse.jdt.core.compiler.taskTags =TODO,FIXME,XXX,EXPERIMENTAL,CONTEXTLAUNCHING
144
147
org.eclipse.jdt.core.formatter.align_type_members_on_columns =false
148
+ org.eclipse.jdt.core.formatter.alignment_for_additive_operator =0
145
149
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression =0
146
150
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation =0
147
151
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant =0
148
152
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call =0
149
153
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation =0
150
154
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression =0
151
155
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
153
157
org.eclipse.jdt.core.formatter.alignment_for_compact_if =0
154
158
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression =0
155
159
org.eclipse.jdt.core.formatter.alignment_for_enum_constants =0
156
160
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer =32
161
+ org.eclipse.jdt.core.formatter.alignment_for_logical_operator =0
157
162
org.eclipse.jdt.core.formatter.alignment_for_method_declaration =0
158
163
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields =16
164
+ org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator =0
159
165
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration =0
160
166
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration =0
161
167
org.eclipse.jdt.core.formatter.alignment_for_resources_in_try =0
162
168
org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation =0
169
+ org.eclipse.jdt.core.formatter.alignment_for_string_concatenation =0
163
170
org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration =0
164
171
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration =0
165
172
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
243
250
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration =insert
244
251
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body =insert
245
252
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
246
254
org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter =insert
247
255
org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator =insert
248
256
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation =do not insert
249
257
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
251
259
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments =insert
252
260
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters =insert
253
261
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
277
285
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments =insert
278
286
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters =insert
279
287
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
280
290
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference =do not insert
281
291
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments =do not insert
282
292
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
301
311
org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator =do not insert
302
312
org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional =insert
303
313
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
304
315
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for =insert
305
316
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
306
319
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
307
321
org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter =insert
308
322
org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator =insert
309
323
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
311
325
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference =do not insert
312
326
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments =do not insert
313
327
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
354
368
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments =do not insert
355
369
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters =do not insert
356
370
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
357
373
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference =do not insert
358
374
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments =do not insert
359
375
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
390
406
org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator =do not insert
391
407
org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional =insert
392
408
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
393
410
org.eclipse.jdt.core.formatter.insert_space_before_semicolon =do not insert
394
411
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for =do not insert
395
412
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
396
415
org.eclipse.jdt.core.formatter.insert_space_before_unary_operator =do not insert
397
416
org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference =do not insert
398
417
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
418
437
org.eclipse.jdt.core.formatter.tabulation.size =4
419
438
org.eclipse.jdt.core.formatter.use_on_off_tags =false
420
439
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
422
444
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch =true
445
+ org.eclipse.jdt.core.formatter.wrap_before_string_concatenation =true
423
446
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested =true
424
447
org.eclipse.jdt.core.incompatibleJDKLevel =ignore
425
448
org.eclipse.jdt.core.incompleteClasspath =error
0 commit comments