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

Summary: ObjectArrayPanel2 retains memory
Product: java Reporter: _ rkubacki <rkubacki>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: PERFORMANCE
Priority: P4    
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.