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 44485 - Override/Implement dialog does not show interface methods when "Show Abstract Methods Only" checked
Summary: Override/Implement dialog does not show interface methods when "Show Abstract...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-07 21:04 UTC by Jesse Glick
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 Jesse Glick 2004-06-07 21:04:16 UTC
040606. I have an empty class (just a constructor)
and I make it implement an interface in another
module (which I have imported). No synchronize
dialog popped up, and there was no such menu item
in Tools, so I chose Override Methods.

All methods are displayed - those from Object, and
the interface methods. But if I click Show
Abstract Methods Only, they all disappear. The
interface methods should of course remain.

BTW the actual text of the interface does not use
the explicit "abstract" modified; just looks like

public interface X {
    void y();
    int z();
    // etc.
}
Comment 1 Jan Lahoda 2004-06-08 09:22:34 UTC
I believe that this functionality is provided by the java module.
Reassign back if I am wrong.
Comment 2 Martin Matula 2004-06-20 12:38:30 UTC
Fixed some time ago.