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 73263 - Memory leak in proxy lookup
Summary: Memory leak in proxy lookup
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL: http://beetle.czech:8080/unittest/Tes...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2006-03-06 09:16 UTC by Jaroslav Tulach
Modified: 2008-12-22 18:43 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 Jaroslav Tulach 2006-03-06 09:16:12 UTC
Suite: org.openide.util.lookup.ProxyLookupTest 
Test Case: testProxyWithLiveResultCanBeCollected 
Last failed: 200603051900
Comment 1 Jaroslav Tulach 2006-03-07 06:14:27 UTC
#73263: Using WeakResult the same way SimpleProxyLookup does. Fixes Nejedlak's 
memory test. 
 
openide/util/src/org/openide/util/lookup/ProxyLookup.java,v  <--  
ProxyLookup.java 
new revision: 1.6; previous revision: 1.5 
Comment 2 Petr Nejedly 2006-03-13 15:53:34 UTC
OK now.