@@ -16,6 +16,7 @@ cleanup.convert_to_enhanced_for_loop=false
16
16
cleanup.correct_indentation =true
17
17
cleanup.format_source_code =true
18
18
cleanup.format_source_code_changes_only =false
19
+ cleanup.insert_inferred_type_arguments =false
19
20
cleanup.make_local_variable_final =true
20
21
cleanup.make_parameters_final =false
21
22
cleanup.make_private_fields_final =true
@@ -30,6 +31,7 @@ cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=tru
30
31
cleanup.qualify_static_member_accesses_with_declaring_class =true
31
32
cleanup.qualify_static_method_accesses_with_declaring_class =false
32
33
cleanup.remove_private_constructors =true
34
+ cleanup.remove_redundant_type_arguments =true
33
35
cleanup.remove_trailing_whitespaces =true
34
36
cleanup.remove_trailing_whitespaces_all =true
35
37
cleanup.remove_trailing_whitespaces_ignore_empty =false
@@ -52,7 +54,8 @@ cleanup.use_this_for_non_static_field_access=false
52
54
cleanup.use_this_for_non_static_field_access_only_if_necessary =true
53
55
cleanup.use_this_for_non_static_method_access =false
54
56
cleanup.use_this_for_non_static_method_access_only_if_necessary =true
55
- cleanup_profile =_nipa
57
+ cleanup.use_type_arguments =false
58
+ cleanup_profile =_' nipa'
56
59
cleanup_settings_version =2
57
60
eclipse.preferences.version =1
58
61
editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup =true
@@ -78,6 +81,7 @@ sp_cleanup.convert_to_enhanced_for_loop=false
78
81
sp_cleanup.correct_indentation =true
79
82
sp_cleanup.format_source_code =true
80
83
sp_cleanup.format_source_code_changes_only =false
84
+ sp_cleanup.insert_inferred_type_arguments =false
81
85
sp_cleanup.make_local_variable_final =true
82
86
sp_cleanup.make_parameters_final =false
83
87
sp_cleanup.make_private_fields_final =true
@@ -93,6 +97,7 @@ sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=
93
97
sp_cleanup.qualify_static_member_accesses_with_declaring_class =true
94
98
sp_cleanup.qualify_static_method_accesses_with_declaring_class =false
95
99
sp_cleanup.remove_private_constructors =true
100
+ sp_cleanup.remove_redundant_type_arguments =false
96
101
sp_cleanup.remove_trailing_whitespaces =true
97
102
sp_cleanup.remove_trailing_whitespaces_all =true
98
103
sp_cleanup.remove_trailing_whitespaces_ignore_empty =false
@@ -115,3 +120,4 @@ sp_cleanup.use_this_for_non_static_field_access=false
115
120
sp_cleanup.use_this_for_non_static_field_access_only_if_necessary =true
116
121
sp_cleanup.use_this_for_non_static_method_access =false
117
122
sp_cleanup.use_this_for_non_static_method_access_only_if_necessary =true
123
+ sp_cleanup.use_type_arguments =false
0 commit comments