Eclipse formatter/clean up action configuration
Change-Id: I88ddd541c7a5bb6930a19c756f5afa8994b34364
Showing
2 changed files
with
62 additions
and
0 deletions
tools/dev/eclipse-cleanup.xml
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
| 2 | +<profiles version="2"> | ||
| 3 | +<profile kind="CleanUpProfile" name="ONOS Clean Up" version="2"> | ||
| 4 | +<setting id="cleanup.remove_redundant_type_arguments" value="true"/> | ||
| 5 | +<setting id="cleanup.remove_unused_private_fields" value="true"/> | ||
| 6 | +<setting id="cleanup.always_use_parentheses_in_expressions" value="false"/> | ||
| 7 | +<setting id="cleanup.never_use_blocks" value="false"/> | ||
| 8 | +<setting id="cleanup.remove_unused_private_methods" value="true"/> | ||
| 9 | +<setting id="cleanup.add_missing_deprecated_annotations" value="true"/> | ||
| 10 | +<setting id="cleanup.convert_to_enhanced_for_loop" value="false"/> | ||
| 11 | +<setting id="cleanup.remove_unnecessary_nls_tags" value="true"/> | ||
| 12 | +<setting id="cleanup.sort_members" value="false"/> | ||
| 13 | +<setting id="cleanup.remove_unused_local_variables" value="false"/> | ||
| 14 | +<setting id="cleanup.never_use_parentheses_in_expressions" value="true"/> | ||
| 15 | +<setting id="cleanup.remove_unused_private_members" value="false"/> | ||
| 16 | +<setting id="cleanup.remove_unnecessary_casts" value="true"/> | ||
| 17 | +<setting id="cleanup.make_parameters_final" value="false"/> | ||
| 18 | +<setting id="cleanup.use_this_for_non_static_field_access" value="false"/> | ||
| 19 | +<setting id="cleanup.remove_private_constructors" value="true"/> | ||
| 20 | +<setting id="cleanup.use_blocks" value="false"/> | ||
| 21 | +<setting id="cleanup.always_use_this_for_non_static_method_access" value="false"/> | ||
| 22 | +<setting id="cleanup.remove_trailing_whitespaces_all" value="true"/> | ||
| 23 | +<setting id="cleanup.always_use_this_for_non_static_field_access" value="false"/> | ||
| 24 | +<setting id="cleanup.use_this_for_non_static_field_access_only_if_necessary" value="true"/> | ||
| 25 | +<setting id="cleanup.add_default_serial_version_id" value="true"/> | ||
| 26 | +<setting id="cleanup.make_type_abstract_if_missing_method" value="false"/> | ||
| 27 | +<setting id="cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class" value="true"/> | ||
| 28 | +<setting id="cleanup.make_variable_declarations_final" value="false"/> | ||
| 29 | +<setting id="cleanup.add_missing_nls_tags" value="false"/> | ||
| 30 | +<setting id="cleanup.format_source_code" value="false"/> | ||
| 31 | +<setting id="cleanup.qualify_static_method_accesses_with_declaring_class" value="false"/> | ||
| 32 | +<setting id="cleanup.add_missing_override_annotations" value="true"/> | ||
| 33 | +<setting id="cleanup.convert_functional_interfaces" value="false"/> | ||
| 34 | +<setting id="cleanup.remove_unused_private_types" value="true"/> | ||
| 35 | +<setting id="cleanup.use_anonymous_class_creation" value="false"/> | ||
| 36 | +<setting id="cleanup.use_type_arguments" value="false"/> | ||
| 37 | +<setting id="cleanup.add_missing_methods" value="false"/> | ||
| 38 | +<setting id="cleanup.make_local_variable_final" value="true"/> | ||
| 39 | +<setting id="cleanup.correct_indentation" value="false"/> | ||
| 40 | +<setting id="cleanup.add_missing_override_annotations_interface_methods" value="true"/> | ||
| 41 | +<setting id="cleanup.remove_unused_imports" value="true"/> | ||
| 42 | +<setting id="cleanup.remove_trailing_whitespaces_ignore_empty" value="false"/> | ||
| 43 | +<setting id="cleanup.make_private_fields_final" value="true"/> | ||
| 44 | +<setting id="cleanup.add_generated_serial_version_id" value="false"/> | ||
| 45 | +<setting id="cleanup.organize_imports" value="false"/> | ||
| 46 | +<setting id="cleanup.remove_trailing_whitespaces" value="true"/> | ||
| 47 | +<setting id="cleanup.sort_members_all" value="false"/> | ||
| 48 | +<setting id="cleanup.insert_inferred_type_arguments" value="false"/> | ||
| 49 | +<setting id="cleanup.use_blocks_only_for_return_and_throw" value="false"/> | ||
| 50 | +<setting id="cleanup.add_missing_annotations" value="true"/> | ||
| 51 | +<setting id="cleanup.use_parentheses_in_expressions" value="false"/> | ||
| 52 | +<setting id="cleanup.use_lambda" value="true"/> | ||
| 53 | +<setting id="cleanup.qualify_static_field_accesses_with_declaring_class" value="false"/> | ||
| 54 | +<setting id="cleanup.use_this_for_non_static_method_access_only_if_necessary" value="true"/> | ||
| 55 | +<setting id="cleanup.use_this_for_non_static_method_access" value="false"/> | ||
| 56 | +<setting id="cleanup.qualify_static_member_accesses_through_instances_with_declaring_class" value="true"/> | ||
| 57 | +<setting id="cleanup.add_serial_version_id" value="false"/> | ||
| 58 | +<setting id="cleanup.format_source_code_changes_only" value="false"/> | ||
| 59 | +<setting id="cleanup.qualify_static_member_accesses_with_declaring_class" value="true"/> | ||
| 60 | +<setting id="cleanup.always_use_blocks" value="true"/> | ||
| 61 | +</profile> | ||
| 62 | +</profiles> |
tools/dev/eclipse-formatter.xml
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment