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 15575 - Too much info about unused TopComponent's saved in settings
Summary: Too much info about unused TopComponent's saved in settings
Status: CLOSED DUPLICATE of bug 15416
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-17 22:38 UTC by Jesse Glick
Modified: 2008-12-23 09:31 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 2001-09-17 22:38:02 UTC
[dev sep 12] The window system is out of control saving components for
TopComponent's which are not open, and have not been open in a long
time. I see under ~/nbdev/system/windows/components/ 3.7Kb settings
files for *every Java source* I have ever opened as well as other
components (about 285 total)! Clearly this information is worthless
and it is cluttering up my system directory. I would personally vote
to never keep information about closed TCs at all, at least never on
disk ~ after an IDE restart.
Comment 1 David Simonek 2001-09-19 10:40:38 UTC
Unfortunately, other people wants their closed top components to be
serialized, so that for example component palette is reopened with
same properties like bounds etc.
Clearly, there's a need to differentiate between "static" and
"dynamic" types of top components. I'm trying to do so with
isPersistent() now for persistence.

*** This issue has been marked as a duplicate of 15416 ***
Comment 2 Quality Engineering 2003-07-01 16:06:08 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 3 Quality Engineering 2003-07-01 16:50:38 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.