-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b144
The public static final String constants ExifGPSTagSet.GPS_VERSION_2_2, ExifTIFFTagSet.EXIF_VERSION_2_1, and ExifTIFFTagSet.EXIF_VERSION_2_2 in javax.imageio.plugins.tiff are initialized using the String constructor String(byte[] bytes, Charset charset). They should be initialized using string literals instead.