[OpenJDK 2D-Dev] RFR: 8165981: Consider making some classes in javax.imageio.plugins.tiff final

Brian Burkhalter brian.burkhalter at oracle.com
Fri Oct 21 20:11:11 UTC 2016


Barring objections to the contrary I am inclined to go with webrev.00. There is no precedent in the public javax.imageio.plugins classes for making getters and the like final. Note also that BMPImageWriteParam, JPEGImageReadParam, and JPEGImageWriteParam and not final either.

Thanks,

Brian

On Oct 18, 2016, at 2:24 PM, Brian Burkhalter <brian.burkhalter at oracle.com> wrote:

> One could potentially change all the public getters in non-final classes in javax.imageio.plugins.tiff to be final as in
> 
> http://cr.openjdk.java.net/~bpb/8165981/webrev.01/
> 
> or go even further and additionally refactor TIFFDirectory to be an interface implemented by the internal TIFFIFD class. In the interest of mitigating to an extent the difficulty encountered by any users potentially migrating from the original JAI Image I/O Tools package, I would however be more in favor of keeping the original proposal in this thread
> 
> http://cr.openjdk.java.net/~bpb/8165981/webrev.00/
> 
> wherein only TIFFField and TIFFImageReadParam are made final.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20161021/4270aa03/attachment.html>


More information about the 2d-dev mailing list