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 121355 - exception when library descriptor's name contains space
Summary: exception when library descriptor's name contains space
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: rmichalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-07 11:13 UTC by simonk
Modified: 2008-06-13 15:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Info error from messages.log (2.50 KB, text/plain)
2007-11-07 11:15 UTC, simonk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description simonk 2007-11-07 11:13:19 UTC
I tried to make a library for a netbeans module. The used library name contained spaces, the action kept on going. No
warning was given to the user.
Checking the logfile, it came up with an info error. After changing the name, the library creation succeeded.
Comment 1 simonk 2007-11-07 11:15:39 UTC
Created attachment 52648 [details]
Info error from messages.log
Comment 2 Petr Chytil 2008-04-11 10:29:11 UTC
reassigning to apisupport
Comment 3 Tomas Danek 2008-04-11 10:42:35 UTC
->templates. reproducible in rc1. 
Comment 4 Jesse Glick 2008-04-11 14:43:32 UTC
Generally the name should not contain spaces or any special characters; you can put whatever you like in the display
name. Probably the wizard just needs to be improved to reject any attempt to use a weird code name.
Comment 5 rmichalsky 2008-06-13 14:33:46 UTC
Fixed. 
changeset 83699	90a6c310f052 in core-main
Comment 6 Jesse Glick 2008-06-13 15:31:51 UTC
Thanks! BTW please remember to set a target milestone when resolving an issue as FIXED.