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 43860 - [Override Tool] Override and implement method does not contain all methods
Summary: [Override Tool] Override and implement method does not contain all methods
Status: RESOLVED FIXED
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:
: 44749 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-05-26 07:51 UTC by _ rkubacki
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 _ rkubacki 2004-05-26 07:51:09 UTC
trunk build from May 21, jdk1.4.2_04, Linux

create a new class and make it to extends
javax.swing.AbstractAction. Java synchronization
dialog correctly offers to implement
actionPerformed. Let's cancel this and try Ctrl-I
to implement this method. It is not in the list of
offered methods now.
Comment 1 Martin Matula 2004-07-26 15:56:38 UTC
Still reproducible - Dan please look at it.
Comment 2 Martin Matula 2004-07-26 16:12:17 UTC
*** Issue 44749 has been marked as a duplicate of this issue. ***
Comment 3 Daniel Prusa 2004-07-27 10:01:54 UTC
Fixed.
Checking in InheritanceSupport2.java;
/cvs/java/src/org/netbeans/modules/java/tools/InheritanceSupport2.java,v
 <--  InheritanceSupport2.java
new revision: 1.6; previous revision: 1.5