Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
13 0 28 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
1  Warning
javadoc JavadocStyle
  • checkEmptyJavadoc: "true"
7  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
13  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
1  Warning

Details

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 131). 43
 Warning sizes LineLength Line is longer than 120 characters (found 155). 48

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle First sentence should end with a period. 16

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

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

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

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

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

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

org/opendaylight/protocol/bgp/openconfig/spi/pojo/BGPAppPeerInstanceConfiguration.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 16
 Warning javadoc JavadocStyle First sentence should end with a period. 16
 Warning sizes LineLength Line is longer than 120 characters (found 138). 25

org/opendaylight/protocol/bgp/openconfig/spi/pojo/BGPAppPeerInstanceConfigurationTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 15
 Warning sizes LineLength Line is longer than 120 characters (found 125). 19
 Warning sizes LineLength Line is longer than 120 characters (found 126). 23

org/opendaylight/protocol/bgp/openconfig/spi/pojo/BGPPeerInstanceConfiguration.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 23
 Warning javadoc JavadocStyle First sentence should end with a period. 23
 Warning sizes LineLength Line is longer than 120 characters (found 180). 39
 Warning sizes LineLength Line is longer than 120 characters (found 138). 40

org/opendaylight/protocol/bgp/openconfig/spi/pojo/BGPPeerInstanceConfigurationTest.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'CLASS_DEF' should be separated from previous statement. 23
 Warning sizes LineLength Line is longer than 120 characters (found 125). 25
 Warning sizes LineLength Line is longer than 120 characters (found 142). 31

org/opendaylight/protocol/bgp/openconfig/spi/pojo/BGPRibInstanceConfiguration.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 23
 Warning javadoc JavadocStyle First sentence should end with a period. 23
 Warning sizes LineLength Line is longer than 120 characters (found 134). 35
 Warning sizes LineLength Line is longer than 120 characters (found 145). 36

org/opendaylight/protocol/bgp/openconfig/spi/pojo/BGPRibInstanceConfigurationTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 125). 23
 Warning sizes LineLength Line is longer than 120 characters (found 132). 28