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 28931

Summary: Wizard do not offer methods to override
Product: java Reporter: Milan Kubec <mkubec>
Component: UnsupportedAssignee: Tomas Hurka <thurka>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Milan Kubec 2002-11-22 10:36:05 UTC
Wizard panel for inherited methods in NFT wizard
for classes doesn't show any methods to override.
Comment 1 Jan Becicka 2002-11-28 10:07:37 UTC
Override tool also doesn't work
Comment 2 Tomas Hurka 2002-12-06 13:19:41 UTC
This problem is caused by the fact that ClassElement.forName() does
not see JDK classes. Fixed in clazz module.
Comment 3 Tomas Hurka 2002-12-06 13:25:39 UTC
*** Issue 29086 has been marked as a duplicate of this issue. ***
Comment 4 Milan Kubec 2003-08-28 15:02:55 UTC
Verified.