Bug 130888 - [clean up] remove unnecessary modifiers (public static final abstract)
Summary: [clean up] remove unnecessary modifiers (public static final abstract)
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement with 6 votes (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
: 248563 267335 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-03-08 06:36 EST by Markus Keller CLA
Modified: 2015-03-13 05:25 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***