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 29140 - avoid keeping static references to resource bundles
Summary: avoid keeping static references to resource bundles
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: jarpackager (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@obsolete
URL: http://www.netbeans.org/download/dev/...
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2002-11-28 15:21 UTC by _ rkubacki
Modified: 2003-06-06 10:20 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-28 15:21:25 UTC
These resources cannot be released and sometimes
are initialized even when it is not neceseary.
Also it would be good to have bundles in the same
package where they are used.
Comment 1 Ondrej Rypacek 2003-01-21 16:35:04 UTC
Fixed. 

CVS update log follows:
http://jarpackager.netbeans.org/servlets/ReadMsg?msgId=449489&listName=cvs
Comment 2 David Kaspar 2003-02-28 16:42:05 UTC
Verified