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

Summary: Permit a Project to deregister itself from ProjectManager
Product: projects Reporter: Jesse Glick <jglick>
Component: Generic InfrastructureAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker Keywords: API
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 58866    
Bug Blocks: 42422, 42738, 43665    

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.