blob: 57284e5a8f6d3a33659f79a10c0b3c01256f64a8 [file] [log] [blame]
Stephan Wahlbrink2821c042018-03-14 15:34:14 +01001cleanup.add_default_serial_version_id=true
2cleanup.add_generated_serial_version_id=false
3cleanup.add_missing_annotations=true
4cleanup.add_missing_deprecated_annotations=true
5cleanup.add_missing_methods=false
6cleanup.add_missing_nls_tags=false
7cleanup.add_missing_override_annotations=true
8cleanup.add_missing_override_annotations_interface_methods=true
9cleanup.add_serial_version_id=false
10cleanup.always_use_blocks=true
11cleanup.always_use_parentheses_in_expressions=true
12cleanup.always_use_this_for_non_static_field_access=true
13cleanup.always_use_this_for_non_static_method_access=false
14cleanup.convert_functional_interfaces=false
15cleanup.convert_to_enhanced_for_loop=false
16cleanup.correct_indentation=false
17cleanup.format_source_code=false
18cleanup.format_source_code_changes_only=false
19cleanup.insert_inferred_type_arguments=false
20cleanup.make_local_variable_final=true
21cleanup.make_parameters_final=true
22cleanup.make_private_fields_final=true
23cleanup.make_type_abstract_if_missing_method=false
24cleanup.make_variable_declarations_final=true
25cleanup.never_use_blocks=false
26cleanup.never_use_parentheses_in_expressions=false
27cleanup.organize_imports=true
28cleanup.qualify_static_field_accesses_with_declaring_class=false
29cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
30cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=false
31cleanup.qualify_static_member_accesses_with_declaring_class=true
32cleanup.qualify_static_method_accesses_with_declaring_class=false
33cleanup.remove_private_constructors=true
Stephan Wahlbrinkfd5ae8f2018-11-27 13:59:53 +010034cleanup.remove_redundant_modifiers=false
35cleanup.remove_redundant_semicolons=true
Stephan Wahlbrink2821c042018-03-14 15:34:14 +010036cleanup.remove_redundant_type_arguments=true
37cleanup.remove_trailing_whitespaces=false
38cleanup.remove_trailing_whitespaces_all=true
39cleanup.remove_trailing_whitespaces_ignore_empty=false
40cleanup.remove_unnecessary_casts=true
41cleanup.remove_unnecessary_nls_tags=true
42cleanup.remove_unused_imports=true
43cleanup.remove_unused_local_variables=false
44cleanup.remove_unused_private_fields=true
45cleanup.remove_unused_private_members=false
46cleanup.remove_unused_private_methods=true
47cleanup.remove_unused_private_types=true
48cleanup.sort_members=false
49cleanup.sort_members_all=false
50cleanup.use_anonymous_class_creation=false
51cleanup.use_blocks=true
52cleanup.use_blocks_only_for_return_and_throw=false
53cleanup.use_lambda=true
54cleanup.use_parentheses_in_expressions=false
55cleanup.use_this_for_non_static_field_access=true
56cleanup.use_this_for_non_static_field_access_only_if_necessary=false
57cleanup.use_this_for_non_static_method_access=true
58cleanup.use_this_for_non_static_method_access_only_if_necessary=true
59cleanup.use_type_arguments=false
60cleanup_profile=_StatET
61cleanup_settings_version=2
62eclipse.preferences.version=1
63editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
64formatter_profile=_StatET
Stephan Wahlbrinkfd5ae8f2018-11-27 13:59:53 +010065formatter_settings_version=14
Stephan Wahlbrink2821c042018-03-14 15:34:14 +010066org.eclipse.jdt.ui.exception.name=e
67org.eclipse.jdt.ui.gettersetter.use.is=true
68org.eclipse.jdt.ui.ignorelowercasenames=true
Stephan Wahlbrink4a44a5d2018-09-12 18:54:01 +020069org.eclipse.jdt.ui.importorder=\#;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 +010070org.eclipse.jdt.ui.javadoc=true
71org.eclipse.jdt.ui.keywordthis=true
72org.eclipse.jdt.ui.ondemandthreshold=99
73org.eclipse.jdt.ui.overrideannotation=true
74org.eclipse.jdt.ui.staticondemandthreshold=99
Stephan Wahlbrinkfd5ae8f2018-11-27 13:59:53 +010075org.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\="false" 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\="false" 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\="false" 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\="false" 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\="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 Wahlbrink2821c042018-03-14 15:34:14 +010076sp_cleanup.add_default_serial_version_id=true
77sp_cleanup.add_generated_serial_version_id=false
78sp_cleanup.add_missing_annotations=true
79sp_cleanup.add_missing_deprecated_annotations=true
80sp_cleanup.add_missing_methods=false
81sp_cleanup.add_missing_nls_tags=false
82sp_cleanup.add_missing_override_annotations=true
83sp_cleanup.add_missing_override_annotations_interface_methods=true
84sp_cleanup.add_serial_version_id=false
85sp_cleanup.always_use_blocks=true
86sp_cleanup.always_use_parentheses_in_expressions=true
87sp_cleanup.always_use_this_for_non_static_field_access=true
88sp_cleanup.always_use_this_for_non_static_method_access=false
89sp_cleanup.convert_functional_interfaces=false
90sp_cleanup.convert_to_enhanced_for_loop=false
91sp_cleanup.correct_indentation=false
92sp_cleanup.format_source_code=false
93sp_cleanup.format_source_code_changes_only=false
94sp_cleanup.insert_inferred_type_arguments=false
95sp_cleanup.make_local_variable_final=true
96sp_cleanup.make_parameters_final=true
97sp_cleanup.make_private_fields_final=true
98sp_cleanup.make_type_abstract_if_missing_method=false
99sp_cleanup.make_variable_declarations_final=false
100sp_cleanup.never_use_blocks=false
101sp_cleanup.never_use_parentheses_in_expressions=false
102sp_cleanup.on_save_use_additional_actions=true
103sp_cleanup.organize_imports=true
104sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
105sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
106sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=false
107sp_cleanup.qualify_static_member_accesses_with_declaring_class=true
108sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
109sp_cleanup.remove_private_constructors=true
Stephan Wahlbrinkfd5ae8f2018-11-27 13:59:53 +0100110sp_cleanup.remove_redundant_modifiers=false
111sp_cleanup.remove_redundant_semicolons=true
Stephan Wahlbrink2821c042018-03-14 15:34:14 +0100112sp_cleanup.remove_redundant_type_arguments=true
113sp_cleanup.remove_trailing_whitespaces=false
114sp_cleanup.remove_trailing_whitespaces_all=false
115sp_cleanup.remove_trailing_whitespaces_ignore_empty=true
116sp_cleanup.remove_unnecessary_casts=true
117sp_cleanup.remove_unnecessary_nls_tags=false
118sp_cleanup.remove_unused_imports=false
119sp_cleanup.remove_unused_local_variables=false
120sp_cleanup.remove_unused_private_fields=false
121sp_cleanup.remove_unused_private_members=false
122sp_cleanup.remove_unused_private_methods=false
123sp_cleanup.remove_unused_private_types=true
124sp_cleanup.sort_members=false
125sp_cleanup.sort_members_all=false
126sp_cleanup.use_anonymous_class_creation=false
127sp_cleanup.use_blocks=true
128sp_cleanup.use_blocks_only_for_return_and_throw=false
129sp_cleanup.use_lambda=false
130sp_cleanup.use_parentheses_in_expressions=false
131sp_cleanup.use_this_for_non_static_field_access=true
132sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=false
133sp_cleanup.use_this_for_non_static_method_access=true
134sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
135sp_cleanup.use_type_arguments=false