Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8168498

ExifGPSTagSet and ExifTIFFTagSet should use string literals for String constants

XMLWordPrintable

      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.

            bpb Brian Burkhalter
            bpb Brian Burkhalter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: