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 131521 - Can not create a new project with the same name as a recently deleted project - without IDE restart
Summary: Can not create a new project with the same name as a recently deleted project...
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-29 15:55 UTC by _ wadechandler
Modified: 2008-04-01 01:59 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 _ wadechandler 2008-03-29 15:55:51 UTC
I had a project, and I messed up the codebase name. I decided I would delete the project and create it again. I didn't
use the IDE to delete the project, but instead just used my file browser. I then went to create it again in NB. This is
an NB module project. When I clicked finish the IDE gave an error message that the folder name of the project already
existed or was already in the MasterFileObject (or something similar), and then would not finish. It seems the IDE and
project support must keep file references in memory, and instead of checking the disk before giving the error it looked
in some cached information. Probably on a specific user action such as this the file system should be touched versus
relying on any cached information...if that is the case.
Comment 1 Jesse Glick 2008-04-01 01:59:53 UTC
Generally we do not support project deletion except via the Delete menu item in the IDE. If you do it yourself, an IDE
restart will in general be needed.