source: osm/applications/editors/josm/plugins/editgpx/.settings/org.eclipse.jdt.ui.prefs@ 30264

Last change on this file since 30264 was 23659, checked in by mgarbe, 14 years ago

'Changed constructor signature of plugin main class'

  • Property svn:mime-type set to text/plain
File size: 5.0 KB
Line 
1#Sat Oct 16 19:07:29 CEST 2010
2cleanup.add_default_serial_version_id=true
3cleanup.add_generated_serial_version_id=false
4cleanup.add_missing_annotations=true
5cleanup.add_missing_deprecated_annotations=true
6cleanup.add_missing_methods=false
7cleanup.add_missing_nls_tags=false
8cleanup.add_missing_override_annotations=true
9cleanup.add_serial_version_id=false
10cleanup.always_use_blocks=true
11cleanup.always_use_parentheses_in_expressions=false
12cleanup.always_use_this_for_non_static_field_access=false
13cleanup.always_use_this_for_non_static_method_access=false
14cleanup.convert_to_enhanced_for_loop=false
15cleanup.correct_indentation=false
16cleanup.format_source_code=false
17cleanup.format_source_code_changes_only=false
18cleanup.make_local_variable_final=true
19cleanup.make_parameters_final=false
20cleanup.make_private_fields_final=true
21cleanup.make_type_abstract_if_missing_method=false
22cleanup.make_variable_declarations_final=false
23cleanup.never_use_blocks=false
24cleanup.never_use_parentheses_in_expressions=true
25cleanup.organize_imports=false
26cleanup.qualify_static_field_accesses_with_declaring_class=false
27cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
28cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
29cleanup.qualify_static_member_accesses_with_declaring_class=true
30cleanup.qualify_static_method_accesses_with_declaring_class=false
31cleanup.remove_private_constructors=true
32cleanup.remove_trailing_whitespaces=false
33cleanup.remove_trailing_whitespaces_all=true
34cleanup.remove_trailing_whitespaces_ignore_empty=false
35cleanup.remove_unnecessary_casts=true
36cleanup.remove_unnecessary_nls_tags=true
37cleanup.remove_unused_imports=true
38cleanup.remove_unused_local_variables=false
39cleanup.remove_unused_private_fields=true
40cleanup.remove_unused_private_members=false
41cleanup.remove_unused_private_methods=true
42cleanup.remove_unused_private_types=true
43cleanup.sort_members=false
44cleanup.sort_members_all=false
45cleanup.use_blocks=false
46cleanup.use_blocks_only_for_return_and_throw=false
47cleanup.use_parentheses_in_expressions=false
48cleanup.use_this_for_non_static_field_access=false
49cleanup.use_this_for_non_static_field_access_only_if_necessary=true
50cleanup.use_this_for_non_static_method_access=false
51cleanup.use_this_for_non_static_method_access_only_if_necessary=true
52cleanup_profile=org.eclipse.jdt.ui.default.eclipse_clean_up_profile
53cleanup_settings_version=2
54eclipse.preferences.version=1
55editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
56formatter_profile=_Eclipse [built-in] + spaces for indent
57formatter_settings_version=11
58sp_cleanup.add_default_serial_version_id=true
59sp_cleanup.add_generated_serial_version_id=false
60sp_cleanup.add_missing_annotations=true
61sp_cleanup.add_missing_deprecated_annotations=true
62sp_cleanup.add_missing_methods=false
63sp_cleanup.add_missing_nls_tags=false
64sp_cleanup.add_missing_override_annotations=false
65sp_cleanup.add_serial_version_id=false
66sp_cleanup.always_use_blocks=true
67sp_cleanup.always_use_parentheses_in_expressions=false
68sp_cleanup.always_use_this_for_non_static_field_access=false
69sp_cleanup.always_use_this_for_non_static_method_access=false
70sp_cleanup.convert_to_enhanced_for_loop=false
71sp_cleanup.correct_indentation=true
72sp_cleanup.format_source_code=false
73sp_cleanup.format_source_code_changes_only=false
74sp_cleanup.make_local_variable_final=false
75sp_cleanup.make_parameters_final=false
76sp_cleanup.make_private_fields_final=true
77sp_cleanup.make_type_abstract_if_missing_method=false
78sp_cleanup.make_variable_declarations_final=false
79sp_cleanup.never_use_blocks=false
80sp_cleanup.never_use_parentheses_in_expressions=true
81sp_cleanup.on_save_use_additional_actions=true
82sp_cleanup.organize_imports=true
83sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
84sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
85sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
86sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
87sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
88sp_cleanup.remove_private_constructors=true
89sp_cleanup.remove_trailing_whitespaces=true
90sp_cleanup.remove_trailing_whitespaces_all=true
91sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
92sp_cleanup.remove_unnecessary_casts=true
93sp_cleanup.remove_unnecessary_nls_tags=false
94sp_cleanup.remove_unused_imports=false
95sp_cleanup.remove_unused_local_variables=false
96sp_cleanup.remove_unused_private_fields=true
97sp_cleanup.remove_unused_private_members=false
98sp_cleanup.remove_unused_private_methods=true
99sp_cleanup.remove_unused_private_types=true
100sp_cleanup.sort_members=false
101sp_cleanup.sort_members_all=false
102sp_cleanup.use_blocks=false
103sp_cleanup.use_blocks_only_for_return_and_throw=false
104sp_cleanup.use_parentheses_in_expressions=false
105sp_cleanup.use_this_for_non_static_field_access=false
106sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
107sp_cleanup.use_this_for_non_static_method_access=false
108sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
Note: See TracBrowser for help on using the repository browser.