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 47944 - Memory leak in J2SEPhysicalViewProvider.J2SELogicalViewRootNode.BrokenLinksAction
Summary: Memory leak in J2SEPhysicalViewProvider.J2SELogicalViewRootNode.BrokenLinksAc...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords: PERFORMANCE
: 47957 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-25 18:44 UTC by Jesse Glick
Modified: 2004-08-27 13:57 UTC (History)
2 users (show)

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 Jesse Glick 2004-08-25 18:44:10 UTC
As noted in issue #47847, BLA adds itself as a
listener to JavaPlatformManager.default. Should
use WeakListeners.propertyChange. Recent
regression caused by dkonecny.
Comment 1 Jesse Glick 2004-08-25 20:09:10 UTC
*** Issue 47957 has been marked as a duplicate of this issue. ***
Comment 2 David Konecny 2004-08-26 09:15:05 UTC
Sorry for that. Stupid mistake.
Comment 3 Petr Hrebejk 2004-08-26 14:40:18 UTC
Fixed this problem. But Jesse please verify carefully it still seems
not to free the closed projects. Looks lke something in ProjectUtils
to me but it is rather a guess.

Checking in
j2seproject/src/org/netbeans/modules/java/j2seproject/ui/J2SEPhysicalViewProvider.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/J2SEPhysicalViewProvider.java,v
 <--  J2SEPhysicalViewProvider.java
new revision: 1.26; previous revision: 1.25
done