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 72221 - [options panel] class name prefix is not checked if valid
Summary: [options panel] class name prefix is not checked if valid
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-03 14:42 UTC by Tomas Danek
Modified: 2006-02-22 11:54 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 Tomas Danek 2006-02-03 14:42:45 UTC
20060203 5.1

1)create module
2)create new options panel, enter e.g "12345" value into CNP field, finish
3)invalid class generated, name is not identifier.
Comment 1 rmatous 2006-02-21 17:49:00 UTC
Fixed in trunk:
/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/options/NewOptionsIterator.java,v
 new revision: 1.16; previous revision: 1.15

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/options/Bundle.properties,v
 new revision: 1.9; previous revision: 1.8
Comment 2 rmatous 2006-02-21 17:55:47 UTC
Fixed in 5.0u1
/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/options/NewOptionsIterator.java,v
 new revision: 1.12.2.3; previous revision: 1.12.2.2

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/options/Bundle.properties,v
 new revision: 1.7.2.2; previous revision: 1.7.2.1
Comment 3 Tomas Danek 2006-02-22 11:54:17 UTC
Verified in trunk && 50u1