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 45562 - Task.waitFinished(long timeout) is missing.
Summary: Task.waitFinished(long timeout) is missing.
Status: RESOLVED DUPLICATE of bug 16849
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-25 12:35 UTC by Martin Entlicher
Modified: 2008-12-22 21:51 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2004-06-25 12:35:20 UTC
When I need to wait for a task for only a limited
time, I must either sleep for that time, or create
a new Thread which I will wait for. A method that
will take the timeout is trivial to implement and
it would be handy.
Comment 1 Jaroslav Tulach 2004-07-29 11:59:06 UTC

*** This issue has been marked as a duplicate of 16849 ***