PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/apache/commons/compress/archivers/jar/JarArchiveEntry.java
| Violation | Line |
|---|
| Overriding method merely calls super | 69 - 71 |
| Overriding method merely calls super | 74 - 76 |
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 - 1495 |
org/apache/commons/compress/archivers/zip/ZipFile.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 18 - 972 |
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 | 210 |
org/apache/commons/compress/utils/Charsets.java
| Violation | Line |
|---|
| Avoid unused imports such as 'java.nio.charset.UnsupportedCharsetException' | 22 |