blob: f6814d8ea90e951dc349c00161a3feda7309e8fe [file] [log] [blame]
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +01001cleanup.add_all=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +01002cleanup.add_default_serial_version_id=true
3cleanup.add_generated_serial_version_id=false
4cleanup.add_missing_annotations=true
5cleanup.add_missing_deprecated_annotations=true
6cleanup.add_missing_methods=false
7cleanup.add_missing_nls_tags=false
8cleanup.add_missing_override_annotations=true
9cleanup.add_missing_override_annotations_interface_methods=true
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +020010cleanup.add_remove_all=true
Stephan Wahlbrink2821c042018-03-14 15:34:14 +010011cleanup.add_serial_version_id=false
12cleanup.always_use_blocks=true
13cleanup.always_use_parentheses_in_expressions=true
14cleanup.always_use_this_for_non_static_field_access=true
15cleanup.always_use_this_for_non_static_method_access=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +020016cleanup.arrays_fill=true
17cleanup.bitwise_conditional_expression=false
18cleanup.boolean_literal=true
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +010019cleanup.break_loop=true
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +020020cleanup.collection_cloning=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +010021cleanup.comparing_on_criteria=false
22cleanup.comparison_statement=true
23cleanup.controlflow_merge=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +010024cleanup.convert_functional_interfaces=false
25cleanup.convert_to_enhanced_for_loop=false
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +010026cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +020027cleanup.convert_to_switch_expressions=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +010028cleanup.correct_indentation=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +010029cleanup.double_negation=false
30cleanup.else_if=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +020031cleanup.embedded_if=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +010032cleanup.evaluate_nullable=false
33cleanup.extract_increment=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +010034cleanup.format_source_code=false
35cleanup.format_source_code_changes_only=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +010036cleanup.hash=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +020037cleanup.if_condition=true
Stephan Wahlbrink2821c042018-03-14 15:34:14 +010038cleanup.insert_inferred_type_arguments=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +020039cleanup.instanceof=true
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +010040cleanup.invert_equals=false
41cleanup.join=false
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +010042cleanup.lazy_logical_operator=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +010043cleanup.make_local_variable_final=true
44cleanup.make_parameters_final=true
45cleanup.make_private_fields_final=true
46cleanup.make_type_abstract_if_missing_method=false
47cleanup.make_variable_declarations_final=true
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +020048cleanup.map_cloning=false
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +010049cleanup.merge_conditional_blocks=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +010050cleanup.multi_catch=true
Stephan Wahlbrink2821c042018-03-14 15:34:14 +010051cleanup.never_use_blocks=false
52cleanup.never_use_parentheses_in_expressions=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +020053cleanup.no_string_creation=false
54cleanup.no_super=false
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +010055cleanup.number_suffix=true
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +020056cleanup.objects_equals=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +010057cleanup.organize_imports=true
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +010058cleanup.overridden_assignment=false
59cleanup.plain_replacement=true
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +020060cleanup.precompile_regex=true
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +010061cleanup.primitive_comparison=true
62cleanup.primitive_parsing=true
63cleanup.primitive_serialization=true
64cleanup.pull_up_assignment=false
Stephan Wahlbrink5b437782019-10-19 15:18:33 +020065cleanup.push_down_negation=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +010066cleanup.qualify_static_field_accesses_with_declaring_class=false
67cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
68cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=false
69cleanup.qualify_static_member_accesses_with_declaring_class=true
70cleanup.qualify_static_method_accesses_with_declaring_class=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +010071cleanup.reduce_indentation=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +020072cleanup.redundant_falling_through_block_end=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +010073cleanup.remove_private_constructors=true
Stephan Wahlbrinkfd5ae8f2018-11-27 13:59:53 +010074cleanup.remove_redundant_modifiers=false
75cleanup.remove_redundant_semicolons=true
Stephan Wahlbrink2821c042018-03-14 15:34:14 +010076cleanup.remove_redundant_type_arguments=true
77cleanup.remove_trailing_whitespaces=false
78cleanup.remove_trailing_whitespaces_all=true
79cleanup.remove_trailing_whitespaces_ignore_empty=false
Stephan Wahlbrink5b437782019-10-19 15:18:33 +020080cleanup.remove_unnecessary_array_creation=true
Stephan Wahlbrink2821c042018-03-14 15:34:14 +010081cleanup.remove_unnecessary_casts=true
82cleanup.remove_unnecessary_nls_tags=true
83cleanup.remove_unused_imports=true
84cleanup.remove_unused_local_variables=false
85cleanup.remove_unused_private_fields=true
86cleanup.remove_unused_private_members=false
87cleanup.remove_unused_private_methods=true
88cleanup.remove_unused_private_types=true
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +010089cleanup.simplify_lambda_expression_and_method_ref=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +010090cleanup.single_used_field=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +010091cleanup.sort_members=false
92cleanup.sort_members_all=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +010093cleanup.standard_comparison=false
94cleanup.static_inner_class=false
95cleanup.strictly_equal_or_different=false
96cleanup.stringbuilder=false
97cleanup.substring=true
98cleanup.switch=false
99cleanup.ternary_operator=false
100cleanup.try_with_resource=true
101cleanup.unlooped_while=false
102cleanup.unreachable_block=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100103cleanup.use_anonymous_class_creation=false
Stephan Wahlbrink5b437782019-10-19 15:18:33 +0200104cleanup.use_autoboxing=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100105cleanup.use_blocks=true
106cleanup.use_blocks_only_for_return_and_throw=false
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +0100107cleanup.use_directly_map_method=false
108cleanup.use_lambda=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100109cleanup.use_parentheses_in_expressions=false
110cleanup.use_this_for_non_static_field_access=true
111cleanup.use_this_for_non_static_field_access_only_if_necessary=false
112cleanup.use_this_for_non_static_method_access=true
113cleanup.use_this_for_non_static_method_access_only_if_necessary=true
Stephan Wahlbrink5b437782019-10-19 15:18:33 +0200114cleanup.use_unboxing=false
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +0100115cleanup.use_var=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +0200116cleanup.useless_continue=false
117cleanup.useless_return=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100118cleanup_profile=_StatET
119cleanup_settings_version=2
120eclipse.preferences.version=1
121editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
122formatter_profile=_StatET
Stephan Wahlbrink62d3fe32021-04-14 10:06:22 +0200123formatter_settings_version=21
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100124org.eclipse.jdt.ui.exception.name=e
125org.eclipse.jdt.ui.gettersetter.use.is=true
126org.eclipse.jdt.ui.ignorelowercasenames=true
Stephan Wahlbrink3dc1bbc2019-12-18 12:23:25 +0100127org.eclipse.jdt.ui.importorder=\#java;\#;\#org.eclipse.statet.jcommons;\#org.eclipse.statet.ecommons;\#org.eclipse.statet;java;javax;com.ibm.icu;org.osgi;org.eclipse;;org.eclipse.statet.jcommons;org.eclipse.statet.ecommons;org.eclipse.statet;
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100128org.eclipse.jdt.ui.javadoc=true
129org.eclipse.jdt.ui.keywordthis=true
130org.eclipse.jdt.ui.ondemandthreshold=99
131org.eclipse.jdt.ui.overrideannotation=true
132org.eclipse.jdt.ui.staticondemandthreshold=99
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +0100133org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\n * @return the ${bare_field_name}\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\n * @param ${param} the ${bare_field_name} to set\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/*\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\#\n \# Copyright (c) ${year} ${user} and others.\n \# \n \# This program and the accompanying materials are made available under the\n \# terms of the Eclipse Public License 2.0 which is available at\n \# https\://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0\n \# which is available at https\://www.apache.org/licenses/LICENSE-2.0.\n \# \n \# SPDX-License-Identifier\: EPL-2.0 OR Apache-2.0\n \# \n \# Contributors\:\n \# ${user} - initial API and implementation\n \#\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=\=*/</template><template autoinsert\="true" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\n * \n * ${tags}\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\n * \n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="modulecomment_context" deleted\="false" description\="Comment for modules" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.modulecomment" name\="modulecomment">/**\n *\n * ${tags}\n */</template><template autoinsert\="true" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment"/><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\n * ${tags}\n * ${see_to_target}\n */</template><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\n\n${package_declaration}\n\n${typecomment}\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\n</template><template autoinsert\="true" context\="recordbody_context" deleted\="false" description\="Code in new record type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.recordbody" name\="recordbody">\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated method stub\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates>
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +0100134sp_cleanup.add_all=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100135sp_cleanup.add_default_serial_version_id=true
136sp_cleanup.add_generated_serial_version_id=false
137sp_cleanup.add_missing_annotations=true
138sp_cleanup.add_missing_deprecated_annotations=true
139sp_cleanup.add_missing_methods=false
140sp_cleanup.add_missing_nls_tags=false
141sp_cleanup.add_missing_override_annotations=true
142sp_cleanup.add_missing_override_annotations_interface_methods=true
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +0200143sp_cleanup.add_remove_all=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100144sp_cleanup.add_serial_version_id=false
145sp_cleanup.always_use_blocks=true
146sp_cleanup.always_use_parentheses_in_expressions=true
147sp_cleanup.always_use_this_for_non_static_field_access=true
148sp_cleanup.always_use_this_for_non_static_method_access=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +0200149sp_cleanup.arrays_fill=false
150sp_cleanup.bitwise_conditional_expression=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +0100151sp_cleanup.boolean_literal=true
152sp_cleanup.break_loop=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +0200153sp_cleanup.collection_cloning=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +0100154sp_cleanup.comparing_on_criteria=false
155sp_cleanup.comparison_statement=false
156sp_cleanup.controlflow_merge=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100157sp_cleanup.convert_functional_interfaces=false
158sp_cleanup.convert_to_enhanced_for_loop=false
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +0100159sp_cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +0200160sp_cleanup.convert_to_switch_expressions=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100161sp_cleanup.correct_indentation=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +0100162sp_cleanup.double_negation=false
163sp_cleanup.else_if=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +0200164sp_cleanup.embedded_if=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +0100165sp_cleanup.evaluate_nullable=false
166sp_cleanup.extract_increment=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100167sp_cleanup.format_source_code=false
168sp_cleanup.format_source_code_changes_only=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +0100169sp_cleanup.hash=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +0200170sp_cleanup.if_condition=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100171sp_cleanup.insert_inferred_type_arguments=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +0200172sp_cleanup.instanceof=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +0100173sp_cleanup.invert_equals=false
174sp_cleanup.join=false
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +0100175sp_cleanup.lazy_logical_operator=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100176sp_cleanup.make_local_variable_final=true
177sp_cleanup.make_parameters_final=true
178sp_cleanup.make_private_fields_final=true
179sp_cleanup.make_type_abstract_if_missing_method=false
180sp_cleanup.make_variable_declarations_final=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +0200181sp_cleanup.map_cloning=false
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +0100182sp_cleanup.merge_conditional_blocks=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +0100183sp_cleanup.multi_catch=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100184sp_cleanup.never_use_blocks=false
185sp_cleanup.never_use_parentheses_in_expressions=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +0200186sp_cleanup.no_string_creation=false
187sp_cleanup.no_super=false
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +0100188sp_cleanup.number_suffix=true
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +0200189sp_cleanup.objects_equals=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100190sp_cleanup.on_save_use_additional_actions=true
191sp_cleanup.organize_imports=true
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +0100192sp_cleanup.overridden_assignment=false
193sp_cleanup.plain_replacement=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +0200194sp_cleanup.precompile_regex=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +0100195sp_cleanup.primitive_comparison=true
196sp_cleanup.primitive_parsing=true
197sp_cleanup.primitive_serialization=true
198sp_cleanup.pull_up_assignment=false
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +0100199sp_cleanup.push_down_negation=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100200sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
201sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
202sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=false
203sp_cleanup.qualify_static_member_accesses_with_declaring_class=true
204sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +0100205sp_cleanup.reduce_indentation=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +0200206sp_cleanup.redundant_falling_through_block_end=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100207sp_cleanup.remove_private_constructors=true
Stephan Wahlbrinkfd5ae8f2018-11-27 13:59:53 +0100208sp_cleanup.remove_redundant_modifiers=false
209sp_cleanup.remove_redundant_semicolons=true
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100210sp_cleanup.remove_redundant_type_arguments=true
211sp_cleanup.remove_trailing_whitespaces=false
212sp_cleanup.remove_trailing_whitespaces_all=false
213sp_cleanup.remove_trailing_whitespaces_ignore_empty=true
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +0100214sp_cleanup.remove_unnecessary_array_creation=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100215sp_cleanup.remove_unnecessary_casts=true
216sp_cleanup.remove_unnecessary_nls_tags=false
217sp_cleanup.remove_unused_imports=false
218sp_cleanup.remove_unused_local_variables=false
219sp_cleanup.remove_unused_private_fields=false
220sp_cleanup.remove_unused_private_members=false
221sp_cleanup.remove_unused_private_methods=false
222sp_cleanup.remove_unused_private_types=true
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +0100223sp_cleanup.simplify_lambda_expression_and_method_ref=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +0100224sp_cleanup.single_used_field=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100225sp_cleanup.sort_members=false
226sp_cleanup.sort_members_all=false
Stephan Wahlbrink7bd0e562021-03-17 13:36:12 +0100227sp_cleanup.standard_comparison=false
228sp_cleanup.static_inner_class=false
229sp_cleanup.strictly_equal_or_different=false
230sp_cleanup.stringbuilder=false
231sp_cleanup.substring=false
232sp_cleanup.switch=false
233sp_cleanup.ternary_operator=false
234sp_cleanup.try_with_resource=false
235sp_cleanup.unlooped_while=false
236sp_cleanup.unreachable_block=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100237sp_cleanup.use_anonymous_class_creation=false
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +0100238sp_cleanup.use_autoboxing=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100239sp_cleanup.use_blocks=true
240sp_cleanup.use_blocks_only_for_return_and_throw=false
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +0100241sp_cleanup.use_directly_map_method=false
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100242sp_cleanup.use_lambda=false
243sp_cleanup.use_parentheses_in_expressions=false
244sp_cleanup.use_this_for_non_static_field_access=true
245sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=false
246sp_cleanup.use_this_for_non_static_method_access=true
247sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
Stephan Wahlbrink1e2d9f82020-03-17 18:00:35 +0100248sp_cleanup.use_unboxing=false
249sp_cleanup.use_var=false
Stephan Wahlbrink2fc02c52020-10-01 20:15:21 +0200250sp_cleanup.useless_continue=false
251sp_cleanup.useless_return=false