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 42421 - Permit a Project to deregister itself from ProjectManager
Summary: Permit a Project to deregister itself from ProjectManager
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: API
: 54528 (view as bug list)
Depends on: 58866
Blocks: 42422 42738 43665
  Show dependency tree
 
Reported: 2004-04-24 00:51 UTC by Jesse Glick
Modified: 2005-09-05 10:10 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-04-24 00:51:54 UTC
A Project should have a way of signalling to the
PM that it is no longer valid and should be
removed from the dir -> project cache. Would e.g.
permit project deletion. Should probably be a
method in ProjectState, e.g. invalidate().
Comment 1 Jesse Glick 2004-06-15 13:17:34 UTC
Not for D.
Comment 2 Tomas Zezula 2005-02-23 17:59:04 UTC
*** Issue 54528 has been marked as a duplicate of this issue. ***
Comment 3 Jan Lahoda 2005-07-11 15:29:26 UTC
Fixed as part of issue #58866 (added method ProjectState.notifyDelete()). See
issue #58866 for integration log.