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 24265 - Class (*.class) containing '$' char is not displayed correctly in the object browser.
Summary: Class (*.class) containing '$' char is not displayed correctly in the object...
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-30 23:39 UTC by alesak
Modified: 2002-09-06 12:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
objectbrowser sample shown error (8.35 KB, image/gif)
2002-05-30 23:44 UTC, alesak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alesak 2002-05-30 23:39:45 UTC
Class (*.class) containing '$' char is not
displayed correctly  in object browser. Source
file from same class (*.java) are displayed OK. I
don't know if it is OK when name of the class
contain '$' char, which is primary used for
internal classes.
However compiler is compiling it correctly.
Comment 1 alesak 2002-05-30 23:44:55 UTC
Created attachment 6017 [details]
objectbrowser sample shown error
Comment 2 Marek Grummich 2002-07-22 11:12:28 UTC
Set target milestone to TBD
Comment 3 Antonin Nebuzelsky 2002-09-06 12:40:17 UTC
According to the Java Language Specification the class name
(identifier) is a sequence of Java letters and Java digits. The
character '$' is not allowed in class names. And as you say it is used
for inner classes. Closing as invalid.