Bug 130888

Summary: [clean up] remove unnecessary modifiers (public static final abstract)
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: benno.baumgartner, channingwalton, cps, konrad_w, martinae
Version: 3.2Keywords: helpwanted
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Markus Keller CLA 2006-03-08 06:36:33 EST
I20060307-1315

We should also have a clean up that removes unnecessary 'final' modifiers (reverse of bug bug 123946). Removing 'final' cleans up code much more than adding it everywhere...
Comment 1 Martin Aeschlimann CLA 2006-03-08 10:55:46 EST
Makes the Ui a bit complicated. I wouldn't mind skipping this one.
Comment 2 Markus Keller CLA 2006-03-08 11:11:47 EST
> Makes the Ui a bit complicated. I wouldn't mind skipping this one.

Do we have to open a new chapter of the braces story? Abundant final modifiers for locals and parameters are unnecessary and verbose. We should not offer tools to introduce useless code and on the other hand not have the remedy to cure the disease.
Comment 3 Markus Keller CLA 2011-01-28 08:25:38 EST
This cleanup should allow to remove all unnecessary modifiers that are mentioned in bug 71627.
Comment 4 Markus Keller CLA 2011-01-28 08:25:53 EST
*** Bug 248563 has been marked as a duplicate of this bug. ***
Comment 5 Dani Megert CLA 2011-12-14 05:02:19 EST
*** Bug 267335 has been marked as a duplicate of this bug. ***