Ignore:
Timestamp:
2016-09-03T17:01:47+02:00 (8 years ago)
Author:
donvip
Message:

fix some error-prone warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/lakewalker/.settings/org.eclipse.jdt.ui.prefs

    r19624 r32912  
    1 #Sun Jan 24 21:18:20 CET 2010
    21eclipse.preferences.version=1
    32editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
     
    98sp_cleanup.add_missing_nls_tags=false
    109sp_cleanup.add_missing_override_annotations=true
     10sp_cleanup.add_missing_override_annotations_interface_methods=true
    1111sp_cleanup.add_serial_version_id=false
    1212sp_cleanup.always_use_blocks=true
     
    1414sp_cleanup.always_use_this_for_non_static_field_access=false
    1515sp_cleanup.always_use_this_for_non_static_method_access=false
     16sp_cleanup.convert_functional_interfaces=false
    1617sp_cleanup.convert_to_enhanced_for_loop=false
    1718sp_cleanup.correct_indentation=false
    1819sp_cleanup.format_source_code=false
    1920sp_cleanup.format_source_code_changes_only=false
     21sp_cleanup.insert_inferred_type_arguments=false
    2022sp_cleanup.make_local_variable_final=false
    2123sp_cleanup.make_parameters_final=false
     
    3335sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
    3436sp_cleanup.remove_private_constructors=true
     37sp_cleanup.remove_redundant_type_arguments=true
    3538sp_cleanup.remove_trailing_whitespaces=true
    3639sp_cleanup.remove_trailing_whitespaces_all=true
     
    3841sp_cleanup.remove_unnecessary_casts=true
    3942sp_cleanup.remove_unnecessary_nls_tags=false
    40 sp_cleanup.remove_unused_imports=false
     43sp_cleanup.remove_unused_imports=true
    4144sp_cleanup.remove_unused_local_variables=false
    4245sp_cleanup.remove_unused_private_fields=true
     
    4649sp_cleanup.sort_members=false
    4750sp_cleanup.sort_members_all=false
     51sp_cleanup.use_anonymous_class_creation=false
    4852sp_cleanup.use_blocks=false
    4953sp_cleanup.use_blocks_only_for_return_and_throw=false
     54sp_cleanup.use_lambda=false
    5055sp_cleanup.use_parentheses_in_expressions=false
    5156sp_cleanup.use_this_for_non_static_field_access=false
Note: See TracChangeset for help on using the changeset viewer.