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

Summary: Memory leak in J2SEPhysicalViewProvider.J2SELogicalViewRootNode.BrokenLinksAction
Product: java Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: Petr Hrebejk <phrebejk>
Status: RESOLVED FIXED    
Severity: blocker CC: dkonecny, issues
Priority: P2 Keywords: PERFORMANCE
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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