Ignore:
Timestamp:
2016-06-15T14:46:51+02:00 (9 years ago)
Author:
donvip
Message:

fix #josm12958 - update to JOSM 10282 + fix mapmode dynamics + add javadocs, fix warnings

Location:
applications/editors/josm/plugins/editgpx/.settings
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/editgpx/.settings/org.eclipse.jdt.core.prefs

    r30736 r32263  
    8181org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
    8282org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
     83org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore
    8384org.eclipse.jdt.core.compiler.problem.unusedImport=warning
    8485org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
  • applications/editors/josm/plugins/editgpx/.settings/org.eclipse.jdt.ui.prefs

    r23659 r32263  
    1 #Sat Oct 16 19:07:29 CEST 2010
    21cleanup.add_default_serial_version_id=true
    32cleanup.add_generated_serial_version_id=false
     
    6261sp_cleanup.add_missing_methods=false
    6362sp_cleanup.add_missing_nls_tags=false
    64 sp_cleanup.add_missing_override_annotations=false
     63sp_cleanup.add_missing_override_annotations=true
     64sp_cleanup.add_missing_override_annotations_interface_methods=true
    6565sp_cleanup.add_serial_version_id=false
    6666sp_cleanup.always_use_blocks=true
     
    6868sp_cleanup.always_use_this_for_non_static_field_access=false
    6969sp_cleanup.always_use_this_for_non_static_method_access=false
     70sp_cleanup.convert_functional_interfaces=false
    7071sp_cleanup.convert_to_enhanced_for_loop=false
    7172sp_cleanup.correct_indentation=true
    7273sp_cleanup.format_source_code=false
    7374sp_cleanup.format_source_code_changes_only=false
     75sp_cleanup.insert_inferred_type_arguments=false
    7476sp_cleanup.make_local_variable_final=false
    7577sp_cleanup.make_parameters_final=false
     
    8789sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
    8890sp_cleanup.remove_private_constructors=true
     91sp_cleanup.remove_redundant_type_arguments=false
    8992sp_cleanup.remove_trailing_whitespaces=true
    9093sp_cleanup.remove_trailing_whitespaces_all=true
     
    100103sp_cleanup.sort_members=false
    101104sp_cleanup.sort_members_all=false
     105sp_cleanup.use_anonymous_class_creation=false
    102106sp_cleanup.use_blocks=false
    103107sp_cleanup.use_blocks_only_for_return_and_throw=false
     108sp_cleanup.use_lambda=false
    104109sp_cleanup.use_parentheses_in_expressions=false
    105110sp_cleanup.use_this_for_non_static_field_access=false
     
    107112sp_cleanup.use_this_for_non_static_method_access=false
    108113sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
     114sp_cleanup.use_type_arguments=false
Note: See TracChangeset for help on using the changeset viewer.