summaryrefslogtreecommitdiffstats
path: root/ide/eclipse/Eclipse-4.3-Setting.txt
blob: 35ad942ae101f462b82e06206fcc646e06ff4cf3 (plain)
1
2
3
4
5
6
7
8
9
- Change non static accesses to static members using declaring type
- Change indirect accesses to static members to direct accesses (accesses through subtypes)
- 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