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 83924 - Problem with source generation for classes with '$' in names
Summary: Problem with source generation for classes with '$' in names
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Synchronization (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-31 13:39 UTC by bugbridge
Modified: 2009-05-25 21:06 UTC (History)
1 user (show)

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 bugbridge 2006-08-31 13:39:11 UTC
Original submitter: sergeyp

Description:

steps to reproduce:
1. create class with name 'BUBLIC$CO'
  - BUBLIC.CO.java file created, should be BUBLIC&CO.java
  - only CO goes to class name in source
  - constructor is generated with return type:
  -----------------------------------------------------
  package pack;

  public class CO {
    public int BUBLIC$CO() {
        return 0;
    }
  }
  -----------------------------------------------------
Comment 1 Joanne Lau 2008-06-17 19:24:49 UTC
Still reproducible in 6.5