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 101184

Summary: "C/C++ Project From Existing Code" projects are renamed very long time
Product: cnd Reporter: soldatov <soldatov>
Component: ProjectAssignee: Thomas Preisler <thp>
Status: CLOSED WORKSFORME    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2007-04-16 16:37:45 UTC
Steps:
- Untar clucene-0.9.10.tar file into /export/projects/clucene-0.9.10 directory
- Create "C/C++ Project From Existing Code" project in
/export/projects/clucene-0.9.10 directory also
- Select project in project tab and call context menu. Select 'Rename Project'
menu item
- Select "Also Rename Project Folder" checkbox
- Type any new name in 'Project Name' text field
- Press 'Rename' button
==> Project are renamed very long time
Comment 1 Thomas Preisler 2007-04-18 20:46:53 UTC
I tried with a pretty big project and it does rename it rather quickly after the
latest performance changes. If you select 'Also Rename Project Folder' it will
actually close the project, move the project, and then open it at the new
location. If it is a big project, it will take some time.

All this is handled by the project infrastructure in NetBeans and CND doesn't
really has any control over this. Please try again and evaluate if it takes
significantly longer than jopening the project the first time.