Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
2 0 3 0

Rules

Category Rule Violations Severity
naming LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
2  Warning

Details

org/opendaylight/protocol/bgp/benchmark/app/AppPeerBenchmark.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 207
 Warning naming LocalVariableName Local variable name 'wTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 208
 Warning sizes LineLength Line is longer than 120 characters (found 126). 213