--- old/src/share/classes/java/lang/Double.java 2009-07-15 14:42:06.000000000 -0700 +++ new/src/share/classes/java/lang/Double.java 2009-07-15 14:42:06.000000000 -0700 @@ -529,6 +529,7 @@ * @param s the string to be parsed. * @return the {@code double} value represented by the string * argument. + * @throws NullPointerException if the string is null * @throws NumberFormatException if the string does not contain * a parsable {@code double}. * @see java.lang.Double#valueOf(String)