Bug 141874 - [extract interface] avoid generating redundant modifiers [refactoring]
Summary: [extract interface] avoid generating redundant modifiers [refactoring]
Status: RESOLVED DUPLICATE of bug 71627
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 250097 254801 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-05-15 16:10 EDT by Max Gilead CLA
Modified: 2009-03-06 05:36 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Gilead CLA 2006-05-15 16:10:38 EDT
'Extract superinterface' refactoring shouldn't generate redundant modifiers like 'public abstract' for fields and 'public static final' for fields (possibly others). They are usually marked as bad-style coding by code checkers.
Comment 1 Max Gilead CLA 2006-05-15 16:26:14 EDT
Oops, sorry, late-night bug reporting... :/ The description should be:

'Extract superinterface' refactoring shouldn't generate redundant modifiers
like 'public static final' for fields. They are usually marked as bad-style coding by code checkers.
Comment 2 Markus Keller CLA 2008-10-08 11:56:30 EDT
*** Bug 250097 has been marked as a duplicate of this bug. ***
Comment 3 Markus Keller CLA 2009-03-06 05:34:04 EST
*** Bug 254801 has been marked as a duplicate of this bug. ***
Comment 4 Markus Keller CLA 2009-03-06 05:36:10 EST

*** This bug has been marked as a duplicate of bug 71627 ***