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 49258 - Memory leak (~2kB) - open Refactor | Rename dialog
Summary: Memory leak (~2kB) - open Refactor | Rename dialog
Status: CLOSED DUPLICATE of bug 49354
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: _ ttran
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 49230
  Show dependency tree
 
Reported: 2004-09-19 08:43 UTC by Marian Mirilovic
Modified: 2011-05-25 11:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
deltas (current memory size - minimal memory size) = leak (5.38 KB, text/plain)
2004-09-19 08:44 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2004-09-19 08:43:41 UTC
[nb_beta2](200409091800), [jdk1.5.0](rc)

Used memory size rises during open Refactor |
Rename dialog
~3 kB per open  (see attached results xml file )

Steps to reproduce:
-------------
1. Open JEdit project
2. Push Refactor|Rename from popup menu on the
node org.gjt.sp.jedit|JEdit
EXPECTED RESULT: Rename dialog is opened within
1000ms.
--------------

Test case :
http://www.netbeans.org/source/browse/performance/test/qa-functional/src/gui/window/RefactorRenameDialog.java

For more details see issue 49230.
Comment 1 Marian Mirilovic 2004-09-19 08:44:14 UTC
Created attachment 17734 [details]
deltas (current memory size - minimal memory size) = leak
Comment 2 Antonin Nebuzelsky 2004-09-24 14:26:54 UTC
The same as for issue 49244. I see o.n.api.java.classpath.ClassPath
instances leaking. The same kind of leak as described in issue 49354.

*** This issue has been marked as a duplicate of 49354 ***
Comment 3 Marian Mirilovic 2004-12-20 12:35:11 UTC
v/c