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 11661 - Memory leak in form editor
Summary: Memory leak in form editor
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Tomas Pavek
URL:
Keywords: PERFORMANCE
: 13381 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-04-23 14:41 UTC by Petr Nejedly
Modified: 2003-06-30 18:26 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 Petr Nejedly 2001-04-23 14:41:28 UTC
After every modification to a form (like changing a property of a component)
results in having a new copy of the form structure in memory, which is never
freed.
e.g. if I have a form that contains just one JLabel, every modification to the
label's text means another instance of JLabel on the heap and never freed.
Comment 1 Tomas Pavek 2001-04-24 17:05:41 UTC
Fixed in dev.
Comment 2 Tomas Pavek 2001-04-25 10:36:10 UTC
Fixed also in release32.
I've fixed only one particular case where the memory leak occured, but a 
general fix is still required...
Comment 3 Tomas Pavek 2001-04-27 08:41:55 UTC
As the by far most probable case was fixed, I'm lowering the priority...
Comment 4 Jan Chalupa 2001-05-05 22:16:24 UTC
Target milestone -> 3.3
Comment 5 Tomas Pavek 2001-05-25 14:25:13 UTC
This should be fixed properly now; in dev trunk.
Comment 6 Marian Mirilovic 2001-06-04 10:07:14 UTC
Petr, could you verified this bug, please ? Thank you.
Comment 7 Petr Nejedly 2001-06-04 13:44:44 UTC
Looks OK now
Comment 8 Tomas Pavek 2001-07-09 14:58:42 UTC
*** Issue 13381 has been marked as a duplicate of this issue. ***
Comment 9 Quality Engineering 2003-06-30 18:26:57 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.