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 - Memory leak in AnnotateIconProxyProjectInformation
Summary: Memory leak in AnnotateIconProxyProjectInformation
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 171516
  Show dependency tree
 
Reported: 2010-07-08 23:35 UTC by Jesse Glick
Modified: 2010-07-13 03:32 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 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