Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
24 0 0 6

Details

src/main/java/org/owasp/dependencycheck/ant/logging/AntLoggerAdapter.java

Violation Message Line
Errors First sentence should end with a period. 26

src/main/java/org/owasp/dependencycheck/taskdefs/DependencyCheckTask.java

Violation Message Line
Errors Total number of methods is 78 (max allowed is 40). 50

src/main/java/org/slf4j/impl/StaticLoggerBinder.java

Violation Message Line
Errors Class StaticLoggerBinder should be declared as final. 31
Errors Name 'REQUESTED_API_VERSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
Errors Variable 'REQUESTED_API_VERSION' must be private and have accessor methods. 68
Errors Missing a Javadoc comment. 70