Relates :
|
The Thread.stop(Throwable) javadoc mentions a check for null arguments but there is no corresponding @throws, making it easy to overlook this detail. Existing TCK test api/java_lang/Thread/index.html#stop1 covers this spec detail, no need for an additional test.
|