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 123972 - "Rename" works wrong with external folders
Summary: "Rename" works wrong with external folders
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-13 17:33 UTC by dnikitin
Modified: 2008-01-29 11: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 dnikitin 2007-12-13 17:33:05 UTC
Product Version: NetBeans IDE Dev (Build 200712130000)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Linux version 2.6.20-16-generic running on i386; UTF-8; en_US (nb)
-------------------------------------
to reproduce:
1) create project and add Existing Items From Folder
==> folder was added to the project
2) rename this folder (e.g. "src" --> "src_edit")
3) rename this folder again to return original name ("src_edit" --> "src")
==> src_edit is not renamed to src. it's still has name src_edit.
N.B. When I see properties of src_edit it has the correct name -- src
Comment 1 Thomas Preisler 2008-01-28 05:21:20 UTC
was fixed as part of 105014
Comment 2 dnikitin 2008-01-29 11:38:13 UTC
Verified in NetBeans IDE Dev (Build 200801290002)