This is an automated email from the ASF dual-hosted git repository.

kinow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git.


    from 464e2ad  Remove deprecated methods calls (removed unnecessary unboxing)
     new 9a72900  Use StandardCharsets instead of string value
     new 7dbaed0  Remove unnecessary .toString call
     new 99c373e  Remove unnecessary semicolon
     new 252e0a3  Use Math.min instead of calculating it manually
     new bc44c77  Fix typos
     new feec4ba  Use capital L for long
     new 10de55b  Initialize collection in the constructor
     new 8394707  Use string concatenation or stringbuilder, not both
     new dc57a7a  Use JUnit5 assertThrows style
     new 010c392  Remove unnecessary generic types when not necessary
     new b498264  Remove unnecessary type cast
     new b0a2640  Add changes.xml entry
     new 84647e5  Merge pull request #74 from kinow/small-improvements

The 1256 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                            |  3 ++
 .../apache/commons/imaging/FormatCompliance.java   |  2 +-
 .../org/apache/commons/imaging/ImageParser.java    |  2 +-
 .../commons/imaging/common/BasicCParser.java       |  2 +-
 .../commons/imaging/common/ImageBuilder.java       |  4 +-
 .../commons/imaging/common/RationalNumber.java     |  2 +-
 .../commons/imaging/common/XmpEmbeddable.java      |  2 +-
 .../common/itu_t4/BitInputStreamFlexible.java      |  2 +-
 .../imaging/common/itu_t4/T4AndT6Compression.java  |  2 +-
 .../imaging/common/mylzw/MyBitOutputStream.java    |  4 +-
 .../imaging/formats/ico/IcoImageParser.java        |  2 +-
 .../commons/imaging/formats/jpeg/JpegUtils.java    |  2 +-
 .../imaging/formats/jpeg/decoder/JpegDecoder.java  |  2 +-
 .../imaging/formats/pcx/PcxImageParser.java        |  2 +-
 .../imaging/formats/png/PngImageParser.java        |  4 +-
 .../imaging/formats/png/chunks/PngChunkIccp.java   |  2 +-
 .../commons/imaging/formats/tiff/TiffField.java    | 50 ++++++++++++----------
 .../imaging/formats/tiff/TiffImageMetadata.java    | 29 +++++++------
 .../formats/tiff/write/TiffOutputField.java        |  2 +-
 .../imaging/formats/tiff/write/TiffOutputSet.java  |  2 +-
 .../commons/imaging/TestImageWriteException.java   |  2 +-
 .../commons/imaging/common/RationalNumberTest.java |  2 +-
 .../imaging/examples/WriteExifMetadataExample.java |  2 +-
 .../commons/imaging/formats/bmp/BmpReadTest.java   |  2 +-
 .../commons/imaging/formats/dcx/DcxReadTest.java   |  6 +--
 .../commons/imaging/formats/gif/GifReadTest.java   |  2 +-
 .../commons/imaging/formats/icns/IcnsReadTest.java |  2 +-
 .../commons/imaging/formats/ico/IcoReadTest.java   |  6 +--
 .../imaging/formats/ico/IcoRoundtripTest.java      |  2 +-
 .../jpeg/JpegWithInvalidDhtSegmentTest.java        |  2 +-
 .../imaging/formats/jpeg/exif/ExifDumpTest.java    |  2 +-
 .../jpeg/exif/WriteExifMetadataExampleTest.java    |  2 +-
 .../imaging/formats/jpeg/iptc/IptcAddTest.java     |  3 +-
 .../formats/jpeg/iptc/IptcFullDiscardTest.java     |  2 +-
 .../imaging/formats/jpeg/iptc/IptcParserTest.java  |  2 +-
 .../commons/imaging/formats/png/PngReadTest.java   | 36 ++++++++--------
 .../scanlinefilters/ScanlineFilterAverageTest.java |  2 +-
 .../scanlinefilters/ScanlineFilterPaethTest.java   |  2 +-
 .../png/scanlinefilters/ScanlineFilterUpTest.java  |  2 +-
 .../formats/psd/ImageResourceBlockTest.java        |  3 +-
 .../commons/imaging/formats/rgbe/RgbeReadTest.java |  2 +-
 .../commons/imaging/formats/tiff/TiffLzwTest.java  |  2 +-
 .../PhotometricInterpreterLogLuvTest.java          | 18 ++++----
 .../formats/tiff/taginfos/TagInfoByteTest.java     |  2 +-
 44 files changed, 121 insertions(+), 109 deletions(-)

Reply via email to