Changeset 32263 in osm for applications/editors/josm/plugins/editgpx/.settings
- Timestamp:
- 2016-06-15T14:46:51+02:00 (9 years ago)
- 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 81 81 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled 82 82 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled 83 org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore 83 84 org.eclipse.jdt.core.compiler.problem.unusedImport=warning 84 85 org.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 20102 1 cleanup.add_default_serial_version_id=true 3 2 cleanup.add_generated_serial_version_id=false … … 62 61 sp_cleanup.add_missing_methods=false 63 62 sp_cleanup.add_missing_nls_tags=false 64 sp_cleanup.add_missing_override_annotations=false 63 sp_cleanup.add_missing_override_annotations=true 64 sp_cleanup.add_missing_override_annotations_interface_methods=true 65 65 sp_cleanup.add_serial_version_id=false 66 66 sp_cleanup.always_use_blocks=true … … 68 68 sp_cleanup.always_use_this_for_non_static_field_access=false 69 69 sp_cleanup.always_use_this_for_non_static_method_access=false 70 sp_cleanup.convert_functional_interfaces=false 70 71 sp_cleanup.convert_to_enhanced_for_loop=false 71 72 sp_cleanup.correct_indentation=true 72 73 sp_cleanup.format_source_code=false 73 74 sp_cleanup.format_source_code_changes_only=false 75 sp_cleanup.insert_inferred_type_arguments=false 74 76 sp_cleanup.make_local_variable_final=false 75 77 sp_cleanup.make_parameters_final=false … … 87 89 sp_cleanup.qualify_static_method_accesses_with_declaring_class=false 88 90 sp_cleanup.remove_private_constructors=true 91 sp_cleanup.remove_redundant_type_arguments=false 89 92 sp_cleanup.remove_trailing_whitespaces=true 90 93 sp_cleanup.remove_trailing_whitespaces_all=true … … 100 103 sp_cleanup.sort_members=false 101 104 sp_cleanup.sort_members_all=false 105 sp_cleanup.use_anonymous_class_creation=false 102 106 sp_cleanup.use_blocks=false 103 107 sp_cleanup.use_blocks_only_for_return_and_throw=false 108 sp_cleanup.use_lambda=false 104 109 sp_cleanup.use_parentheses_in_expressions=false 105 110 sp_cleanup.use_this_for_non_static_field_access=false … … 107 112 sp_cleanup.use_this_for_non_static_method_access=false 108 113 sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true 114 sp_cleanup.use_type_arguments=false
Note:
See TracChangeset
for help on using the changeset viewer.