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 - Constructor in inner classes have class name mangled into their names
Summary: Constructor in inner classes have class name mangled into their names
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-10-26 17:02 UTC by Svata Dedic
Modified: 2003-06-30 16:43 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 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.