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
9 0 20 0

Rules

Category Rule Violations Severity
blocks RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, STATIC_INIT, INSTANCE_INIT"
  • option: "alone"
1  Warning
RightCurly 1  Warning
javadoc NonEmptyAtclauseDescription 4  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
10  Warning
whitespace WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
5  Warning

Details

org/opendaylight/protocol/bgp/openconfig/spi/AbstractBGPTableTypeRegistryProviderActivator.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 133). 16
 Warning sizes LineLength Line is longer than 120 characters (found 127). 22

org/opendaylight/protocol/bgp/openconfig/spi/BGPTableTypeRegistryConsumer.java

Severity Category Rule Message Line
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 25
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 34
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 43
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 52

org/opendaylight/protocol/bgp/openconfig/spi/BGPTableTypeRegistryProviderActivatorTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 24
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 24
 Warning sizes LineLength Line is longer than 120 characters (found 162). 28
 Warning blocks RightCurly '}' at column 13 should be alone on a line. 29
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 29
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not preceded with whitespace. 29

org/opendaylight/protocol/bgp/openconfig/spi/SimpleBGPTableTypeRegistryProviderActivator.java

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

org/opendaylight/protocol/bgp/openconfig/spi/SimpleBGPTableTypeRegistryProviderActivatorTest.java

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

org/opendaylight/protocol/bgp/openconfig/spi/SimpleBGPTableTypeRegistryProviderTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 145). 33
 Warning sizes LineLength Line is longer than 120 characters (found 181). 39
 Warning sizes LineLength Line is longer than 120 characters (found 182). 41
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 54
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 54
 Warning sizes LineLength Line is longer than 120 characters (found 125). 56