Apache Commons logo Commons Imaging™ logo

PMD Results

The following document contains the results of PMD 7.5.0.

PMD found no problems in your source code.

Suppressed Violations

Filename Rule message Suppression type Reason
org/apache/commons/imaging/common/BasicCParser.java Empty if statement //nopmd
org/apache/commons/imaging/common/PackBits.java Empty for statement //nopmd
org/apache/commons/imaging/formats/tiff/itu_t4/T4AndT6Compression.java Empty for statement //nopmd
org/apache/commons/imaging/formats/webp/WebPImageParser.java Avoid using a branching statement as the last in a loop. //nopmd How can we do this better?