-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.4.1
-
generic
-
generic
join(long ms ) in java.lang.Thread throws a IllegalArgumentException when you pass a negative value .
This is not documented in the javadoc for join(long ms ) while
it is specified for join(long ms, int nanosec )
join(long ms ) should declare that it throws an
IllegalArgumentException the same way that for join(long, int) does.
This is not documented in the javadoc for join(long ms ) while
it is specified for join(long ms, int nanosec )
join(long ms ) should declare that it throws an
IllegalArgumentException the same way that for join(long, int) does.
- duplicates
-
JDK-4310779 (spec thread) Incomplete spec for Thread.{sleep(),join()} signatures that take arguments
-
- Closed
-