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 120856 - 'Move..." command replaces spaces by '_'
Summary: 'Move..." command replaces spaces by '_'
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-01 17:45 UTC by dnikitin
Modified: 2009-12-21 08:29 UTC (History)
1 user (show)

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 dnikitin 2007-11-01 17:45:39 UTC
Product Version: NetBeans IDE Dev (Build 200710310000)
Java: 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
System: Linux version 2.6.20-16-generic running on i386; UTF-8; en_US (nb)
----------------------------------------

0) create project which has spaces in its name (e.g. 'W E L C O M E')
1) right-click on the project node and select Move...
2) type name of a new directory where the project will be moved
==> project is moved to new location, but also project name was changed!
Now project name is 'W_E_L_C_O_M_E' rather than 'W E L C O M E'.
Comment 1 Thomas Preisler 2007-12-04 05:24:54 UTC
Java projects have the same problem and it looks like a bug in the project system:

notifyMoved(Project original, File originalPath, String nueName)

passes wrong value in nueName.
Comment 2 Quality Engineering 2009-12-21 06:31:47 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team
Comment 3 Quality Engineering 2009-12-21 08:29:27 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team