JDK-6335410 : (spec thread) Thread.stop missing @throws NullPointerException
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-10-11
  • Updated: 2010-04-02
  • Resolved: 2005-10-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b59Fixed
Related Reports
Relates :  
Description
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.

Comments
EVALUATION QED
12-10-2005