[OpenJDK 2D-Dev] [10] RFR JDK-8177455: TIFFCompressor has a reference to non-existent method
Jayathirth D V
jayathirth.d.v at oracle.com
Fri Oct 27 08:30:13 UTC 2017
Hello All,
Please review the following fix in JDK10 :
Bug : https://bugs.openjdk.java.net/browse/JDK-8177455
Webrev : http://cr.openjdk.java.net/~jdv/8177455/webrev.00/
Issue : TIFFCompressor constructor comment section has reference to TIFFImageWriteParam.setTIFFCompressor() which doesn't exist.
Root cause : Since changes related to TIFF support are taken from JAI we have comments similar to JAI in javax.imageio TIFF support. In JAI we have TIFFImageWriteParam which support setting TIFFCompressor object. But in java.imageio TIFF support we have very primitive TIFFImageWriteParam and it doesn't support same function.
Solution : Removed the comment section which was referring to TIFFImageWriteParam.setTIFFCompressor() in TIFFImageWriteParam.
Thanks,
Jay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20171027/f60c2de2/attachment.html>
More information about the 2d-dev
mailing list