PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/apache/commons/compress/archivers/ArchiveStreamFactory.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 307 - 309 |
org/apache/commons/compress/archivers/jar/JarArchiveEntry.java
| Violation | Line |
|---|
| Overriding method merely calls super | 91 - 93 |
| Overriding method merely calls super | 96 - 98 |
org/apache/commons/compress/archivers/tar/TarBuffer.java
| Violation | Line |
|---|
| Avoid empty if statements | 261 - 263 |
org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 18 - 1503 |
org/apache/commons/compress/archivers/zip/ZipFile.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 18 - 1016 |
org/apache/commons/compress/compressors/bzip2/BlockSort.java
| Violation | Line |
|---|
| Avoid modifying an outer loop incrementer in an inner loop for update expression | 624 - 765 |
org/apache/commons/compress/compressors/gzip/GzipCompressorInputStream.java
| Violation | Line |
|---|
| Avoid empty while statements | 213 |