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 210339 - The IDE does not prevent from creating modules (or module suites) with illegal names
Summary: The IDE does not prevent from creating modules (or module suites) with illega...
Status: RESOLVED DUPLICATE of bug 196740
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: All All
: P4 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-29 08:44 UTC by aldobrucale
Modified: 2012-04-10 10:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186431


Attachments
stacktrace (2.31 KB, text/plain)
2012-03-29 08:44 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2012-03-29 08:44:49 UTC
This bug was originally marked as duplicate of bug 175193, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201203280401)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b04
OS: Linux

Stacktrace: 
java.lang.IllegalArgumentException: *cannon\
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createFolderImpl(FolderObj.java:237)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$2.call(FolderObj.java:318)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$2.call(FolderObj.java:316)
   at org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.runAsInconsistent(FileBasedFileSystem.java:119)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createFolder(FolderObj.java:321)
   at org.openide.filesystems.FileUtil.createFolder(FileUtil.java:872)
Comment 1 aldobrucale 2012-03-29 08:44:54 UTC
Created attachment 117451 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-03-29 21:46:31 UTC
Probably belongs to API support.
Comment 3 aldobrucale 2012-04-10 10:18:23 UTC

*** This bug has been marked as a duplicate of bug 196740 ***