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 48169 - NavigationView retains memory
Summary: NavigationView 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: Jan Pokorsky
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-08-30 14:21 UTC by _ rkubacki
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch (3.35 KB, patch)
2004-08-30 14:31 UTC, _ rkubacki
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2004-08-30 14:21:13 UTC
It keeps this small bundle staticaly. The only two
values read from bundle are accesible desc and
NAME_Nothing_Selected (we can cache this value).

Note that the latter is only set when file is
opened and cursor is at the begining. It is not
set again if it jump into middle of class and back.
Comment 1 _ rkubacki 2004-08-30 14:31:31 UTC
Created attachment 17223 [details]
patch
Comment 2 Jan Pokorsky 2004-10-28 13:12:27 UTC
Fixed by reporter in

/cvs/java/src/org/netbeans/modules/java/ui/NavigationView.java,v1.31

Thanks