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 - WeakListener should not use RP to clear weak references
Summary: WeakListener should not use RP to clear weak references
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on: 27238
Blocks:
  Show dependency tree
 
Reported: 2002-09-12 07:37 UTC by Jaroslav Tulach
Modified: 2008-12-22 19:19 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 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!