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 188512

Summary: Memory leak in AnnotateIconProxyProjectInformation
Product: projects Reporter: Jesse Glick <jglick>
Component: Generic InfrastructureAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: normal Keywords: PERFORMANCE
Priority: P2    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 171516    

Description Jesse Glick 2010-07-08 23:35:31 UTC
Apparently the result of Lookup.getDefault().lookupResult(...) is cached globally, so any listeners to it must be weak; found some 20k instances of AIPPI today, holding refs to various Project's.
Comment 1 Jesse Glick 2010-07-08 23:37:49 UTC
core-main #49ab88acff31
Comment 2 Quality Engineering 2010-07-13 03:32:28 UTC
Integrated into 'main-golden', will be available in build *201007130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/49ab88acff31
User: Jesse Glick <jglick@netbeans.org>
Log: #188512: Memory leak in AnnotateIconProxyProjectInformation