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 7581 - Problem with override methods on inner classes
Summary: Problem with override methods on inner classes
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC All
: P4 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-09-05 11:30 UTC by Petr Slegr
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 Petr Slegr 2000-09-05 11:30:53 UTC
Select Override methods on inner class node. (Inner class is declared without
extends/implements clause.)

Then the inherited class list is empty, although there should be Object,
however.
Comment 1 Petr Slegr 2000-09-05 11:39:59 UTC
[1089], [dev-23]
Comment 2 Svata Dedic 2000-09-22 14:11:59 UTC
The Object should be definitely present in the superclass list whether it is
explicitly declared or not. If it would be annoying for other users, I'll
provide a [default-off] option that will filter Object out of the list of
superclasses.
Comment 3 Jan Becicka 2000-10-09 13:01:59 UTC
[1118] Verified
Comment 4 Quality Engineering 2003-07-01 13:18:59 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.