11eclipse.preferences.version =1
22editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup =true
3+ sp_cleanup.add_all =false
34sp_cleanup.add_default_serial_version_id =true
45sp_cleanup.add_generated_serial_version_id =false
56sp_cleanup.add_missing_annotations =true
@@ -9,52 +10,143 @@ sp_cleanup.add_missing_nls_tags=false
910sp_cleanup.add_missing_override_annotations =true
1011sp_cleanup.add_missing_override_annotations_interface_methods =true
1112sp_cleanup.add_serial_version_id =false
13+ sp_cleanup.also_simplify_lambda =false
1214sp_cleanup.always_use_blocks =true
1315sp_cleanup.always_use_parentheses_in_expressions =false
1416sp_cleanup.always_use_this_for_non_static_field_access =false
1517sp_cleanup.always_use_this_for_non_static_method_access =false
18+ sp_cleanup.array_with_curly =false
19+ sp_cleanup.arrays_fill =false
20+ sp_cleanup.bitwise_conditional_expression =false
21+ sp_cleanup.boolean_literal =false
22+ sp_cleanup.boolean_value_rather_than_comparison =false
23+ sp_cleanup.break_loop =false
24+ sp_cleanup.collection_cloning =false
25+ sp_cleanup.comparing_on_criteria =false
26+ sp_cleanup.comparison_statement =false
27+ sp_cleanup.controlflow_merge =false
1628sp_cleanup.convert_functional_interfaces =false
1729sp_cleanup.convert_to_enhanced_for_loop =false
30+ sp_cleanup.convert_to_enhanced_for_loop_if_loop_var_used =false
31+ sp_cleanup.convert_to_switch_expressions =false
1832sp_cleanup.correct_indentation =false
33+ sp_cleanup.do_while_rather_than_while =false
34+ sp_cleanup.double_negation =false
35+ sp_cleanup.else_if =false
36+ sp_cleanup.embedded_if =false
37+ sp_cleanup.evaluate_nullable =false
38+ sp_cleanup.extract_increment =false
1939sp_cleanup.format_source_code =false
2040sp_cleanup.format_source_code_changes_only =false
41+ sp_cleanup.hash =false
42+ sp_cleanup.if_condition =false
2143sp_cleanup.insert_inferred_type_arguments =false
44+ sp_cleanup.instanceof =false
45+ sp_cleanup.instanceof_keyword =false
46+ sp_cleanup.invert_equals =false
47+ sp_cleanup.join =false
48+ sp_cleanup.lazy_logical_operator =false
2249sp_cleanup.make_local_variable_final =true
2350sp_cleanup.make_parameters_final =false
2451sp_cleanup.make_private_fields_final =true
2552sp_cleanup.make_type_abstract_if_missing_method =false
2653sp_cleanup.make_variable_declarations_final =false
54+ sp_cleanup.map_cloning =false
55+ sp_cleanup.merge_conditional_blocks =false
56+ sp_cleanup.multi_catch =false
2757sp_cleanup.never_use_blocks =false
2858sp_cleanup.never_use_parentheses_in_expressions =true
59+ sp_cleanup.no_string_creation =true
60+ sp_cleanup.no_super =false
61+ sp_cleanup.number_suffix =false
62+ sp_cleanup.objects_equals =false
2963sp_cleanup.on_save_use_additional_actions =true
64+ sp_cleanup.one_if_rather_than_duplicate_blocks_that_fall_through =false
65+ sp_cleanup.operand_factorization =false
3066sp_cleanup.organize_imports =true
67+ sp_cleanup.overridden_assignment =false
68+ sp_cleanup.overridden_assignment_move_decl =false
69+ sp_cleanup.plain_replacement =false
70+ sp_cleanup.precompile_regex =false
71+ sp_cleanup.primitive_comparison =false
72+ sp_cleanup.primitive_parsing =false
73+ sp_cleanup.primitive_rather_than_wrapper =false
74+ sp_cleanup.primitive_serialization =false
75+ sp_cleanup.pull_out_if_from_if_else =false
76+ sp_cleanup.pull_up_assignment =false
77+ sp_cleanup.push_down_negation =false
3178sp_cleanup.qualify_static_field_accesses_with_declaring_class =false
3279sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class =true
3380sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class =true
3481sp_cleanup.qualify_static_member_accesses_with_declaring_class =false
3582sp_cleanup.qualify_static_method_accesses_with_declaring_class =false
83+ sp_cleanup.reduce_indentation =false
84+ sp_cleanup.redundant_comparator =false
85+ sp_cleanup.redundant_falling_through_block_end =false
3686sp_cleanup.remove_private_constructors =true
87+ sp_cleanup.remove_redundant_modifiers =false
88+ sp_cleanup.remove_redundant_semicolons =true
3789sp_cleanup.remove_redundant_type_arguments =true
3890sp_cleanup.remove_trailing_whitespaces =true
3991sp_cleanup.remove_trailing_whitespaces_all =true
4092sp_cleanup.remove_trailing_whitespaces_ignore_empty =false
93+ sp_cleanup.remove_unnecessary_array_creation =true
4194sp_cleanup.remove_unnecessary_casts =true
4295sp_cleanup.remove_unnecessary_nls_tags =false
96+ sp_cleanup.remove_unnecessary_suppress_warnings =false
4397sp_cleanup.remove_unused_imports =false
4498sp_cleanup.remove_unused_local_variables =false
99+ sp_cleanup.remove_unused_method_parameters =false
45100sp_cleanup.remove_unused_private_fields =true
46101sp_cleanup.remove_unused_private_members =false
47102sp_cleanup.remove_unused_private_methods =true
48103sp_cleanup.remove_unused_private_types =true
104+ sp_cleanup.replace_deprecated_calls =false
105+ sp_cleanup.replace_deprecated_fields =false
106+ sp_cleanup.return_expression =false
107+ sp_cleanup.simplify_boolean_if_else =false
108+ sp_cleanup.simplify_lambda_expression_and_method_ref =false
109+ sp_cleanup.single_used_field =false
49110sp_cleanup.sort_members =false
50111sp_cleanup.sort_members_all =false
112+ sp_cleanup.standard_comparison =false
113+ sp_cleanup.static_inner_class =false
114+ sp_cleanup.strictly_equal_or_different =false
115+ sp_cleanup.stringbuffer_to_stringbuilder =false
116+ sp_cleanup.stringbuilder =false
117+ sp_cleanup.stringbuilder_for_local_vars =false
118+ sp_cleanup.stringconcat_stringbuffer_stringbuilder =false
119+ sp_cleanup.stringconcat_to_textblock =false
120+ sp_cleanup.substring =false
121+ sp_cleanup.switch =false
122+ sp_cleanup.switch_for_instanceof_pattern =false
123+ sp_cleanup.system_property =false
124+ sp_cleanup.system_property_boolean =false
125+ sp_cleanup.system_property_file_encoding =false
126+ sp_cleanup.system_property_file_separator =false
127+ sp_cleanup.system_property_javaspecversion =false
128+ sp_cleanup.system_property_javaversion =false
129+ sp_cleanup.system_property_line_separator =false
130+ sp_cleanup.system_property_path_separator =false
131+ sp_cleanup.ternary_operator =false
132+ sp_cleanup.try_with_resource =false
133+ sp_cleanup.unlooped_while =false
134+ sp_cleanup.unreachable_block =false
51135sp_cleanup.use_anonymous_class_creation =false
136+ sp_cleanup.use_autoboxing =false
52137sp_cleanup.use_blocks =false
53138sp_cleanup.use_blocks_only_for_return_and_throw =false
139+ sp_cleanup.use_directly_map_method =false
54140sp_cleanup.use_lambda =true
55141sp_cleanup.use_parentheses_in_expressions =false
142+ sp_cleanup.use_string_is_blank =false
56143sp_cleanup.use_this_for_non_static_field_access =false
57144sp_cleanup.use_this_for_non_static_field_access_only_if_necessary =true
58145sp_cleanup.use_this_for_non_static_method_access =false
59146sp_cleanup.use_this_for_non_static_method_access_only_if_necessary =true
60147sp_cleanup.use_type_arguments =false
148+ sp_cleanup.use_unboxing =false
149+ sp_cleanup.use_var =false
150+ sp_cleanup.useless_continue =false
151+ sp_cleanup.useless_return =true
152+ sp_cleanup.valueof_rather_than_instantiation =false
0 commit comments