blob: ee0f302d4e99756f15ffa0cd6cdcc1b00225f2ab [file] [log] [blame]
Yuta HIGUCHIe5505842014-10-28 10:54:00 -07001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
alshabibab984662014-12-04 18:56:18 -08002<!--
3 ~ Copyright 2014 Open Networking Laboratory
4 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16 -->
Yuta HIGUCHIe5505842014-10-28 10:54:00 -070017<profiles version="2">
18<profile kind="CleanUpProfile" name="ONOS Clean Up" version="2">
19<setting id="cleanup.remove_redundant_type_arguments" value="true"/>
20<setting id="cleanup.remove_unused_private_fields" value="true"/>
21<setting id="cleanup.always_use_parentheses_in_expressions" value="false"/>
22<setting id="cleanup.never_use_blocks" value="false"/>
23<setting id="cleanup.remove_unused_private_methods" value="true"/>
24<setting id="cleanup.add_missing_deprecated_annotations" value="true"/>
25<setting id="cleanup.convert_to_enhanced_for_loop" value="false"/>
26<setting id="cleanup.remove_unnecessary_nls_tags" value="true"/>
27<setting id="cleanup.sort_members" value="false"/>
28<setting id="cleanup.remove_unused_local_variables" value="false"/>
29<setting id="cleanup.never_use_parentheses_in_expressions" value="true"/>
30<setting id="cleanup.remove_unused_private_members" value="false"/>
31<setting id="cleanup.remove_unnecessary_casts" value="true"/>
32<setting id="cleanup.make_parameters_final" value="false"/>
33<setting id="cleanup.use_this_for_non_static_field_access" value="false"/>
34<setting id="cleanup.remove_private_constructors" value="true"/>
35<setting id="cleanup.use_blocks" value="false"/>
36<setting id="cleanup.always_use_this_for_non_static_method_access" value="false"/>
37<setting id="cleanup.remove_trailing_whitespaces_all" value="true"/>
38<setting id="cleanup.always_use_this_for_non_static_field_access" value="false"/>
39<setting id="cleanup.use_this_for_non_static_field_access_only_if_necessary" value="true"/>
40<setting id="cleanup.add_default_serial_version_id" value="true"/>
41<setting id="cleanup.make_type_abstract_if_missing_method" value="false"/>
42<setting id="cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class" value="true"/>
43<setting id="cleanup.make_variable_declarations_final" value="false"/>
44<setting id="cleanup.add_missing_nls_tags" value="false"/>
45<setting id="cleanup.format_source_code" value="false"/>
46<setting id="cleanup.qualify_static_method_accesses_with_declaring_class" value="false"/>
47<setting id="cleanup.add_missing_override_annotations" value="true"/>
48<setting id="cleanup.convert_functional_interfaces" value="false"/>
49<setting id="cleanup.remove_unused_private_types" value="true"/>
50<setting id="cleanup.use_anonymous_class_creation" value="false"/>
51<setting id="cleanup.use_type_arguments" value="false"/>
52<setting id="cleanup.add_missing_methods" value="false"/>
53<setting id="cleanup.make_local_variable_final" value="true"/>
54<setting id="cleanup.correct_indentation" value="false"/>
55<setting id="cleanup.add_missing_override_annotations_interface_methods" value="true"/>
56<setting id="cleanup.remove_unused_imports" value="true"/>
57<setting id="cleanup.remove_trailing_whitespaces_ignore_empty" value="false"/>
58<setting id="cleanup.make_private_fields_final" value="true"/>
59<setting id="cleanup.add_generated_serial_version_id" value="false"/>
60<setting id="cleanup.organize_imports" value="false"/>
61<setting id="cleanup.remove_trailing_whitespaces" value="true"/>
62<setting id="cleanup.sort_members_all" value="false"/>
63<setting id="cleanup.insert_inferred_type_arguments" value="false"/>
64<setting id="cleanup.use_blocks_only_for_return_and_throw" value="false"/>
65<setting id="cleanup.add_missing_annotations" value="true"/>
66<setting id="cleanup.use_parentheses_in_expressions" value="false"/>
67<setting id="cleanup.use_lambda" value="true"/>
68<setting id="cleanup.qualify_static_field_accesses_with_declaring_class" value="false"/>
69<setting id="cleanup.use_this_for_non_static_method_access_only_if_necessary" value="true"/>
70<setting id="cleanup.use_this_for_non_static_method_access" value="false"/>
71<setting id="cleanup.qualify_static_member_accesses_through_instances_with_declaring_class" value="true"/>
72<setting id="cleanup.add_serial_version_id" value="false"/>
73<setting id="cleanup.format_source_code_changes_only" value="false"/>
74<setting id="cleanup.qualify_static_member_accesses_with_declaring_class" value="true"/>
75<setting id="cleanup.always_use_blocks" value="true"/>
76</profile>
77</profiles>