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 45260 - [Override Tool] override/implement method doesn't work like it should in inner classes
Summary: [Override Tool] override/implement method doesn't work like it should in inne...
Status: RESOLVED DUPLICATE of bug 47491
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-21 08:57 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-21 08:57:01 UTC
when i press CTRL+I inside an inner class I expect
to get a list of methods from this class which I
can override/implement. Instead I get the methods
of the outer class. Making this work properly
would seriously enhance usability (should work for
anonymous inner too)
Comment 1 Martin Roskanin 2004-06-24 12:24:41 UTC
this is the feature of java module...
reassigning...
Comment 2 Daniel Prusa 2004-07-20 15:46:56 UTC
The described problem occurs for anonymous inner classes only (at
least, I am not able to reproduce it for normal inner classes). There
is no regresion comparing to previous releases - the action is based
on source hierarchy that ignores anonymous inner classes.
->Downgrading priority to P3.
Comment 3 Martin Matula 2004-07-28 15:30:30 UTC
This will be fixed in some of the future releases (E/F).
Comment 4 Martin Matula 2004-08-20 13:52:41 UTC

*** This issue has been marked as a duplicate of 47491 ***