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 124711

Summary: Memory leak in project wizard
Product: projects Reporter: Jaroslav Tulach <jtulach>
Component: Generic Projects UIAssignee: Milan Kubec <mkubec>
Status: RESOLVED DUPLICATE    
Severity: blocker Keywords: PERFORMANCE, TEST
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 121855    

Description Jaroslav Tulach 2008-01-04 15:04:49 UTC
After running test described in issue 121855, one gets following leak:


private static javax.swing.text.html.StyleSheet javax.swing.text.html.HTMLEditorKit.defaultStyles->
javax.swing.text.html.StyleSheet@b07de5-css->
javax.swing.text.html.CSS@12225a6-styleSheet->
javax.swing.text.html.StyleSheet@14a4808-styles->
javax.swing.text.StyleContext$NamedStyle@ad6f9f-listenerList->
javax.swing.event.EventListenerList@18b2924-listenerList->
[Ljava.lang.Object;@19282f6-[1]->
javax.swing.text.DefaultStyledDocument$StyleContextChangeHandler@15e4692-this$0->
javax.swing.text.html.HTMLDocument@db950a-listenerList->
javax.swing.event.EventListenerList@19963bb-listenerList->
[Ljava.lang.Object;@eeb1df-[1]->
javax.swing.text.DefaultCaret$Handler@199748e-this$0->
javax.swing.plaf.basic.BasicTextUI$BasicCaret@160a0c6-component->
javax.swing.JEditorPane@18c64f1-parent->
javax.swing.JViewport@575a7b-parent->
javax.swing.JScrollPane@1bb36bc-parent->
org.netbeans.modules.project.ui.TemplatesPanelGUI@1ebb7fd-parent->
org.netbeans.modules.project.ui.TemplateChooserPanelGUI@1ce3d70-project->
org.netbeans.modules.java.j2seproject.J2SEProject@1ad37f6
Comment 1 Milan Kubec 2008-01-16 10:44:43 UTC

*** This issue has been marked as a duplicate of 124710 ***