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 27241

Summary: WeakListener should not use RP to clear weak references
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: -- Other --Assignee: issues@platform <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 27238    
Bug Blocks:    

Description Jaroslav Tulach 2002-09-12 07:37:32 UTC
WeakListener should use shared, lazily invoked
cleanup to prevent its invocation when no
references are about to be cleared. Replace the
WeakListener$Cleaner by active references.
Comment 1 Jaroslav Tulach 2002-09-19 17:48:32 UTC
revision: 1.49
Comment 2 Marian Mirilovic 2002-10-11 12:20:26 UTC
Yarda, could you verify this one? Thanks in advance.
Comment 3 Jaroslav Tulach 2002-10-11 13:30:12 UTC
Again, I am the one who implemented it. Strange to verify it!