Checkstyle Results

The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
7 0 2 0

Rules

Category Rule Violations Severity
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
1  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
1  Warning

Details

org/mockito/configuration/ArgumentsExtractorVerifier.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 28
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 35