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 49247 - Memory leak (~300kB) - Create Java Application project
Summary: Memory leak (~300kB) - Create Java Application project
Status: CLOSED FIXED
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
: 49248 (view as bug list)
Depends on: 50569 50572
Blocks: 49230
  Show dependency tree
 
Reported: 2004-09-18 19:22 UTC by Marian Mirilovic
Modified: 2011-05-25 11:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
deltas (current memory size - minimal memory size) = leak (5.69 KB, text/plain)
2004-09-18 19:22 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 19:22:40 UTC
[nb_beta2](200409091800), [jdk1.5.0](rc)

Used memory size rises during Create Java
Application project
~300 kB per refresh  (see attached results xml file )

Steps to reproduce:
-------------
1. Push File|New Project... from main menu
2. Select Standard node in Categories tree
3. Select Java Application node in Projects tree
4. Push Next button
5. Write "TestApplication" to the Project Name
text field
6. Push Finish button
EXPECTED RESULT: "TestApplication" project node is
created in Projects view and Main java is opened
in editor within 10000 ms.
--------------

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

For more details see issue 49230.
Comment 1 Marian Mirilovic 2004-09-18 19:22:58 UTC
Created attachment 17729 [details]
deltas (current memory size - minimal memory size) = leak
Comment 2 Antonin Nebuzelsky 2004-09-24 13:57:58 UTC
*** Issue 49248 has been marked as a duplicate of this issue. ***
Comment 3 Antonin Nebuzelsky 2004-09-24 14:47:29 UTC
Despite the fixes of issues we already had agains this kind of leak
(eg. issue 46550) there indeed are still objects leaking for each
project opened and closed in the IDE. I'll try to sort the objects out
and file separate issues as appropriate.
Comment 4 Antonin Nebuzelsky 2005-01-11 14:35:17 UTC
The dependent issues are fixed. And other separate issues filed later
than this one were also fixed. Assuming this one fixed. ;)
Comment 5 Marian Mirilovic 2005-07-15 14:05:34 UTC
verified