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 128265

Summary: Memory leak when create/close NbModuleProject
Product: java Reporter: Oleg Khokhlov <ovk>
Component: JavadocAssignee: Jan Pokorsky <jpokorsky>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: issues
Priority: P2 Keywords: PERFORMANCE, TEST
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Oleg Khokhlov 2008-02-24 20:53:56 UTC
junit.framework.AssertionFailedError: GC results:  Project:
private static org.netbeans.modules.javadoc.search.JavadocRegistry
org.netbeans.modules.javadoc.search.JavadocRegistry.INSTANCE->
org.netbeans.modules.javadoc.search.JavadocRegistry@7b8e5-classpaths->
java.util.HashSet@30dbd3-map->
java.util.HashMap@c48dbd-table->
[Ljava.util.HashMap$Entry;@868cdb-[9]->
java.util.HashMap$Entry@f74267-key->
org.netbeans.api.java.classpath.ClassPath@1176041-impl->
org.netbeans.spi.java.project.classpath.support.ProjectClassPathImplementation@115416b-evaluator->
org.netbeans.modules.apisupport.project.Evaluator@19ff109-project->
org.netbeans.modules.apisupport.project.NbModuleProject@1f07e81
Comment 1 Jan Pokorsky 2008-02-25 13:52:59 UTC
Where can I find the test?
Comment 2 Jan Pokorsky 2008-03-19 14:59:07 UTC
I have tried to reproduce it with the real IDE and VisualVM does not show any leaks. Closing as WORKSFORME. Please
reopen if you have more details.