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 - Utilities.ACTIVE_REFERENCE_QUEUE
Summary: Utilities.ACTIVE_REFERENCE_QUEUE
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks: 27239 27241
  Show dependency tree
 
Reported: 2002-09-12 07:25 UTC by Jaroslav Tulach
Modified: 2008-12-22 19:14 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: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