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 219746

Summary: Memory leak in org.netbeans.modules.javawebstart.ui.customizer.JWSProjectProperties
Product: projects Reporter: Petr Cyhelsky <cyhelsky>
Component: Java WebstartAssignee: Petr Somol <psomol>
Status: RESOLVED FIXED    
Severity: normal CC: mmirilovic, neigor
Priority: P2 Keywords: PERFORMANCE
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 219827    
Bug Blocks:    

Description Petr Cyhelsky 2012-10-09 11:30:35 UTC
Instance of org.netbeans.modules.java.j2seproject.J2SEProject is held by org.netbeans.modules.javawebstart.ui.customizer.JWSProjectProperties - for details see the heapdump at http://netbeans.org/projects/performance/downloads/download/heapdumps/heapdump_mem_leak.zip
Comment 1 Petr Somol 2012-11-10 20:12:16 UTC
fixed by the fix to Issue #219827.

in jetmain:
http://hg.netbeans.org/jet-main/rev/569ba1b5a7c2

Note that the changeset includes changes in both WebStart and FX Project modules (JFXProjectProperties and JWSProjectProperties lifecycle and persistence mechanism is changed considerably) in order to fix the memory leak that was present in both of them.