API Spec for Object.wait( long timeout ) does not specify what happens when you put
a negative value for timeout.
[Tim, 7/25/96:] I'm making this bug the master of 1251558, 1251623, and1251630,
which are all about different values that the API for Object.wait doesn't describe,
and closing those other bugs as redundant. Be sure to address their points when
fixing the documentation for Object.wait.
The description field as copied from bug report 1251558 follows:
API Spec for Object.wait( long timeout ) does not specify what happens when you put
in zero for timeout.
The description field as copied from bug report 1251623 follows:
API Spec for Object.wait( long, int ) does not describe what happens when int is a negative
number. It should.
The description field as copied from bug report 1251630 follows:
API Spec for Object.wait( long timeout, int nanos ) does not describe what happens when
int is greater than 999,999. It should.
a negative value for timeout.
[Tim, 7/25/96:] I'm making this bug the master of 1251558, 1251623, and1251630,
which are all about different values that the API for Object.wait doesn't describe,
and closing those other bugs as redundant. Be sure to address their points when
fixing the documentation for Object.wait.
The description field as copied from bug report 1251558 follows:
API Spec for Object.wait( long timeout ) does not specify what happens when you put
in zero for timeout.
The description field as copied from bug report 1251623 follows:
API Spec for Object.wait( long, int ) does not describe what happens when int is a negative
number. It should.
The description field as copied from bug report 1251630 follows:
API Spec for Object.wait( long timeout, int nanos ) does not describe what happens when
int is greater than 999,999. It should.
- duplicates
-
JDK-1251558 API Spec for Object.wait() does not specify what happens with zero value
-
- Closed
-
-
JDK-1251623 API Spec for Object.wait( long, nanos) does not describe behavior for nanos = -1
-
- Closed
-
-
JDK-1251630 API Spec for Object.wait( long, nanos ) does not describe nanos > 999,999
-
- Closed
-