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 79588 - Avoid static refrences to images
Summary: Avoid static refrences to images
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2006-07-03 14:11 UTC by _ rkubacki
Modified: 2007-01-03 09:44 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 _ rkubacki 2006-07-03 14:11:34 UTC
ContentPanel contains a lot of 'protected static final ImageIcon' members. This
means that even if the welcome page is closed the memory occupied by these
objects cannot be reclaimed (it is unlikely that the class will be unloaded).
Comment 1 Stanislav Aubrecht 2006-09-13 11:05:40 UTC
already fixed as part of fix for issue #75407
Comment 2 Petr Chytil 2007-01-03 09:44:41 UTC
verified in CVS.