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 62153 - Document difference between find*/wait* methods in FAQ
Summary: Document difference between find*/wait* methods in FAQ
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-11 12:10 UTC by Jiri Skrivanek
Modified: 2011-02-17 09:34 UTC (History)
1 user (show)

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 Jiri Skrivanek 2005-08-11 12:10:53 UTC
Suggestion from new user of Jemmy to document convention of find and wait
methods. The difference is:

find* methods immediatelly return null if they find nothing but wait* methods
wait and throw TimeoutExpiredException if waiting fails.
Comment 1 _ mriem 2006-02-13 05:13:40 UTC
Added to the FAQ, closing this issue.
Comment 2 Jiri Skrivanek 2006-09-04 13:35:34 UTC
Verified.