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 - "C/C++ Project From Existing Code" projects are renamed very long time
Summary: "C/C++ Project From Existing Code" projects are renamed very long time
Status: CLOSED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-16 16:37 UTC by soldatov
Modified: 2007-12-07 08:01 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 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.