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 - Statically held icons in graph library
Summary: Statically held icons in graph library
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@platform
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2007-04-04 13:07 UTC by _ rkubacki
Modified: 2007-04-04 13:46 UTC (History)
1 user (show)

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 _ 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