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 159447 - Copy project: improve new project name verification procedure
Summary: Copy project: improve new project name verification procedure
Status: RESOLVED INVALID
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks: 162137
  Show dependency tree
 
Reported: 2009-03-02 15:46 UTC by alex_pst
Modified: 2013-04-17 09:38 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 alex_pst 2009-03-02 15:46:59 UTC
User can provide name for project wich is going to be copied with wrong symbols, for example "Hello  " or "Hello..". In
this case coping isn't cancelled, but partially copied and error message like "Cannot create folder src in folder
c:/MyDocuments/JAvaMEProjects/Hello   ." is shown. But folder "Hello" is created in new location.

Name should be verified before the copying procedure start.
Comment 1 David Strupl 2013-04-09 11:22:35 UTC
Assigning to the new owner of javame modules.
Comment 2 Roman Svitanic 2013-04-17 09:38:14 UTC
When bad name is specified, copy process won't start and warning is displayed (NetBeans 7.3).