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 29063 - Do not use static variables to keep reference to resource bundles
Summary: Do not use static variables to keep reference to resource bundles
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: HTTP Monitor (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Ana.von Klopp
URL: http://www.netbeans.org/download/dev/...
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2002-11-27 17:27 UTC by _ rkubacki
Modified: 2003-02-21 11:53 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 2002-11-27 17:27:55 UTC
See the URL for details. NbBundle performs its own
caching that allows to release memory when bundles
are not used.
Comment 1 Ana.von Klopp 2002-12-03 19:11:03 UTC
Will change the resources file as requested. 
Comment 2 _ rkubacki 2003-01-13 12:18:59 UTC
Tegal planning
Comment 3 _ rkubacki 2003-01-16 09:36:42 UTC
Scheduling for milestone 3 so it can be contributed to S1S4.2 too.
Comment 4 Ana.von Klopp 2003-01-25 02:34:26 UTC
Integrated into trunk.
Comment 5 Jason Rush 2003-02-21 11:53:11 UTC
Verified in NetBeans dev build 200302220100.

No classes in monitor.client, monitor.data, 
monitor.catalina or monitor.tomcat use static references 
to resource bundles.  monitor.server.MonitorFilter has a 
static reference to a resource bundle, but I assume this 
is correct since this is a piece that runs outside the IDE 
and should not use NbBundle.