This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 45613 - missing methods from override-methods dialog
Summary: missing methods from override-methods dialog
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-27 09:41 UTC by _ leonchiver
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ leonchiver 2004-06-27 09:41:31 UTC
netbeans-latest trunk build (040625)

define:

interface Stuff1 {
 void doStuff1();
}

interface Stuff2 extends Stuff1 {
 void doStuff2();
}

class Stuff3 implements Stuff2 {
}

call the override-methods dialog inside of Stuff3.
doStuff2 appears in the method list, but doStuff1
misses.
Comment 1 Daniel Prusa 2004-06-28 17:06:51 UTC
Fixed.
/cvs/java/src/org/netbeans/modules/java/tools/InheritanceSupport2.java
revision 1.5
Comment 2 Jiri Prox 2005-07-11 11:09:51 UTC
Verified in 4.2 (200507061800)
Comment 3 Quality Engineering 2007-09-20 12:10:47 UTC
Reorganization of java component