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

Summary: Problem with override methods on inner classes
Product: java Reporter: Petr Slegr <pslegr>
Component: UnsupportedAssignee: issues@java <issues>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.