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 197273

Summary: [70cat] Library sources not closed on project group switch
Product: projects Reporter: matthies <matthies>
Component: Generic Projects UIAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: normal CC: tzezula
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description matthies 2011-03-31 09:58:23 UTC
When switching project groups, library sources of the projects being closed remain open in the editor (unlike the project sources), although the project group being switched to doesn't have references to those libraries.
Comment 1 Tomas Zezula 2011-03-31 12:51:45 UTC
Not language specific, handled by generic projectui module ProjectUtilities.OpenCloseProjectDocument.doClose
Comment 2 Tomas Zezula 2011-03-31 12:56:10 UTC
The project close closes just project sources not sources opened by --open or sources of dependent artifacts. Probably enhancement or WONTFIX.
Comment 3 Jesse Glick 2011-04-04 19:46:01 UTC
Yes, only project sources are closed and reopened when projects themselves are closed and reopened.

*** This bug has been marked as a duplicate of bug 168578 ***