@@ -24,9 +24,9 @@ org.eclipse.jdt.core.compiler.annotation.owning=org.eclipse.jdt.annotation.Ownin
2424org.eclipse.jdt.core.compiler.annotation.resourceanalysis =disabled
2525org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
2626org.eclipse.jdt.core.compiler.codegen.methodParameters =do not generate
27- org.eclipse.jdt.core.compiler.codegen.targetPlatform =17
27+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =21
2828org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
29- org.eclipse.jdt.core.compiler.compliance =17
29+ org.eclipse.jdt.core.compiler.compliance =21
3030org.eclipse.jdt.core.compiler.debug.lineNumber =generate
3131org.eclipse.jdt.core.compiler.debug.localVariable =generate
3232org.eclipse.jdt.core.compiler.debug.sourceFile =generate
@@ -130,8 +130,8 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error
130130org.eclipse.jdt.core.compiler.problem.unusedTypeParameter =error
131131org.eclipse.jdt.core.compiler.problem.unusedWarningToken =error
132132org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast =error
133- org.eclipse.jdt.core.compiler.release =disabled
134- org.eclipse.jdt.core.compiler.source =17
133+ org.eclipse.jdt.core.compiler.release =enabled
134+ org.eclipse.jdt.core.compiler.source =21
135135org.eclipse.jdt.core.formatter.align_arrows_in_switch_on_columns =false
136136org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns =false
137137org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines =2147483647
@@ -155,7 +155,6 @@ org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
155155org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression =16
156156org.eclipse.jdt.core.formatter.alignment_for_assertion_message =0
157157org.eclipse.jdt.core.formatter.alignment_for_assignment =0
158- org.eclipse.jdt.core.formatter.alignment_for_binary_expression =16
159158org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator =16
160159org.eclipse.jdt.core.formatter.alignment_for_compact_if =16
161160org.eclipse.jdt.core.formatter.alignment_for_compact_loops =16
@@ -292,7 +291,6 @@ org.eclipse.jdt.core.formatter.insert_space_after_arrow_in_switch_default=insert
292291org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator =insert
293292org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation =do not insert
294293org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration =do not insert
295- org.eclipse.jdt.core.formatter.insert_space_after_binary_operator =insert
296294org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator =insert
297295org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments =insert
298296org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters =insert
@@ -367,7 +365,6 @@ org.eclipse.jdt.core.formatter.insert_space_before_arrow_in_switch_case=insert
367365org.eclipse.jdt.core.formatter.insert_space_before_arrow_in_switch_default =insert
368366org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator =insert
369367org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration =insert
370- org.eclipse.jdt.core.formatter.insert_space_before_binary_operator =insert
371368org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator =insert
372369org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference =do not insert
373370org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments =do not insert
@@ -531,7 +528,6 @@ org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
531528org.eclipse.jdt.core.formatter.wrap_before_additive_operator =true
532529org.eclipse.jdt.core.formatter.wrap_before_assertion_message_operator =true
533530org.eclipse.jdt.core.formatter.wrap_before_assignment_operator =false
534- org.eclipse.jdt.core.formatter.wrap_before_binary_operator =true
535531org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator =true
536532org.eclipse.jdt.core.formatter.wrap_before_conditional_operator =true
537533org.eclipse.jdt.core.formatter.wrap_before_logical_operator =true
0 commit comments