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 99964

Summary: Statically held icons in graph library
Product: platform Reporter: _ rkubacki <rkubacki>
Component: GraphAssignee: issues@platform <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: issues
Priority: P4 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ rkubacki 2007-04-04 13:07:03 UTC
private static final Image IMAGE_EXPAND = Utilities.loadImage (...

in VMDNodeWidget or ScrollWidget should be avoided to allow reclaiming of
memory. Now the icon is loaded when class is initailized and has to be there
until the end of JVM lifecycle.
Comment 1 David Kaspar 2007-04-04 13:24:35 UTC
Fixed in main trunk.
Comment 2 _ rkubacki 2007-04-04 13:46:39 UTC
thanks