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 8040

Summary: Constructor in inner classes have class name mangled into their names
Product: java Reporter: Svata Dedic <sdedic>
Component: UnsupportedAssignee: issues@java <issues>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Svata Dedic 2000-10-26 17:02:47 UTC
ConstructorElement.getName() for a constructor of an inner class returns
identifiers such "OuterClassName$InnerName". It does not look too good in the
Explorer.
Second, the clazz module displays anonymous classes as 1, ..., n. underneath the
main class node. It would be wise to filter them out - java module does not
display local classes, and OpenAPI users might receive unexpected results.
Comment 1 Jan Becicka 2001-02-22 10:54:27 UTC
[010221_2] Verified
Comment 2 Quality Engineering 2003-06-30 16:43:55 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.