Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
9 0 15 0

Rules

Category Rule Violations Severity
coding IllegalThrows 1  Warning
javadoc JavadocParagraph
  • allowNewlineParagraph: "false"
1  Warning
JavadocStyle
  • checkEmptyJavadoc: "true"
2  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
7  Warning
whitespace WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
2  Warning

Details

org/opendaylight/protocol/bgp/parser/APITest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 122). 63
 Warning sizes LineLength Line is longer than 120 characters (found 122). 81
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 90
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 90
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 91

org/opendaylight/protocol/bgp/parser/BGPDocumentedException.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 121). 80

org/opendaylight/protocol/bgp/parser/BGPError.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 142
 Warning javadoc JavadocStyle First sentence should end with a period. 142

org/opendaylight/protocol/bgp/parser/BGPErrorIdentifier.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 12
 Warning javadoc JavadocStyle First sentence should end with a period. 12

org/opendaylight/protocol/bgp/parser/BGPParsingException.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 11

org/opendaylight/protocol/bgp/parser/BgpExtendedMessageUtil.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 128). 21

org/opendaylight/protocol/bgp/parser/BgpTableTypeImpl.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 30

org/opendaylight/protocol/bgp/parser/TableTypeTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 25
 Warning sizes LineLength Line is longer than 120 characters (found 124). 26