Java Fundamental Classes Reference by Mark Grand and Jonathan Knudsen Unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. This page was updated December 5, 2001. UNCONFIRMED errors and comments from readers: [305] description of readLine(); readLine() returns null when EOF is encountered and does not throw an EOFException. {433} in Float, it would be useful to explicitly say that Float::Float(double) will store Float.POSITIVE_INFINITY if the double has a value greater than Float.MAX_VALUE. Same on the negative side and toward zero. {454} code sample under "Class Summary": lines 16-18 public static String toBinaryString(long i); public static String toHexString(long i); public static String toOctalString(long i); should be public static String toBinaryString(int i); public static String toHexString(int i); public static String toOctalString(int i);