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 89858 - Generated Classes and package names with uppercase characters
Summary: Generated Classes and package names with uppercase characters
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-22 14:14 UTC by brushmore
Modified: 2007-09-26 09:14 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 brushmore 2006-11-22 14:14:13 UTC
If a package name has an uppercase character in it and a class is generated by
the IDE, the uppercase character is ignored in the genrated code. (Yes, I know
that uppercase in package names is against most conventions!)

Example:

Package name is com.sun.camelCase

the code generated by creating a new class will be:
package com.sun.camelcase;
Comment 1 ehucka 2006-11-27 12:12:58 UTC
reassigned to java
Comment 2 Jiri Prox 2006-11-27 13:09:06 UTC
Cannot reproduce. I've created several classes form new file wizazrd and the
case was ok. Can you provide exact steps to reproduce, please?  What build of
5.5 do you use?
Comment 3 Jiri Prox 2006-12-01 14:39:53 UTC
Closing as invalid after discusion with reporter. 
Comment 4 Quality Engineering 2007-09-20 09:42:31 UTC
Reorganization of java component