comparison mx/eclipse-settings/org.eclipse.jdt.ui.prefs @ 7531:3417a9177425

enabled format-on-save
author Doug Simon <doug.simon@oracle.com>
date Wed, 23 Jan 2013 16:39:56 +0100
parents 1d804095d410
children
comparison
equal deleted inserted replaced
7530:5e3d1a68664e 7531:3417a9177425
74 sp_cleanup.add_missing_annotations=false 74 sp_cleanup.add_missing_annotations=false
75 sp_cleanup.add_missing_deprecated_annotations=false 75 sp_cleanup.add_missing_deprecated_annotations=false
76 sp_cleanup.add_missing_methods=false 76 sp_cleanup.add_missing_methods=false
77 sp_cleanup.add_missing_nls_tags=false 77 sp_cleanup.add_missing_nls_tags=false
78 sp_cleanup.add_missing_override_annotations=false 78 sp_cleanup.add_missing_override_annotations=false
79 sp_cleanup.add_missing_override_annotations_interface_methods=false
79 sp_cleanup.add_serial_version_id=false 80 sp_cleanup.add_serial_version_id=false
80 sp_cleanup.always_use_blocks=false 81 sp_cleanup.always_use_blocks=false
81 sp_cleanup.always_use_parentheses_in_expressions=false 82 sp_cleanup.always_use_parentheses_in_expressions=false
82 sp_cleanup.always_use_this_for_non_static_field_access=false 83 sp_cleanup.always_use_this_for_non_static_field_access=false
83 sp_cleanup.always_use_this_for_non_static_method_access=false 84 sp_cleanup.always_use_this_for_non_static_method_access=false
84 sp_cleanup.convert_to_enhanced_for_loop=false 85 sp_cleanup.convert_to_enhanced_for_loop=false
85 sp_cleanup.correct_indentation=false 86 sp_cleanup.correct_indentation=false
86 sp_cleanup.format_source_code=false 87 sp_cleanup.format_source_code=true
87 sp_cleanup.format_source_code_changes_only=false 88 sp_cleanup.format_source_code_changes_only=false
88 sp_cleanup.make_local_variable_final=false 89 sp_cleanup.make_local_variable_final=false
89 sp_cleanup.make_parameters_final=false 90 sp_cleanup.make_parameters_final=false
90 sp_cleanup.make_private_fields_final=false 91 sp_cleanup.make_private_fields_final=false
92 sp_cleanup.make_type_abstract_if_missing_method=false
91 sp_cleanup.make_variable_declarations_final=false 93 sp_cleanup.make_variable_declarations_final=false
92 sp_cleanup.never_use_blocks=false 94 sp_cleanup.never_use_blocks=false
93 sp_cleanup.never_use_parentheses_in_expressions=false 95 sp_cleanup.never_use_parentheses_in_expressions=false
94 sp_cleanup.on_save_use_additional_actions=true 96 sp_cleanup.on_save_use_additional_actions=true
95 sp_cleanup.organize_imports=false 97 sp_cleanup.organize_imports=false