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 49244 - Memory leak (~3kB) - open Refactor find usages dialog
Summary: Memory leak (~3kB) - open Refactor find usages 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: Antonin Nebuzelsky
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 49230
  Show dependency tree
 
Reported: 2004-09-18 18:44 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.62 KB, text/plain)
2004-09-18 18:45 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-18 18:44:40 UTC
[nb_beta2](200409091800), [jdk1.5.0](rc)

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

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

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

For more details see issue 49230.
Comment 1 Marian Mirilovic 2004-09-18 18:45:35 UTC
Created attachment 17725 [details]
deltas (current memory size - minimal memory size) = leak
Comment 2 Antonin Nebuzelsky 2004-09-23 17:00:34 UTC
I see o.n.api.java.classpath.ClassPath instances leaking, through its
SPIListener bound to RefactoringClassPathImplementation. The same kind
of leak as described in issue 49354.

*** This issue has been marked as a duplicate of 49354 ***
Comment 3 Marian Mirilovic 2005-04-12 10:56:51 UTC
verified duplicate