blob: df1eefbccc16a8f532d835147d911d686984af7c [file] [log] [blame]
Florian Thienel331829e2012-08-11 18:27:21 +02001cleanup.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=true
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=true
10cleanup.always_use_blocks=true
11cleanup.always_use_parentheses_in_expressions=false
12cleanup.always_use_this_for_non_static_field_access=false
13cleanup.always_use_this_for_non_static_method_access=false
Florian Thienelff9a15d2015-09-09 22:00:48 +020014cleanup.convert_functional_interfaces=false
15cleanup.convert_to_enhanced_for_loop=false
Florian Thienel331829e2012-08-11 18:27:21 +020016cleanup.correct_indentation=true
17cleanup.format_source_code=true
18cleanup.format_source_code_changes_only=false
Florian Thienelff9a15d2015-09-09 22:00:48 +020019cleanup.insert_inferred_type_arguments=false
Florian Thienel331829e2012-08-11 18:27:21 +020020cleanup.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=true
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=true
31cleanup.qualify_static_member_accesses_with_declaring_class=true
32cleanup.qualify_static_method_accesses_with_declaring_class=false
33cleanup.remove_private_constructors=true
Florian Thienelff9a15d2015-09-09 22:00:48 +020034cleanup.remove_redundant_type_arguments=true
Florian Thienel331829e2012-08-11 18:27:21 +020035cleanup.remove_trailing_whitespaces=true
36cleanup.remove_trailing_whitespaces_all=true
37cleanup.remove_trailing_whitespaces_ignore_empty=false
38cleanup.remove_unnecessary_casts=true
39cleanup.remove_unnecessary_nls_tags=true
40cleanup.remove_unused_imports=true
41cleanup.remove_unused_local_variables=false
42cleanup.remove_unused_private_fields=true
43cleanup.remove_unused_private_members=false
44cleanup.remove_unused_private_methods=true
45cleanup.remove_unused_private_types=true
46cleanup.sort_members=false
47cleanup.sort_members_all=false
Florian Thienelff9a15d2015-09-09 22:00:48 +020048cleanup.use_anonymous_class_creation=false
Florian Thienel331829e2012-08-11 18:27:21 +020049cleanup.use_blocks=true
50cleanup.use_blocks_only_for_return_and_throw=false
Florian Thienelff9a15d2015-09-09 22:00:48 +020051cleanup.use_lambda=true
Florian Thienel331829e2012-08-11 18:27:21 +020052cleanup.use_parentheses_in_expressions=true
53cleanup.use_this_for_non_static_field_access=true
54cleanup.use_this_for_non_static_field_access_only_if_necessary=true
55cleanup.use_this_for_non_static_method_access=true
56cleanup.use_this_for_non_static_method_access_only_if_necessary=true
Florian Thienelff9a15d2015-09-09 22:00:48 +020057cleanup.use_type_arguments=false
Florian Thienel331829e2012-08-11 18:27:21 +020058cleanup_profile=_Vex
59cleanup_settings_version=2
60eclipse.preferences.version=1
Florian Thienel4cae3f52012-08-15 10:48:36 +020061editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
Florian Thienel331829e2012-08-11 18:27:21 +020062formatter_profile=_Vex
63formatter_settings_version=12
64internal.default.compliance=default
Florian Thienel4cae3f52012-08-15 10:48:36 +020065sp_cleanup.add_default_serial_version_id=true
66sp_cleanup.add_generated_serial_version_id=false
67sp_cleanup.add_missing_annotations=true
68sp_cleanup.add_missing_deprecated_annotations=true
69sp_cleanup.add_missing_methods=false
70sp_cleanup.add_missing_nls_tags=false
71sp_cleanup.add_missing_override_annotations=true
Carsten Hiesserichb984d142013-09-08 12:06:32 +020072sp_cleanup.add_missing_override_annotations_interface_methods=false
Florian Thienel4cae3f52012-08-15 10:48:36 +020073sp_cleanup.add_serial_version_id=false
74sp_cleanup.always_use_blocks=true
75sp_cleanup.always_use_parentheses_in_expressions=false
76sp_cleanup.always_use_this_for_non_static_field_access=false
77sp_cleanup.always_use_this_for_non_static_method_access=false
78sp_cleanup.convert_to_enhanced_for_loop=true
79sp_cleanup.correct_indentation=true
80sp_cleanup.format_source_code=true
81sp_cleanup.format_source_code_changes_only=false
82sp_cleanup.make_local_variable_final=true
83sp_cleanup.make_parameters_final=true
84sp_cleanup.make_private_fields_final=true
85sp_cleanup.make_type_abstract_if_missing_method=false
86sp_cleanup.make_variable_declarations_final=true
87sp_cleanup.never_use_blocks=false
88sp_cleanup.never_use_parentheses_in_expressions=true
89sp_cleanup.on_save_use_additional_actions=true
90sp_cleanup.organize_imports=true
91sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
92sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
93sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
94sp_cleanup.qualify_static_member_accesses_with_declaring_class=true
95sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
96sp_cleanup.remove_private_constructors=true
97sp_cleanup.remove_trailing_whitespaces=true
98sp_cleanup.remove_trailing_whitespaces_all=true
99sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
100sp_cleanup.remove_unnecessary_casts=true
101sp_cleanup.remove_unnecessary_nls_tags=true
102sp_cleanup.remove_unused_imports=true
103sp_cleanup.remove_unused_local_variables=false
104sp_cleanup.remove_unused_private_fields=true
105sp_cleanup.remove_unused_private_members=false
106sp_cleanup.remove_unused_private_methods=true
107sp_cleanup.remove_unused_private_types=true
108sp_cleanup.sort_members=false
109sp_cleanup.sort_members_all=false
110sp_cleanup.use_blocks=true
111sp_cleanup.use_blocks_only_for_return_and_throw=false
112sp_cleanup.use_parentheses_in_expressions=true
113sp_cleanup.use_this_for_non_static_field_access=true
114sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
115sp_cleanup.use_this_for_non_static_method_access=true
116sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true