root/releases/bedework-3.7/bedework-cleanup.xml

Revision 3169 (checked in by douglm, 2 years ago)

Further changes to the build process.

This allows virtual hosts to be set in the config file for carddav.

Carddav configuration is now rolled into the same config files as the other projects

Small change to webdav error logging

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <profiles version="2">
3 <profile kind="CleanUpProfile" name="bedework" version="2">
4 <setting id="cleanup.remove_unused_private_fields" value="true"/>
5 <setting id="cleanup.always_use_parentheses_in_expressions" value="true"/>
6 <setting id="cleanup.never_use_blocks" value="false"/>
7 <setting id="cleanup.remove_unused_private_methods" value="true"/>
8 <setting id="cleanup.add_missing_deprecated_annotations" value="true"/>
9 <setting id="cleanup.convert_to_enhanced_for_loop" value="false"/>
10 <setting id="cleanup.remove_unnecessary_nls_tags" value="true"/>
11 <setting id="cleanup.sort_members" value="false"/>
12 <setting id="cleanup.remove_unused_local_variables" value="false"/>
13 <setting id="cleanup.never_use_parentheses_in_expressions" value="false"/>
14 <setting id="cleanup.remove_unused_private_members" value="false"/>
15 <setting id="cleanup.remove_unnecessary_casts" value="true"/>
16 <setting id="cleanup.make_parameters_final" value="true"/>
17 <setting id="cleanup.use_this_for_non_static_field_access" value="true"/>
18 <setting id="cleanup.remove_private_constructors" value="true"/>
19 <setting id="cleanup.use_blocks" value="true"/>
20 <setting id="cleanup.always_use_this_for_non_static_method_access" value="false"/>
21 <setting id="cleanup.remove_trailing_whitespaces_all" value="true"/>
22 <setting id="cleanup.always_use_this_for_non_static_field_access" value="false"/>
23 <setting id="cleanup.use_this_for_non_static_field_access_only_if_necessary" value="true"/>
24 <setting id="cleanup.add_default_serial_version_id" value="true"/>
25 <setting id="cleanup.make_type_abstract_if_missing_method" value="false"/>
26 <setting id="cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class" value="true"/>
27 <setting id="cleanup.make_variable_declarations_final" value="true"/>
28 <setting id="cleanup.add_missing_nls_tags" value="false"/>
29 <setting id="cleanup.format_source_code" value="false"/>
30 <setting id="cleanup.qualify_static_method_accesses_with_declaring_class" value="false"/>
31 <setting id="cleanup.add_missing_override_annotations" value="true"/>
32 <setting id="cleanup.remove_unused_private_types" value="true"/>
33 <setting id="cleanup.add_missing_methods" value="false"/>
34 <setting id="cleanup.make_local_variable_final" value="false"/>
35 <setting id="cleanup.correct_indentation" value="false"/>
36 <setting id="cleanup.remove_unused_imports" value="true"/>
37 <setting id="cleanup.remove_trailing_whitespaces_ignore_empty" value="false"/>
38 <setting id="cleanup.make_private_fields_final" value="false"/>
39 <setting id="cleanup.add_generated_serial_version_id" value="false"/>
40 <setting id="cleanup.organize_imports" value="true"/>
41 <setting id="cleanup.remove_trailing_whitespaces" value="true"/>
42 <setting id="cleanup.sort_members_all" value="false"/>
43 <setting id="cleanup.use_blocks_only_for_return_and_throw" value="false"/>
44 <setting id="cleanup.add_missing_annotations" value="true"/>
45 <setting id="cleanup.use_parentheses_in_expressions" value="true"/>
46 <setting id="cleanup.qualify_static_field_accesses_with_declaring_class" value="false"/>
47 <setting id="cleanup.use_this_for_non_static_method_access_only_if_necessary" value="true"/>
48 <setting id="cleanup.use_this_for_non_static_method_access" value="true"/>
49 <setting id="cleanup.qualify_static_member_accesses_through_instances_with_declaring_class" value="true"/>
50 <setting id="cleanup.add_serial_version_id" value="false"/>
51 <setting id="cleanup.format_source_code_changes_only" value="false"/>
52 <setting id="cleanup.qualify_static_member_accesses_with_declaring_class" value="true"/>
53 <setting id="cleanup.always_use_blocks" value="true"/>
54 </profile>
55 </profiles>
Note: See TracBrowser for help on using the browser.