blob: 6c9ad2346ecb6e114bb936bc2e1188ab85f216db [file] [log] [blame]
John McClungf6332bd2018-06-13 13:07:38 -04001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Skip Wonnell936d4632018-02-19 15:09:15 -06002<!--
3============LICENSE_START==========================================
4ONAP : APPC
5===================================================================
6Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
7===================================================================
8
9Unless otherwise specified, all software contained herein is licensed
10under the Apache License, Version 2.0 (the License);
11you may not use this software except in compliance with the License.
12You may obtain a copy of the License at
13
14 http://www.apache.org/licenses/LICENSE-2.0
15
16Unless required by applicable law or agreed to in writing, software
17distributed under the License is distributed on an "AS IS" BASIS,
18WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19See the License for the specific language governing permissions and
20limitations under the License.
21
Skip Wonnell936d4632018-02-19 15:09:15 -060022============LICENSE_END============================================
23-->
Patrick Brady57b5eef2017-02-10 15:00:49 -080024<profiles version="2">
25 <profile kind="CleanUpProfile" name="APPC Cleanup Profile"
26 version="2">
27 <setting id="cleanup.format_source_code" value="false" />
28 <setting id="cleanup.convert_functional_interfaces" value="false" />
29 <setting id="cleanup.add_missing_annotations" value="true" />
30 <setting
31 id="cleanup.use_this_for_non_static_method_access_only_if_necessary"
32 value="true" />
33 <setting id="cleanup.remove_unused_private_types" value="true" />
34 <setting id="cleanup.insert_inferred_type_arguments" value="false" />
35 <setting
36 id="cleanup.qualify_static_member_accesses_through_instances_with_declaring_class"
37 value="true" />
38 <setting
39 id="cleanup.qualify_static_method_accesses_with_declaring_class"
40 value="false" />
41 <setting id="cleanup.add_generated_serial_version_id" value="false" />
42 <setting id="cleanup.make_variable_declarations_final"
43 value="true" />
44 <setting id="cleanup.add_missing_methods" value="false" />
45 <setting id="cleanup.always_use_this_for_non_static_field_access"
46 value="false" />
47 <setting id="cleanup.use_type_arguments" value="false" />
48 <setting id="cleanup.remove_trailing_whitespaces_ignore_empty"
49 value="false" />
50 <setting id="cleanup.correct_indentation" value="true" />
51 <setting id="cleanup.never_use_parentheses_in_expressions"
52 value="true" />
53 <setting id="cleanup.add_serial_version_id" value="true" />
54 <setting id="cleanup.remove_unused_private_methods" value="true" />
55 <setting id="cleanup.use_this_for_non_static_field_access"
56 value="true" />
57 <setting id="cleanup.use_blocks_only_for_return_and_throw"
58 value="false" />
59 <setting id="cleanup.remove_unused_private_members" value="false" />
60 <setting
61 id="cleanup.add_missing_override_annotations_interface_methods"
62 value="true" />
63 <setting id="cleanup.remove_trailing_whitespaces_all" value="true" />
64 <setting id="cleanup.make_type_abstract_if_missing_method"
65 value="false" />
66 <setting id="cleanup.always_use_this_for_non_static_method_access"
67 value="false" />
68 <setting id="cleanup.remove_unnecessary_nls_tags" value="true" />
69 <setting id="cleanup.format_source_code_changes_only" value="false" />
70 <setting
71 id="cleanup.qualify_static_field_accesses_with_declaring_class"
72 value="false" />
73 <setting id="cleanup.add_missing_nls_tags" value="false" />
74 <setting
75 id="cleanup.use_this_for_non_static_field_access_only_if_necessary"
76 value="true" />
77 <setting
78 id="cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class"
79 value="true" />
80 <setting id="cleanup.remove_unnecessary_casts" value="true" />
81 <setting
82 id="cleanup.qualify_static_member_accesses_with_declaring_class"
83 value="true" />
84 <setting id="cleanup.use_parentheses_in_expressions" value="false" />
85 <setting id="cleanup.remove_unused_private_fields" value="true" />
86 <setting id="cleanup.make_parameters_final" value="true" />
87 <setting id="cleanup.remove_redundant_type_arguments" value="true" />
88 <setting id="cleanup.remove_trailing_whitespaces" value="true" />
89 <setting id="cleanup.remove_unused_imports" value="false" />
90 <setting id="cleanup.use_anonymous_class_creation" value="false" />
91 <setting id="cleanup.organize_imports" value="false" />
92 <setting id="cleanup.sort_members" value="false" />
93 <setting id="cleanup.remove_private_constructors" value="true" />
94 <setting id="cleanup.convert_to_enhanced_for_loop" value="true" />
95 <setting id="cleanup.always_use_blocks" value="true" />
96 <setting id="cleanup.never_use_blocks" value="false" />
97 <setting id="cleanup.use_lambda" value="true" />
98 <setting id="cleanup.always_use_parentheses_in_expressions"
99 value="false" />
100 <setting id="cleanup.use_this_for_non_static_method_access"
101 value="true" />
102 <setting id="cleanup.remove_unused_local_variables" value="false" />
103 <setting id="cleanup.make_private_fields_final" value="false" />
104 <setting id="cleanup.add_missing_deprecated_annotations"
105 value="true" />
106 <setting id="cleanup.add_default_serial_version_id" value="true" />
107 <setting id="cleanup.sort_members_all" value="false" />
108 <setting id="cleanup.use_blocks" value="true" />
109 <setting id="cleanup.add_missing_override_annotations"
110 value="true" />
111 <setting id="cleanup.make_local_variable_final" value="false" />
112 </profile>
113</profiles>