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 107556 - Check possible memory leak in WebForm#set(get)CssBoxForElement
Summary: Check possible memory leak in WebForm#set(get)CssBoxForElement
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2007-06-21 01:59 UTC by Peter Zavadsky
Modified: 2007-06-21 01:59 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Zavadsky 2007-06-21 01:59:30 UTC
The implementation of the methods WebForm#setCssBoxForElement and getCssBoxForElement links the elements to the
generated CssBox'es. 
That looks like a potential memory leak, probably now avoided thanks to garbaging the document when closing the component. 
Check that and revise the impl.