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 49248 - Memory leak (~300kB) - Create Java Library project
Summary: Memory leak (~300kB) - Create Java Library project
Status: CLOSED DUPLICATE of bug 49247
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-18 19:27 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.47 KB, text/plain)
2004-09-18 19:27 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:27:36 UTC
[nb_beta2](200409091800), [jdk1.5.0](rc)

Used memory size rises during Create Java Library
project project
~300 kB per action (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 Class Library node in Projects tree
4. Push Next button
5. Write "TestLibrary" to the Project Name text field
6. Push Finish button
EXPECTED RESULT: "TestLibrary" project node is
created in Projects view 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:27:55 UTC
Created attachment 17730 [details]
deltas (current memory size - minimal memory size) = leak
Comment 2 Antonin Nebuzelsky 2004-09-24 13:57:58 UTC
No reason for this to be different than in the case of Java
Application project.

*** This issue has been marked as a duplicate of 49247 ***
Comment 3 Marian Mirilovic 2004-12-20 12:36:27 UTC
v/c