Updating javadoc site properties
[appc.git] / .code_styling / appc-code-cleanup-preferences.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <profiles version="2">
3   <profile kind="CleanUpProfile" name="APPC Cleanup Profile"
4     version="2">
5     <setting id="cleanup.format_source_code" value="false" />
6     <setting id="cleanup.convert_functional_interfaces" value="false" />
7     <setting id="cleanup.add_missing_annotations" value="true" />
8     <setting
9       id="cleanup.use_this_for_non_static_method_access_only_if_necessary"
10       value="true" />
11     <setting id="cleanup.remove_unused_private_types" value="true" />
12     <setting id="cleanup.insert_inferred_type_arguments" value="false" />
13     <setting
14       id="cleanup.qualify_static_member_accesses_through_instances_with_declaring_class"
15       value="true" />
16     <setting
17       id="cleanup.qualify_static_method_accesses_with_declaring_class"
18       value="false" />
19     <setting id="cleanup.add_generated_serial_version_id" value="false" />
20     <setting id="cleanup.make_variable_declarations_final"
21       value="true" />
22     <setting id="cleanup.add_missing_methods" value="false" />
23     <setting id="cleanup.always_use_this_for_non_static_field_access"
24       value="false" />
25     <setting id="cleanup.use_type_arguments" value="false" />
26     <setting id="cleanup.remove_trailing_whitespaces_ignore_empty"
27       value="false" />
28     <setting id="cleanup.correct_indentation" value="true" />
29     <setting id="cleanup.never_use_parentheses_in_expressions"
30       value="true" />
31     <setting id="cleanup.add_serial_version_id" value="true" />
32     <setting id="cleanup.remove_unused_private_methods" value="true" />
33     <setting id="cleanup.use_this_for_non_static_field_access"
34       value="true" />
35     <setting id="cleanup.use_blocks_only_for_return_and_throw"
36       value="false" />
37     <setting id="cleanup.remove_unused_private_members" value="false" />
38     <setting
39       id="cleanup.add_missing_override_annotations_interface_methods"
40       value="true" />
41     <setting id="cleanup.remove_trailing_whitespaces_all" value="true" />
42     <setting id="cleanup.make_type_abstract_if_missing_method"
43       value="false" />
44     <setting id="cleanup.always_use_this_for_non_static_method_access"
45       value="false" />
46     <setting id="cleanup.remove_unnecessary_nls_tags" value="true" />
47     <setting id="cleanup.format_source_code_changes_only" value="false" />
48     <setting
49       id="cleanup.qualify_static_field_accesses_with_declaring_class"
50       value="false" />
51     <setting id="cleanup.add_missing_nls_tags" value="false" />
52     <setting
53       id="cleanup.use_this_for_non_static_field_access_only_if_necessary"
54       value="true" />
55     <setting
56       id="cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class"
57       value="true" />
58     <setting id="cleanup.remove_unnecessary_casts" value="true" />
59     <setting
60       id="cleanup.qualify_static_member_accesses_with_declaring_class"
61       value="true" />
62     <setting id="cleanup.use_parentheses_in_expressions" value="false" />
63     <setting id="cleanup.remove_unused_private_fields" value="true" />
64     <setting id="cleanup.make_parameters_final" value="true" />
65     <setting id="cleanup.remove_redundant_type_arguments" value="true" />
66     <setting id="cleanup.remove_trailing_whitespaces" value="true" />
67     <setting id="cleanup.remove_unused_imports" value="false" />
68     <setting id="cleanup.use_anonymous_class_creation" value="false" />
69     <setting id="cleanup.organize_imports" value="false" />
70     <setting id="cleanup.sort_members" value="false" />
71     <setting id="cleanup.remove_private_constructors" value="true" />
72     <setting id="cleanup.convert_to_enhanced_for_loop" value="true" />
73     <setting id="cleanup.always_use_blocks" value="true" />
74     <setting id="cleanup.never_use_blocks" value="false" />
75     <setting id="cleanup.use_lambda" value="true" />
76     <setting id="cleanup.always_use_parentheses_in_expressions"
77       value="false" />
78     <setting id="cleanup.use_this_for_non_static_method_access"
79       value="true" />
80     <setting id="cleanup.remove_unused_local_variables" value="false" />
81     <setting id="cleanup.make_private_fields_final" value="false" />
82     <setting id="cleanup.add_missing_deprecated_annotations"
83       value="true" />
84     <setting id="cleanup.add_default_serial_version_id" value="true" />
85     <setting id="cleanup.sort_members_all" value="false" />
86     <setting id="cleanup.use_blocks" value="true" />
87     <setting id="cleanup.add_missing_override_annotations"
88       value="true" />
89     <setting id="cleanup.make_local_variable_final" value="false" />
90   </profile>
91 </profiles>