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 125592 - memory leak in ComplibServiceProvider$ComplibPaletteFilter
Summary: memory leak in ComplibServiceProvider$ComplibPaletteFilter
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Palette (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 123530
  Show dependency tree
 
Reported: 2008-01-18 20:07 UTC by Quy Nguyen
Modified: 2008-12-22 10:47 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 Quy Nguyen 2008-01-18 20:07:49 UTC
There is a WebProject memory leak in ComplibServiceProvider$ComplibPaletteFilter.  To reproduce:

1) Create a vw project
2) Close Page1.jsp
3) Close the project

This might be a palette issue if the ComplibPaletteFilter instance should not be referenced.

WebProject[C:\Documents and Settings\qn145415\My Documents\NetBeansProjects\WebApplication79]:
private static org.netbeans.modules.palette.ui.PalettePanel org.netbeans.modules.palette.ui.PalettePanel.theInstance->
org.netbeans.modules.palette.ui.PalettePanel@126680a-selectedCategory->
org.netbeans.modules.palette.DefaultCategory@1935885-categoryNode->
org.netbeans.modules.palette.CategoryNode@b0d24d-hierarchy->
org.netbeans.modules.palette.CategoryNode$Children@184db66-filter->
org.netbeans.modules.visualweb.complib.ComplibServiceProvider$ComplibPaletteFilter@541cc2-project->
org.netbeans.modules.web.project.WebProject@17e2943
Comment 1 Dongmei Cao 2008-02-26 19:04:13 UTC
Reassign to palette to see why it still references the ComplibServiceProvider$ComplibPaletteFilter after the project is
closed
Comment 2 Stanislav Aubrecht 2008-02-27 10:33:27 UTC
fixed

f534cd064681