diff options
author | Sven Gothel <[email protected]> | 2014-07-03 16:02:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-07-03 16:02:06 +0200 |
commit | c47bc86ae2ee268a1f38c5580d11f93d7f8d6e74 (patch) | |
tree | 689e9978f64a700b352d84ca7abf7db5c0eaf71f /ide/eclipse/Eclipse-4.3-Setting.txt | |
parent | 59c9c320bceb8e91bb4418aea7a1b10df68a38a4 (diff) |
Refine IDE/Eclipse Recommended Settings (commit 59c9c320bceb8e91bb4418aea7a1b10df68a38a4) - Removing 'Remove unused imports'
'Remove unused imports' even removed classes unknown to Eclipse,
i.e. if not added to classpath. This invasive behavior is not acceptable.
Diffstat (limited to 'ide/eclipse/Eclipse-4.3-Setting.txt')
-rw-r--r-- | ide/eclipse/Eclipse-4.3-Setting.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ide/eclipse/Eclipse-4.3-Setting.txt b/ide/eclipse/Eclipse-4.3-Setting.txt index 35ad942..8880833 100644 --- a/ide/eclipse/Eclipse-4.3-Setting.txt +++ b/ide/eclipse/Eclipse-4.3-Setting.txt @@ -3,7 +3,6 @@ - Add final modifier to private fields - Add final modifier to method parameters - Add final modifier to local variables -- Remove unused imports - Remove unnecessary casts - Remove unnecessary '$NON-NLS$' tags - Remove trailing white spaces on all lines |