PMD Results

The following document contains the results of PMD 4.2.5.

Files

org/apache/commons/compress/archivers/ArchiveStreamFactory.java

ViolationLine
Avoid empty catch blocks307 - 309

org/apache/commons/compress/archivers/jar/JarArchiveEntry.java

ViolationLine
Overriding method merely calls super91 - 93
Overriding method merely calls super96 - 98

org/apache/commons/compress/archivers/tar/TarBuffer.java

ViolationLine
Avoid empty if statements261 - 263

org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java

ViolationLine
Too many static imports may lead to messy code18 - 1503

org/apache/commons/compress/archivers/zip/ZipFile.java

ViolationLine
Too many static imports may lead to messy code18 - 1016

org/apache/commons/compress/compressors/bzip2/BlockSort.java

ViolationLine
Avoid modifying an outer loop incrementer in an inner loop for update expression624 - 765

org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.java

ViolationLine
Avoid empty while statements213