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 27238

Summary: Utilities.ACTIVE_REFERENCE_QUEUE
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: -- Other --Assignee: Jaroslav Tulach <jtulach>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 27239, 27241    

Description Jaroslav Tulach 2002-09-12 07:25:35 UTC
Please move the clearing queue from the looks api
to the org.openide.util.Utilities class so other
modules can use it instead of periodic refresh of
in request processor.
Comment 1 Jaroslav Tulach 2002-09-19 16:06:23 UTC
I'll give it a try.
Comment 2 Jaroslav Tulach 2002-09-19 16:57:06 UTC
Added to openide.jar since version 3.8 (do not forget to depend on
that number). The name of the field is:

org.openide.util.Utilities.ACTIVE_REFERENCE_QUEUE
Comment 3 Martin Entlicher 2002-09-19 17:42:40 UTC
In the Javadoc MyReference example you forgot to implement Runnable.
Otherwise, very good comprehensive description.
Comment 4 Jaroslav Tulach 2002-09-20 09:00:55 UTC
Javadoc improved.
Comment 5 Marian Mirilovic 2002-10-11 12:18:28 UTC
Yarda, could you verify this one? Thanks in advance.
Comment 6 Jaroslav Tulach 2002-10-11 13:28:29 UTC
I have fixed it. Am I really the one to verify it???

But ok. org.openide.util.Utilities.activeReferenceQueue () is in trunk
since 3.11