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 29061 - Remove static bundle variables from JSP debugging module
Summary: Remove static bundle variables from JSP debugging module
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2002-11-27 16:52 UTC by _ rkubacki
Modified: 2003-02-21 11:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch for this issue (3.20 KB, patch)
2003-01-19 13:50 UTC, _ rkubacki
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2002-11-27 16:52:51 UTC
Property editors uses them. Those bundles cannot
be released from memory.

web/jspdebug/src/org/netbeans/modules/web/debug/DebugTracingEditor.java:
   private static final java.util.ResourceBundle
bundle = NbBundle.getBundle(DebugTracingEditor.class);
web/jspdebug/src/org/netbeans/modules/web/debug/ShowErrorLineEditor.java:
   private static final java.util.ResourceBundle
bundle =
NbBundle.getBundle(ShowErrorLineEditor.class);
Comment 1 _ rkubacki 2003-01-13 12:18:56 UTC
Tegal planning
Comment 2 _ rkubacki 2003-01-16 09:36:39 UTC
Scheduling for milestone 3 so it can be contributed to S1S4.2 too.
Comment 3 _ rkubacki 2003-01-19 13:50:07 UTC
Created attachment 8620 [details]
patch for this issue
Comment 4 _ rkubacki 2003-01-19 13:51:15 UTC
Buildable patch attached though it is not thoroughly tested 
Comment 5 Martin Grebac 2003-01-20 15:39:35 UTC
Fixed in trunk, nb35_foundation
Comment 6 Milan Kuchtiak 2003-02-21 11:49:21 UTC
Verified on Netbeans-dev build 20030221100.