hg: jdk8/tl/jdk: 7128648: HttpURLConnection.getHeaderFields should return an unmodifiable Map

2012-01-11 Thread chris . hegarty
Changeset: 31a1fc60a895 Author:chegar Date: 2012-01-11 10:52 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/31a1fc60a895 7128648: HttpURLConnection.getHeaderFields should return an unmodifiable Map Reviewed-by: michaelm !

hg: jdk8/tl/jdk: 7068856: (fs) Typo in Files.isSameFile() javadoc; ...

2012-01-11 Thread alan . bateman
Changeset: 82144054d2d8 Author:alanb Date: 2012-01-11 13:07 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/82144054d2d8 7068856: (fs) Typo in Files.isSameFile() javadoc 7099208: (fs) Files.newBufferedReader has typo in javadoc Reviewed-by: forax !

hg: jdk8/tl/jdk: 7125442: jar application located in two bytes character named folder cannot be run with JRE 7 u1/u2

2012-01-11 Thread kumar . x . srinivasan
Changeset: 96fe796fd242 Author:ksrini Date: 2012-01-11 08:14 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/96fe796fd242 7125442: jar application located in two bytes character named folder cannot be run with JRE 7 u1/u2 Reviewed-by: sherman, mchung, darcy !

hg: jdk8/tl/langtools: 7126754: Generics compilation failure casting List? extends Set... to ListSet...

2012-01-11 Thread maurizio . cimadamore
Changeset: 70d92518063e Author:mcimadamore Date: 2012-01-11 18:23 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/70d92518063e 7126754: Generics compilation failure casting List? extends Set... to ListSet... Summary: Problems with Types.rewriteQuantifiers not

Re: Fraction

2012-01-11 Thread Joe Darcy
Hello Dima, On 01/09/2012 09:13 AM, Dmitry Nadezhin wrote: Hello Joe, Thank you for the clarification. What do you think about using BigBinary to solve the problem of a calculation class with higher precision. BigBinary implements arbitrary precision binary floating-point numbers and