@@ -15,9 +15,9 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annota
15
15
org.eclipse.jdt.core.compiler.annotation.nullable =org.eclipse.jdt.annotation.Nullable
16
16
org.eclipse.jdt.core.compiler.annotation.nullanalysis =disabled
17
17
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
18
- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.8
18
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =11
19
19
org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
20
- org.eclipse.jdt.core.compiler.compliance =1.8
20
+ org.eclipse.jdt.core.compiler.compliance =11
21
21
org.eclipse.jdt.core.compiler.debug.lineNumber =generate
22
22
org.eclipse.jdt.core.compiler.debug.localVariable =generate
23
23
org.eclipse.jdt.core.compiler.debug.sourceFile =generate
@@ -33,6 +33,7 @@ org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
33
33
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod =disabled
34
34
org.eclipse.jdt.core.compiler.problem.discouragedReference =warning
35
35
org.eclipse.jdt.core.compiler.problem.emptyStatement =warning
36
+ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
36
37
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
37
38
org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable =ignore
38
39
org.eclipse.jdt.core.compiler.problem.fallthroughCase =error
@@ -89,6 +90,7 @@ org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=igno
89
90
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface =error
90
91
org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic =ignore
91
92
org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic =ignore
93
+ org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
92
94
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField =disabled
93
95
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver =warning
94
96
org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors =enabled
@@ -121,29 +123,34 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error
121
123
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter =ignore
122
124
org.eclipse.jdt.core.compiler.problem.unusedWarningToken =warning
123
125
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast =warning
124
- org.eclipse.jdt.core.compiler.source =1.8
126
+ org.eclipse.jdt.core.compiler.release =enabled
127
+ org.eclipse.jdt.core.compiler.source =11
125
128
org.eclipse.jdt.core.compiler.taskCaseSensitive =enabled
126
129
org.eclipse.jdt.core.compiler.taskPriorities =NORMAL,HIGH,NORMAL,HIGH,HIGH
127
130
org.eclipse.jdt.core.compiler.taskTags =TODO,FIXME,XXX,EXPERIMENTAL,CONTEXTLAUNCHING
128
131
org.eclipse.jdt.core.formatter.align_type_members_on_columns =false
132
+ org.eclipse.jdt.core.formatter.alignment_for_additive_operator =16
129
133
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression =16
130
134
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation =0
131
135
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant =16
132
136
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call =16
133
137
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation =16
134
138
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression =16
135
139
org.eclipse.jdt.core.formatter.alignment_for_assignment =0
136
- org.eclipse.jdt.core.formatter.alignment_for_binary_expression =16
140
+ org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator =16
137
141
org.eclipse.jdt.core.formatter.alignment_for_compact_if =16
138
142
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression =80
139
143
org.eclipse.jdt.core.formatter.alignment_for_enum_constants =0
140
144
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer =16
145
+ org.eclipse.jdt.core.formatter.alignment_for_logical_operator =16
141
146
org.eclipse.jdt.core.formatter.alignment_for_method_declaration =0
142
147
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields =16
148
+ org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator =16
143
149
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration =16
144
150
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration =16
145
151
org.eclipse.jdt.core.formatter.alignment_for_resources_in_try =80
146
152
org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation =16
153
+ org.eclipse.jdt.core.formatter.alignment_for_string_concatenation =16
147
154
org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration =16
148
155
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration =16
149
156
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration =16
@@ -229,11 +236,12 @@ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
229
236
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration =insert
230
237
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body =insert
231
238
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration =insert
239
+ org.eclipse.jdt.core.formatter.insert_space_after_additive_operator =insert
232
240
org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter =insert
233
241
org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator =insert
234
242
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation =do not insert
235
243
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration =do not insert
236
- org.eclipse.jdt.core.formatter.insert_space_after_binary_operator =insert
244
+ org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator =insert
237
245
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments =do not insert
238
246
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters =insert
239
247
org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block =insert
@@ -264,6 +272,8 @@ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
264
272
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters =insert
265
273
org.eclipse.jdt.core.formatter.insert_space_after_ellipsis =insert
266
274
org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow =insert
275
+ org.eclipse.jdt.core.formatter.insert_space_after_logical_operator =insert
276
+ org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator =insert
267
277
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference =do not insert
268
278
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments =do not insert
269
279
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters =do not insert
@@ -288,13 +298,17 @@ org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
288
298
org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator =do not insert
289
299
org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional =insert
290
300
org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard =do not insert
301
+ org.eclipse.jdt.core.formatter.insert_space_after_relational_operator =insert
291
302
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for =insert
292
303
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources =insert
304
+ org.eclipse.jdt.core.formatter.insert_space_after_shift_operator =insert
305
+ org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation =insert
293
306
org.eclipse.jdt.core.formatter.insert_space_after_unary_operator =do not insert
307
+ org.eclipse.jdt.core.formatter.insert_space_before_additive_operator =insert
294
308
org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter =insert
295
309
org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator =insert
296
310
org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration =insert
297
- org.eclipse.jdt.core.formatter.insert_space_before_binary_operator =insert
311
+ org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator =insert
298
312
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference =do not insert
299
313
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments =do not insert
300
314
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters =do not insert
@@ -342,6 +356,8 @@ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do no
342
356
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters =do not insert
343
357
org.eclipse.jdt.core.formatter.insert_space_before_ellipsis =do not insert
344
358
org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow =insert
359
+ org.eclipse.jdt.core.formatter.insert_space_before_logical_operator =insert
360
+ org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator =insert
345
361
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference =do not insert
346
362
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments =do not insert
347
363
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters =do not insert
@@ -378,9 +394,12 @@ org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not inser
378
394
org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator =do not insert
379
395
org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional =insert
380
396
org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard =do not insert
397
+ org.eclipse.jdt.core.formatter.insert_space_before_relational_operator =insert
381
398
org.eclipse.jdt.core.formatter.insert_space_before_semicolon =do not insert
382
399
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for =do not insert
383
400
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources =do not insert
401
+ org.eclipse.jdt.core.formatter.insert_space_before_shift_operator =insert
402
+ org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation =insert
384
403
org.eclipse.jdt.core.formatter.insert_space_before_unary_operator =do not insert
385
404
org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference =do not insert
386
405
org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer =do not insert
@@ -406,8 +425,12 @@ org.eclipse.jdt.core.formatter.tabulation.char=tab
406
425
org.eclipse.jdt.core.formatter.tabulation.size =4
407
426
org.eclipse.jdt.core.formatter.use_on_off_tags =false
408
427
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations =false
409
- org.eclipse.jdt.core.formatter.wrap_before_binary_operator =true
428
+ org.eclipse.jdt.core.formatter.wrap_before_additive_operator =true
429
+ org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator =true
430
+ org.eclipse.jdt.core.formatter.wrap_before_logical_operator =true
431
+ org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator =true
410
432
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch =true
433
+ org.eclipse.jdt.core.formatter.wrap_before_string_concatenation =true
411
434
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested =true
412
435
org.eclipse.jdt.core.incompatibleJDKLevel =ignore
413
436
org.eclipse.jdt.core.incompleteClasspath =error
0 commit comments