Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 1 | cleanup.add_all=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 2 | cleanup.add_default_serial_version_id=true |
| 3 | cleanup.add_generated_serial_version_id=false |
| 4 | cleanup.add_missing_annotations=true |
| 5 | cleanup.add_missing_deprecated_annotations=true |
| 6 | cleanup.add_missing_methods=false |
| 7 | cleanup.add_missing_nls_tags=false |
| 8 | cleanup.add_missing_override_annotations=true |
| 9 | cleanup.add_missing_override_annotations_interface_methods=true |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 10 | cleanup.add_remove_all=true |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 11 | cleanup.add_serial_version_id=false |
| 12 | cleanup.always_use_blocks=true |
| 13 | cleanup.always_use_parentheses_in_expressions=true |
| 14 | cleanup.always_use_this_for_non_static_field_access=true |
| 15 | cleanup.always_use_this_for_non_static_method_access=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 16 | cleanup.arrays_fill=true |
| 17 | cleanup.bitwise_conditional_expression=false |
| 18 | cleanup.boolean_literal=true |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 19 | cleanup.break_loop=true |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 20 | cleanup.collection_cloning=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 21 | cleanup.comparing_on_criteria=false |
| 22 | cleanup.comparison_statement=true |
| 23 | cleanup.controlflow_merge=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 24 | cleanup.convert_functional_interfaces=false |
| 25 | cleanup.convert_to_enhanced_for_loop=false |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 26 | cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 27 | cleanup.convert_to_switch_expressions=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 28 | cleanup.correct_indentation=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 29 | cleanup.double_negation=false |
| 30 | cleanup.else_if=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 31 | cleanup.embedded_if=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 32 | cleanup.evaluate_nullable=false |
| 33 | cleanup.extract_increment=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 34 | cleanup.format_source_code=false |
| 35 | cleanup.format_source_code_changes_only=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 36 | cleanup.hash=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 37 | cleanup.if_condition=true |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 38 | cleanup.insert_inferred_type_arguments=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 39 | cleanup.instanceof=true |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 40 | cleanup.invert_equals=false |
| 41 | cleanup.join=false |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 42 | cleanup.lazy_logical_operator=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 43 | cleanup.make_local_variable_final=true |
| 44 | cleanup.make_parameters_final=true |
| 45 | cleanup.make_private_fields_final=true |
| 46 | cleanup.make_type_abstract_if_missing_method=false |
| 47 | cleanup.make_variable_declarations_final=true |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 48 | cleanup.map_cloning=false |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 49 | cleanup.merge_conditional_blocks=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 50 | cleanup.multi_catch=true |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 51 | cleanup.never_use_blocks=false |
| 52 | cleanup.never_use_parentheses_in_expressions=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 53 | cleanup.no_string_creation=false |
| 54 | cleanup.no_super=false |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 55 | cleanup.number_suffix=true |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 56 | cleanup.objects_equals=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 57 | cleanup.organize_imports=true |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 58 | cleanup.overridden_assignment=false |
| 59 | cleanup.plain_replacement=true |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 60 | cleanup.precompile_regex=true |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 61 | cleanup.primitive_comparison=true |
| 62 | cleanup.primitive_parsing=true |
| 63 | cleanup.primitive_serialization=true |
| 64 | cleanup.pull_up_assignment=false |
Stephan Wahlbrink | 5b43778 | 2019-10-19 15:18:33 +0200 | [diff] [blame] | 65 | cleanup.push_down_negation=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 66 | cleanup.qualify_static_field_accesses_with_declaring_class=false |
| 67 | cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true |
| 68 | cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=false |
| 69 | cleanup.qualify_static_member_accesses_with_declaring_class=true |
| 70 | cleanup.qualify_static_method_accesses_with_declaring_class=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 71 | cleanup.reduce_indentation=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 72 | cleanup.redundant_falling_through_block_end=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 73 | cleanup.remove_private_constructors=true |
Stephan Wahlbrink | fd5ae8f | 2018-11-27 13:59:53 +0100 | [diff] [blame] | 74 | cleanup.remove_redundant_modifiers=false |
| 75 | cleanup.remove_redundant_semicolons=true |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 76 | cleanup.remove_redundant_type_arguments=true |
| 77 | cleanup.remove_trailing_whitespaces=false |
| 78 | cleanup.remove_trailing_whitespaces_all=true |
| 79 | cleanup.remove_trailing_whitespaces_ignore_empty=false |
Stephan Wahlbrink | 5b43778 | 2019-10-19 15:18:33 +0200 | [diff] [blame] | 80 | cleanup.remove_unnecessary_array_creation=true |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 81 | cleanup.remove_unnecessary_casts=true |
| 82 | cleanup.remove_unnecessary_nls_tags=true |
| 83 | cleanup.remove_unused_imports=true |
| 84 | cleanup.remove_unused_local_variables=false |
| 85 | cleanup.remove_unused_private_fields=true |
| 86 | cleanup.remove_unused_private_members=false |
| 87 | cleanup.remove_unused_private_methods=true |
| 88 | cleanup.remove_unused_private_types=true |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 89 | cleanup.simplify_lambda_expression_and_method_ref=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 90 | cleanup.single_used_field=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 91 | cleanup.sort_members=false |
| 92 | cleanup.sort_members_all=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 93 | cleanup.standard_comparison=false |
| 94 | cleanup.static_inner_class=false |
| 95 | cleanup.strictly_equal_or_different=false |
| 96 | cleanup.stringbuilder=false |
| 97 | cleanup.substring=true |
| 98 | cleanup.switch=false |
| 99 | cleanup.ternary_operator=false |
| 100 | cleanup.try_with_resource=true |
| 101 | cleanup.unlooped_while=false |
| 102 | cleanup.unreachable_block=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 103 | cleanup.use_anonymous_class_creation=false |
Stephan Wahlbrink | 5b43778 | 2019-10-19 15:18:33 +0200 | [diff] [blame] | 104 | cleanup.use_autoboxing=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 105 | cleanup.use_blocks=true |
| 106 | cleanup.use_blocks_only_for_return_and_throw=false |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 107 | cleanup.use_directly_map_method=false |
| 108 | cleanup.use_lambda=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 109 | cleanup.use_parentheses_in_expressions=false |
| 110 | cleanup.use_this_for_non_static_field_access=true |
| 111 | cleanup.use_this_for_non_static_field_access_only_if_necessary=false |
| 112 | cleanup.use_this_for_non_static_method_access=true |
| 113 | cleanup.use_this_for_non_static_method_access_only_if_necessary=true |
Stephan Wahlbrink | 5b43778 | 2019-10-19 15:18:33 +0200 | [diff] [blame] | 114 | cleanup.use_unboxing=false |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 115 | cleanup.use_var=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 116 | cleanup.useless_continue=false |
| 117 | cleanup.useless_return=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 118 | cleanup_profile=_StatET |
| 119 | cleanup_settings_version=2 |
| 120 | eclipse.preferences.version=1 |
| 121 | editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true |
| 122 | formatter_profile=_StatET |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 123 | formatter_settings_version=20 |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 124 | org.eclipse.jdt.ui.exception.name=e |
| 125 | org.eclipse.jdt.ui.gettersetter.use.is=true |
| 126 | org.eclipse.jdt.ui.ignorelowercasenames=true |
Stephan Wahlbrink | 3dc1bbc | 2019-12-18 12:23:25 +0100 | [diff] [blame] | 127 | org.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 Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 128 | org.eclipse.jdt.ui.javadoc=true |
| 129 | org.eclipse.jdt.ui.keywordthis=true |
| 130 | org.eclipse.jdt.ui.ondemandthreshold=99 |
| 131 | org.eclipse.jdt.ui.overrideannotation=true |
| 132 | org.eclipse.jdt.ui.staticondemandthreshold=99 |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 133 | org.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 Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 134 | sp_cleanup.add_all=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 135 | sp_cleanup.add_default_serial_version_id=true |
| 136 | sp_cleanup.add_generated_serial_version_id=false |
| 137 | sp_cleanup.add_missing_annotations=true |
| 138 | sp_cleanup.add_missing_deprecated_annotations=true |
| 139 | sp_cleanup.add_missing_methods=false |
| 140 | sp_cleanup.add_missing_nls_tags=false |
| 141 | sp_cleanup.add_missing_override_annotations=true |
| 142 | sp_cleanup.add_missing_override_annotations_interface_methods=true |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 143 | sp_cleanup.add_remove_all=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 144 | sp_cleanup.add_serial_version_id=false |
| 145 | sp_cleanup.always_use_blocks=true |
| 146 | sp_cleanup.always_use_parentheses_in_expressions=true |
| 147 | sp_cleanup.always_use_this_for_non_static_field_access=true |
| 148 | sp_cleanup.always_use_this_for_non_static_method_access=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 149 | sp_cleanup.arrays_fill=false |
| 150 | sp_cleanup.bitwise_conditional_expression=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 151 | sp_cleanup.boolean_literal=true |
| 152 | sp_cleanup.break_loop=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 153 | sp_cleanup.collection_cloning=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 154 | sp_cleanup.comparing_on_criteria=false |
| 155 | sp_cleanup.comparison_statement=false |
| 156 | sp_cleanup.controlflow_merge=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 157 | sp_cleanup.convert_functional_interfaces=false |
| 158 | sp_cleanup.convert_to_enhanced_for_loop=false |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 159 | sp_cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 160 | sp_cleanup.convert_to_switch_expressions=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 161 | sp_cleanup.correct_indentation=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 162 | sp_cleanup.double_negation=false |
| 163 | sp_cleanup.else_if=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 164 | sp_cleanup.embedded_if=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 165 | sp_cleanup.evaluate_nullable=false |
| 166 | sp_cleanup.extract_increment=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 167 | sp_cleanup.format_source_code=false |
| 168 | sp_cleanup.format_source_code_changes_only=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 169 | sp_cleanup.hash=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 170 | sp_cleanup.if_condition=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 171 | sp_cleanup.insert_inferred_type_arguments=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 172 | sp_cleanup.instanceof=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 173 | sp_cleanup.invert_equals=false |
| 174 | sp_cleanup.join=false |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 175 | sp_cleanup.lazy_logical_operator=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 176 | sp_cleanup.make_local_variable_final=true |
| 177 | sp_cleanup.make_parameters_final=true |
| 178 | sp_cleanup.make_private_fields_final=true |
| 179 | sp_cleanup.make_type_abstract_if_missing_method=false |
| 180 | sp_cleanup.make_variable_declarations_final=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 181 | sp_cleanup.map_cloning=false |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 182 | sp_cleanup.merge_conditional_blocks=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 183 | sp_cleanup.multi_catch=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 184 | sp_cleanup.never_use_blocks=false |
| 185 | sp_cleanup.never_use_parentheses_in_expressions=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 186 | sp_cleanup.no_string_creation=false |
| 187 | sp_cleanup.no_super=false |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 188 | sp_cleanup.number_suffix=true |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 189 | sp_cleanup.objects_equals=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 190 | sp_cleanup.on_save_use_additional_actions=true |
| 191 | sp_cleanup.organize_imports=true |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 192 | sp_cleanup.overridden_assignment=false |
| 193 | sp_cleanup.plain_replacement=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 194 | sp_cleanup.precompile_regex=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 195 | sp_cleanup.primitive_comparison=true |
| 196 | sp_cleanup.primitive_parsing=true |
| 197 | sp_cleanup.primitive_serialization=true |
| 198 | sp_cleanup.pull_up_assignment=false |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 199 | sp_cleanup.push_down_negation=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 200 | sp_cleanup.qualify_static_field_accesses_with_declaring_class=false |
| 201 | sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true |
| 202 | sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=false |
| 203 | sp_cleanup.qualify_static_member_accesses_with_declaring_class=true |
| 204 | sp_cleanup.qualify_static_method_accesses_with_declaring_class=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 205 | sp_cleanup.reduce_indentation=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 206 | sp_cleanup.redundant_falling_through_block_end=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 207 | sp_cleanup.remove_private_constructors=true |
Stephan Wahlbrink | fd5ae8f | 2018-11-27 13:59:53 +0100 | [diff] [blame] | 208 | sp_cleanup.remove_redundant_modifiers=false |
| 209 | sp_cleanup.remove_redundant_semicolons=true |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 210 | sp_cleanup.remove_redundant_type_arguments=true |
| 211 | sp_cleanup.remove_trailing_whitespaces=false |
| 212 | sp_cleanup.remove_trailing_whitespaces_all=false |
| 213 | sp_cleanup.remove_trailing_whitespaces_ignore_empty=true |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 214 | sp_cleanup.remove_unnecessary_array_creation=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 215 | sp_cleanup.remove_unnecessary_casts=true |
| 216 | sp_cleanup.remove_unnecessary_nls_tags=false |
| 217 | sp_cleanup.remove_unused_imports=false |
| 218 | sp_cleanup.remove_unused_local_variables=false |
| 219 | sp_cleanup.remove_unused_private_fields=false |
| 220 | sp_cleanup.remove_unused_private_members=false |
| 221 | sp_cleanup.remove_unused_private_methods=false |
| 222 | sp_cleanup.remove_unused_private_types=true |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 223 | sp_cleanup.simplify_lambda_expression_and_method_ref=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 224 | sp_cleanup.single_used_field=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 225 | sp_cleanup.sort_members=false |
| 226 | sp_cleanup.sort_members_all=false |
Stephan Wahlbrink | 7bd0e56 | 2021-03-17 13:36:12 +0100 | [diff] [blame^] | 227 | sp_cleanup.standard_comparison=false |
| 228 | sp_cleanup.static_inner_class=false |
| 229 | sp_cleanup.strictly_equal_or_different=false |
| 230 | sp_cleanup.stringbuilder=false |
| 231 | sp_cleanup.substring=false |
| 232 | sp_cleanup.switch=false |
| 233 | sp_cleanup.ternary_operator=false |
| 234 | sp_cleanup.try_with_resource=false |
| 235 | sp_cleanup.unlooped_while=false |
| 236 | sp_cleanup.unreachable_block=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 237 | sp_cleanup.use_anonymous_class_creation=false |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 238 | sp_cleanup.use_autoboxing=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 239 | sp_cleanup.use_blocks=true |
| 240 | sp_cleanup.use_blocks_only_for_return_and_throw=false |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 241 | sp_cleanup.use_directly_map_method=false |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 242 | sp_cleanup.use_lambda=false |
| 243 | sp_cleanup.use_parentheses_in_expressions=false |
| 244 | sp_cleanup.use_this_for_non_static_field_access=true |
| 245 | sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=false |
| 246 | sp_cleanup.use_this_for_non_static_method_access=true |
| 247 | sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true |
Stephan Wahlbrink | 1e2d9f8 | 2020-03-17 18:00:35 +0100 | [diff] [blame] | 248 | sp_cleanup.use_unboxing=false |
| 249 | sp_cleanup.use_var=false |
Stephan Wahlbrink | 2fc02c5 | 2020-10-01 20:15:21 +0200 | [diff] [blame] | 250 | sp_cleanup.useless_continue=false |
| 251 | sp_cleanup.useless_return=false |