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.

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

              Created:
              Updated:
              Resolved: