@@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
2020org.eclipse.jdt.core.compiler.annotation.nullanalysis =disabled
2121org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
2222org.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
2424org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
25- org.eclipse.jdt.core.compiler.compliance =17
25+ org.eclipse.jdt.core.compiler.compliance =21
2626org.eclipse.jdt.core.compiler.debug.lineNumber =generate
2727org.eclipse.jdt.core.compiler.debug.localVariable =generate
2828org.eclipse.jdt.core.compiler.debug.sourceFile =generate
@@ -40,6 +40,7 @@ org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
4040org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod =disabled
4141org.eclipse.jdt.core.compiler.problem.discouragedReference =warning
4242org.eclipse.jdt.core.compiler.problem.emptyStatement =warning
43+ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
4344org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
4445org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable =error
4546org.eclipse.jdt.core.compiler.problem.fallthroughCase =error
@@ -98,6 +99,7 @@ org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warn
9899org.eclipse.jdt.core.compiler.problem.redundantSuperinterface =ignore
99100org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic =ignore
100101org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic =ignore
102+ org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
101103org.eclipse.jdt.core.compiler.problem.specialParameterHidingField =disabled
102104org.eclipse.jdt.core.compiler.problem.staticAccessReceiver =warning
103105org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors =enabled
@@ -137,29 +139,34 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error
137139org.eclipse.jdt.core.compiler.problem.unusedTypeParameter =ignore
138140org.eclipse.jdt.core.compiler.problem.unusedWarningToken =warning
139141org.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
141144org.eclipse.jdt.core.compiler.taskCaseSensitive =enabled
142145org.eclipse.jdt.core.compiler.taskPriorities =NORMAL,HIGH,NORMAL,HIGH,HIGH
143146org.eclipse.jdt.core.compiler.taskTags =TODO,FIXME,XXX,EXPERIMENTAL,CONTEXTLAUNCHING
144147org.eclipse.jdt.core.formatter.align_type_members_on_columns =false
148+ org.eclipse.jdt.core.formatter.alignment_for_additive_operator =0
145149org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression =0
146150org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation =0
147151org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant =0
148152org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call =0
149153org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation =0
150154org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression =0
151155org.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
153157org.eclipse.jdt.core.formatter.alignment_for_compact_if =0
154158org.eclipse.jdt.core.formatter.alignment_for_conditional_expression =0
155159org.eclipse.jdt.core.formatter.alignment_for_enum_constants =0
156160org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer =32
161+ org.eclipse.jdt.core.formatter.alignment_for_logical_operator =0
157162org.eclipse.jdt.core.formatter.alignment_for_method_declaration =0
158163org.eclipse.jdt.core.formatter.alignment_for_multiple_fields =16
164+ org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator =0
159165org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration =0
160166org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration =0
161167org.eclipse.jdt.core.formatter.alignment_for_resources_in_try =0
162168org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation =0
169+ org.eclipse.jdt.core.formatter.alignment_for_string_concatenation =0
163170org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration =0
164171org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration =0
165172org.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
243250org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration =insert
244251org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body =insert
245252org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration =insert
253+ org.eclipse.jdt.core.formatter.insert_space_after_additive_operator =insert
246254org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter =insert
247255org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator =insert
248256org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation =do not insert
249257org.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
251259org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments =insert
252260org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters =insert
253261org.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
277285org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments =insert
278286org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters =insert
279287org.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
280290org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference =do not insert
281291org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments =do not insert
282292org.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
301311org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator =do not insert
302312org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional =insert
303313org.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
304315org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for =insert
305316org.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
306319org.eclipse.jdt.core.formatter.insert_space_after_unary_operator =do not insert
320+ org.eclipse.jdt.core.formatter.insert_space_before_additive_operator =insert
307321org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter =insert
308322org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator =insert
309323org.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
311325org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference =do not insert
312326org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments =do not insert
313327org.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
354368org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments =do not insert
355369org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters =do not insert
356370org.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
357373org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference =do not insert
358374org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments =do not insert
359375org.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
390406org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator =do not insert
391407org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional =insert
392408org.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
393410org.eclipse.jdt.core.formatter.insert_space_before_semicolon =do not insert
394411org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for =do not insert
395412org.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
396415org.eclipse.jdt.core.formatter.insert_space_before_unary_operator =do not insert
397416org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference =do not insert
398417org.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
418437org.eclipse.jdt.core.formatter.tabulation.size =4
419438org.eclipse.jdt.core.formatter.use_on_off_tags =false
420439org.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
422444org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch =true
445+ org.eclipse.jdt.core.formatter.wrap_before_string_concatenation =true
423446org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested =true
424447org.eclipse.jdt.core.incompatibleJDKLevel =ignore
425448org.eclipse.jdt.core.incompleteClasspath =error
0 commit comments