Browse Source

Partially revert c0ad77d8 "Enhance Eclipse save actions"

Do not automatically organize imports using a save action since this
seems to be buggy and removed some annotations org.eclipse.jgit.pgm
needs to use args4j.

Change-Id: I5a91292c3b9241ce2dde3e4ecce14ad460097129
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-4.9
Matthias Sohn 7 years ago
parent
commit
41baa7a791
  1. 2
      org.eclipse.jgit.ant.test/.settings/org.eclipse.jdt.ui.prefs
  2. 2
      org.eclipse.jgit.ant/.settings/org.eclipse.jdt.ui.prefs
  3. 2
      org.eclipse.jgit.archive/.settings/org.eclipse.jdt.ui.prefs
  4. 2
      org.eclipse.jgit.http.apache/.settings/org.eclipse.jdt.ui.prefs
  5. 2
      org.eclipse.jgit.http.server/.settings/org.eclipse.jdt.ui.prefs
  6. 2
      org.eclipse.jgit.http.test/.settings/org.eclipse.jdt.ui.prefs
  7. 2
      org.eclipse.jgit.junit.http/.settings/org.eclipse.jdt.ui.prefs
  8. 2
      org.eclipse.jgit.junit/.settings/org.eclipse.jdt.ui.prefs
  9. 2
      org.eclipse.jgit.lfs.server.test/.settings/org.eclipse.jdt.ui.prefs
  10. 2
      org.eclipse.jgit.lfs.server/.settings/org.eclipse.jdt.ui.prefs
  11. 2
      org.eclipse.jgit.lfs.test/.settings/org.eclipse.jdt.ui.prefs
  12. 2
      org.eclipse.jgit.lfs/.settings/org.eclipse.jdt.ui.prefs
  13. 2
      org.eclipse.jgit.pgm.test/.settings/org.eclipse.jdt.ui.prefs
  14. 2
      org.eclipse.jgit.pgm/.settings/org.eclipse.jdt.ui.prefs
  15. 2
      org.eclipse.jgit.test/.settings/org.eclipse.jdt.ui.prefs
  16. 2
      org.eclipse.jgit.ui/.settings/org.eclipse.jdt.ui.prefs
  17. 2
      org.eclipse.jgit/.settings/org.eclipse.jdt.ui.prefs

2
org.eclipse.jgit.ant.test/.settings/org.eclipse.jdt.ui.prefs

@ -34,7 +34,7 @@ sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true

2
org.eclipse.jgit.ant/.settings/org.eclipse.jdt.ui.prefs

@ -34,7 +34,7 @@ sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true

2
org.eclipse.jgit.archive/.settings/org.eclipse.jdt.ui.prefs

@ -34,7 +34,7 @@ sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true

2
org.eclipse.jgit.http.apache/.settings/org.eclipse.jdt.ui.prefs

@ -34,7 +34,7 @@ sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true

2
org.eclipse.jgit.http.server/.settings/org.eclipse.jdt.ui.prefs

@ -34,7 +34,7 @@ sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true

2
org.eclipse.jgit.http.test/.settings/org.eclipse.jdt.ui.prefs

@ -34,7 +34,7 @@ sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true

2
org.eclipse.jgit.junit.http/.settings/org.eclipse.jdt.ui.prefs

@ -34,7 +34,7 @@ sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true

2
org.eclipse.jgit.junit/.settings/org.eclipse.jdt.ui.prefs

@ -34,7 +34,7 @@ sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true

2
org.eclipse.jgit.lfs.server.test/.settings/org.eclipse.jdt.ui.prefs

@ -34,7 +34,7 @@ sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true

2
org.eclipse.jgit.lfs.server/.settings/org.eclipse.jdt.ui.prefs

@ -34,7 +34,7 @@ sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true

2
org.eclipse.jgit.lfs.test/.settings/org.eclipse.jdt.ui.prefs

@ -34,7 +34,7 @@ sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true

2
org.eclipse.jgit.lfs/.settings/org.eclipse.jdt.ui.prefs

@ -34,7 +34,7 @@ sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true

2
org.eclipse.jgit.pgm.test/.settings/org.eclipse.jdt.ui.prefs

@ -34,7 +34,7 @@ sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true

2
org.eclipse.jgit.pgm/.settings/org.eclipse.jdt.ui.prefs

@ -34,7 +34,7 @@ sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true

2
org.eclipse.jgit.test/.settings/org.eclipse.jdt.ui.prefs

@ -34,7 +34,7 @@ sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true

2
org.eclipse.jgit.ui/.settings/org.eclipse.jdt.ui.prefs

@ -34,7 +34,7 @@ sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true

2
org.eclipse.jgit/.settings/org.eclipse.jdt.ui.prefs

@ -34,7 +34,7 @@ sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=true sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true

Loading…
Cancel
Save