Re: [OpenJDK 2D-Dev] JDK 9: RFR: 8033716: Fix raw and unchecked lint warnings in com.sun.imageio

2014-02-19 Thread Henry Jen
On 02/19/2014 01:46 PM, Phil Race wrote: . http://cr.openjdk.java.net/~henryjen/jdk9/8033716/1/webrev/src/share/classes/com/sun/imageio/plugins/gif/GIFImageReader.java.sdiff.html 230 public Iterator getImageTypes(int imageIndex) throws IIOException { Nitpicky perhaps, but this looks > 80 c

Re: [OpenJDK 2D-Dev] JDK 9: RFR: 8033716: Fix raw and unchecked lint warnings in com.sun.imageio

2014-02-19 Thread Phil Race
http://cr.openjdk.java.net/~henryjen/jdk9/8033716/1/webrev/src/share/classes/com/sun/imageio/plugins/gif/GIFImageReader.java.sdiff.html 230 public Iterator getImageTypes(int imageIndex) throws IIOException { Nitpicky perhaps, but this looks > 80 chars. If so please split it. - W.r.t

Re: [OpenJDK 2D-Dev] JDK9: RFR: 8034998: Fix raw and unchecked lint warnings in javax.imageio

2014-02-19 Thread Phil Race
ImageIO.java 515 public Iterator iter; 829 public Iterator iter; I can't see why these are public. I think they should be private Since you are touching these lines anyway public->private I was on the look out for changes to public interfaces but I didn't see any so that's Ok