Bug 84663 - [DCR] Redundant superinterface specification
Summary: [DCR] Redundant superinterface specification
Status: VERIFIED DUPLICATE of bug 77918
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.4 M4   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-08 05:44 EST by Philipe Mulet CLA
Modified: 2007-12-12 04:48 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2005-02-08 05:44:37 EST
Build 20050202

We should add an optional warning to flag redundant super interface
specification (when already implemented/extended by one of supertypes).

e.g.
abstract class X implements Runnable {}
abstract class Y extends X implements Runnable {} // redundant


We already have some code in place checking whether we have multiple invocation
of same generic type (with different type arguments).
Comment 1 Kent Johnson CLA 2005-03-08 10:51:59 EST

*** This bug has been marked as a duplicate of 77918 ***
Comment 2 David Audel CLA 2007-12-12 04:48:25 EST
Verified for 3.4M4 using build I20071210-1800.