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

Summary: Check possible memory leak in WebForm#set(get)CssBoxForElement
Product: obsolete Reporter: Peter Zavadsky <pzavadsky>
Component: visualwebAssignee: Peter Zavadsky <pzavadsky>
Status: NEW ---    
Severity: blocker Keywords: PERFORMANCE
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

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.