Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-06-10 13:04:28 +0000
committerLars Vogel2020-06-10 13:04:39 +0000
commit46dc044d233e7c0cb32d4cc0bec18a69aa511372 (patch)
tree6eca91bb05b9e5f29cab5e91843ce3093e7a4a2b
parent1254ad46d85331615139508834e93256f394a982 (diff)
downloadeclipse.platform-46dc044d233e7c0cb32d4cc0bec18a69aa511372.tar.gz
eclipse.platform-46dc044d233e7c0cb32d4cc0bec18a69aa511372.tar.xz
eclipse.platform-46dc044d233e7c0cb32d4cc0bec18a69aa511372.zip
Removes unnecessary whitespace from org.eclipse.ant.tests.uiI20200610-1800
Change-Id: I4de59ff587d62b73be6777e47070fefa494b5de1 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--ant/org.eclipse.ant.tests.ui/.settings/org.eclipse.jdt.ui.prefs22
1 files changed, 20 insertions, 2 deletions
diff --git a/ant/org.eclipse.ant.tests.ui/.settings/org.eclipse.jdt.ui.prefs b/ant/org.eclipse.ant.tests.ui/.settings/org.eclipse.jdt.ui.prefs
index f5b5213d0..0a1d44226 100644
--- a/ant/org.eclipse.ant.tests.ui/.settings/org.eclipse.jdt.ui.prefs
+++ b/ant/org.eclipse.ant.tests.ui/.settings/org.eclipse.jdt.ui.prefs
@@ -68,28 +68,39 @@ sp_cleanup.always_use_blocks=true
sp_cleanup.always_use_parentheses_in_expressions=false
sp_cleanup.always_use_this_for_non_static_field_access=false
sp_cleanup.always_use_this_for_non_static_method_access=false
+sp_cleanup.convert_functional_interfaces=false
sp_cleanup.convert_to_enhanced_for_loop=false
+sp_cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
sp_cleanup.correct_indentation=true
sp_cleanup.format_source_code=true
-sp_cleanup.format_source_code_changes_only=false
+sp_cleanup.format_source_code_changes_only=true
+sp_cleanup.insert_inferred_type_arguments=false
+sp_cleanup.lazy_logical_operator=false
sp_cleanup.make_local_variable_final=false
sp_cleanup.make_parameters_final=false
sp_cleanup.make_private_fields_final=true
sp_cleanup.make_type_abstract_if_missing_method=false
sp_cleanup.make_variable_declarations_final=false
+sp_cleanup.merge_conditional_blocks=false
sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true
+sp_cleanup.number_suffix=false
sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true
+sp_cleanup.push_down_negation=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
sp_cleanup.remove_private_constructors=true
-sp_cleanup.remove_trailing_whitespaces=false
+sp_cleanup.remove_redundant_modifiers=false
+sp_cleanup.remove_redundant_semicolons=false
+sp_cleanup.remove_redundant_type_arguments=false
+sp_cleanup.remove_trailing_whitespaces=true
sp_cleanup.remove_trailing_whitespaces_all=true
sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
+sp_cleanup.remove_unnecessary_array_creation=false
sp_cleanup.remove_unnecessary_casts=true
sp_cleanup.remove_unnecessary_nls_tags=true
sp_cleanup.remove_unused_imports=true
@@ -98,12 +109,19 @@ sp_cleanup.remove_unused_private_fields=true
sp_cleanup.remove_unused_private_members=true
sp_cleanup.remove_unused_private_methods=true
sp_cleanup.remove_unused_private_types=true
+sp_cleanup.simplify_lambda_expression_and_method_ref=false
sp_cleanup.sort_members=false
sp_cleanup.sort_members_all=false
+sp_cleanup.use_anonymous_class_creation=false
+sp_cleanup.use_autoboxing=false
sp_cleanup.use_blocks=false
sp_cleanup.use_blocks_only_for_return_and_throw=false
+sp_cleanup.use_directly_map_method=false
+sp_cleanup.use_lambda=false
sp_cleanup.use_parentheses_in_expressions=false
sp_cleanup.use_this_for_non_static_field_access=false
sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
sp_cleanup.use_this_for_non_static_method_access=false
sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
+sp_cleanup.use_unboxing=false
+sp_cleanup.use_var=false

Back to the top