jgit/org.eclipse.jgit.pgm.test/.settings
Matthias Sohn c0ad77d84c Enhance Eclipse save actions
Add the following Eclipse save actions executed when saving modified
lines. This should help to reduce manual work needed to maintain a clean
and consistent code style:
- organize imports
- always use braces around blocks
- add missing annotations
  - @Override including implementation of interface methods
  - @Deprecated
- remove
  - unused imports
  - unnecessary $NON-NLS$ tags
  - redundant type arguments

Also add default values for new settings that were introduced in recent
Eclipse versions up to Neon since we updated save rules the last time.

Change-Id: Idc90b249df044d0552f04edf01a5f607c4846f50
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2017-08-28 11:52:45 -04:00
..
org.eclipse.core.resources.prefs Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
org.eclipse.core.runtime.prefs Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
org.eclipse.jdt.core.prefs Enable and fix warnings about redundant specification of type arguments 2017-02-20 22:47:23 +01:00
org.eclipse.jdt.ui.prefs Enhance Eclipse save actions 2017-08-28 11:52:45 -04:00
org.eclipse.mylyn.tasks.ui.prefs Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
org.eclipse.mylyn.team.ui.prefs Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
org.eclipse.pde.api.tools.prefs Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
org.eclipse.pde.core.prefs Harmonize the JDT settings within JGit 2012-11-16 10:25:45 -08:00