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

Phil Race philip.race at oracle.com
Wed Feb 19 21:12:30 UTC 2014


ImageIO.java

515         public Iterator<ImageReaderSpi> iter;


829         public Iterator<ImageWriterSpi> 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

So if you can
1)  make the two changes
2) re-generate against the client forest

then it should be ready for approval.

-phil.

On 2/14/2014 6:43 PM, Henry Jen wrote:
> Hi,
>
> Please review the webrev to clean up raw and unchecked warnings in 
> javax.imageio packag at,
>
> http://cr.openjdk.java.net/~henryjen/jdk9/8034998/0/webrev/
>
> The webrev does not cover javax.imageio.spi, that will come in anoter 
> webrev.
>
> Cheers,
> Henry




More information about the 2d-dev mailing list