This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
from faef3de2 Rename abstract classes to Abstract* new c84e13dc Sort members new 71b59697 Add @SuppressWarnings new b142c8e6 Add @SuppressWarnings new 56ad7180 Add @SuppressWarnings new d5a831c2 Javadoc new fe425c4b Javadoc The 6 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: .../commons/imaging/AbstractImageParser.java | 8 +- .../java/org/apache/commons/imaging/Imaging.java | 4 +- .../commons/imaging/common/BinaryFunctions.java | 2 +- .../imaging/formats/bmp/BmpImageParser.java | 1 + .../imaging/formats/dcx/DcxImageParser.java | 1 + .../formats/jpeg/iptc/PhotoshopApp13Data.java | 8 +- .../commons/imaging/formats/pcx/PcxWriter.java | 1 + .../commons/imaging/formats/png/ChunkType.java | 8 +- .../imaging/formats/png/PngImageMetadata.java | 34 ++++----- .../imaging/formats/png/PngImageParser.java | 88 +++++++++++----------- .../commons/imaging/formats/rgbe/InfoHeader.java | 16 ++-- .../tiff/datareaders/AbstractImageDataReader.java | 2 +- .../imaging/formats/webp/WebPImageParser.java | 2 +- .../formats/webp/chunks/AbstractWebPChunk.java | 22 +++--- .../jpeg/exif/ExifRewriterRoundtripTest.java | 2 +- .../imaging/formats/jpeg/iptc/IptcParserTest.java | 40 +++++----- .../commons/imaging/formats/png/PngReadTest.java | 54 ++++++------- .../formats/tiff/TiffFloatingPointReadTest.java | 4 +- 18 files changed, 150 insertions(+), 147 deletions(-)