Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
2 0 5 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
whitespace WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
4  Warning

Details

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

Severity Category Rule Message Line
 Warning naming LocalVariableName Local variable name 'wTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 211

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

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 73
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 74
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 87
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 88