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 - Memory leak in project wizard
Summary: Memory leak in project wizard
Status: RESOLVED DUPLICATE of bug 124710
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords: PERFORMANCE, TEST
Depends on:
Blocks: 121855
  Show dependency tree
 
Reported: 2008-01-04 15:04 UTC by Jaroslav Tulach
Modified: 2008-01-16 10:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***