Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 9.3 with file:/home/runner/work/DependencyCheck/DependencyCheck/src/main/config/checkstyle-checks.xml ruleset.

Summary

Files  Info  Warnings  Errors
22 0 0 4

Details

org/owasp/dependencycheck/utils/Downloader.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - java.io.OutputStream. 25
 Error imports UnusedImports Unused import - java.util.zip.GZIPInputStream. 36
 Error coding FinalLocalVariable Variable 'buffer' should be declared final. 141
 Error whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 144