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 87552 - Programmatic calls to open/close projects do not manipulate open file list
Summary: Programmatic calls to open/close projects do not manipulate open file list
Status: RESOLVED DUPLICATE of bug 59041
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks: 44319 50683
  Show dependency tree
 
Reported: 2006-10-19 17:51 UTC by Jesse Glick
Modified: 2006-10-23 16:40 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 Jesse Glick 2006-10-19 17:51:35 UTC
I was sure this was filed already, but I just cannot find it in Issuezilla after
quite a while looking.

If you call OpenProjects.getDefault().open/close(Project[]), files associated
with those projects should be opened or closed just as if you had opened or
closed the projects via the GUI. But in fact although open() reopens associated
files, close() does not save associated files. The call to
ProjectUtilities.closeAllDocuments in CloseProject should be moved to
OpenProjectList.close.
Comment 1 Jan Lahoda 2006-10-19 20:53:46 UTC
Issue #59041?
Comment 2 Jesse Glick 2006-10-19 21:56:38 UTC
That's it.

*** This issue has been marked as a duplicate of 59041 ***