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 48156 - ObjectArrayPanel2 retains memory
Summary: ObjectArrayPanel2 retains memory
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC All
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-08-30 13:26 UTC by _ rkubacki
Modified: 2007-09-26 09:14 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 2004-08-30 13:26:19 UTC
ResourceBundle held by
org.netbeans.modules.java.ui.nodes.editors.ObjectArrayPanel2.bundle
can not be GCed. It is 10.5kB of memory. Of course
the code is copied from
org.openide.explorer.propertysheet.editors.ObjectArrayPanel2
that suffer from the same bug.
Comment 1 Jan Becicka 2007-09-19 17:15:16 UTC
ObjectArrayPanel2 was deleted.