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 58020 - Override methods doesn't work in anonymous classes in form classes
Summary: Override methods doesn't work in anonymous classes in form classes
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-19 08:34 UTC by ehucka
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 ehucka 2005-04-19 08:34:39 UTC
Override methods dialog invoked in inner class from a form class doesn't contain
methods for the inner class but for the form class.
Comment 1 Tomas Hurka 2005-04-19 09:21:26 UTC
Inner classes works fine. Anonymous classes do not work. This is similar to #49212.
Comment 2 Tomas Hurka 2005-04-19 09:37:38 UTC
Fixed in trunk.
Checking in org/netbeans/modules/java/tools/OverrideAction.java;
/cvs/java/src/org/netbeans/modules/java/tools/OverrideAction.java,v  <--  OverrideAction.java
new revision: 1.27; previous revision: 1.26
done
Comment 3 ehucka 2005-07-12 10:22:46 UTC
verified
Comment 4 Quality Engineering 2007-09-20 12:50:59 UTC
Reorganization of java component