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 11142 - Bug in Override Methods dialog
Summary: Bug in Override Methods dialog
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-06 14:34 UTC by Jan Becicka
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 Jan Becicka 2001-04-06 14:34:49 UTC
[Release32-22]
Let's have this class:
class A {
    public boolean equals(java.lang.Object obj) {
    }
}

Invoke Override methods dialog.
There is no method in selected methods list (equals should be there)

if class A is declared as 
class A extends Object {
.
}
Everything is OK
Comment 1 Svata Dedic 2001-04-06 18:44:42 UTC
Should be OK, the real bug was supporting objects didn't bother to collect 
methods from implicit Object superclass.

Fixed in dev & 3.2
Comment 2 Jan Becicka 2001-04-09 16:50:05 UTC
[release32-23] Verified
Comment 3 Jan Chalupa 2001-05-05 23:23:33 UTC
Target milestone -> 3.2
Comment 4 Quality Engineering 2003-07-01 13:14:57 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.