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 23 0

Rules

Category Rule Violations Severity
coding OverloadMethodsDeclarationOrder 1  Warning
javadoc JavadocStyle
  • checkEmptyJavadoc: "true"
4  Warning
NonEmptyAtclauseDescription 6  Warning
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://"
7  Warning

Details

org/opendaylight/protocol/bgp/parser/mock/BGPMessageParserMock.java

Severity Category Rule Message Line
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '36'. 49

org/opendaylight/protocol/bgp/parser/mock/BGPMessageParserMockTest.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 84
 Warning javadoc JavadocStyle First sentence should end with a period. 84
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 87
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 88
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 89
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 105
 Warning javadoc JavadocStyle First sentence should end with a period. 105
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 108
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 109
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 110
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 122
 Warning javadoc JavadocStyle First sentence should end with a period. 122
 Warning naming LocalVariableName Local variable name 'nRead' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 130
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 141
 Warning javadoc JavadocStyle First sentence should end with a period. 141
 Warning sizes LineLength Line is longer than 120 characters (found 151). 153
 Warning sizes LineLength Line is longer than 120 characters (found 122). 170
 Warning sizes LineLength Line is longer than 120 characters (found 126). 173
 Warning sizes LineLength Line is longer than 120 characters (found 139). 197
 Warning sizes LineLength Line is longer than 120 characters (found 121). 203
 Warning sizes LineLength Line is longer than 120 characters (found 148). 206
 Warning sizes LineLength Line is longer than 120 characters (found 141). 207