Bug 118034 - Add compiler options to find redundant or missing "final"s for variables/parameters
Summary: Add compiler options to find redundant or missing "final"s for variables/para...
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-25 06:37 EST by Thomas Singer CLA
Modified: 2005-11-25 08:33 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Singer CLA 2005-11-25 06:37:29 EST
Some coding standards suggest to make variables or parameters as final as possible, others don't. Please provide options to mark them in the editor (including a quickfix to add/remove the "final").