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 28068

Summary: [Override Methods] does not recognize all methods
Product: java Reporter: Jan Becicka <jbecicka>
Component: UnsupportedAssignee: issues@java <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: -S1S-   
Hardware: PC   
OS: Windows ME/2000   
URL: http://www.netbeans.org/unbranded-source/browse/~checkout~/java/test/qa-functional/src/org/netbeans/test/java/gui/overridemethods/data/TestFile.java?rev=1.1&content-type=text/plain
Issue Type: DEFECT Exception Reporter:

Description Jan Becicka 2002-10-17 09:23:34 UTC
[200210160100], W2k, JDK 1.4.1
Invoke Override Tool on a class in the URL 
field.
Select interface MenuObserver -> the list of 
available methods is empty.
This feature works fine until src.zip is 
mounted.
Comment 1 Svata Dedic 2003-01-14 11:42:13 UTC
Fixed in dev trunk:

/cvs/java/src/org/netbeans/modules/java/tools/InheritanceSupport.java,v
 <--  InheritanceSupport.java
new revision: 1.16; previous revision: 1.15
Comment 2 Jan Becicka 2003-01-21 12:19:46 UTC
VERIFIED