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
6 0 12 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
2  Warning
javadoc JavadocStyle
  • tokens: "ANNOTATION_DEF, ANNOTATION_FIELD_DEF, CLASS_DEF, CTOR_DEF, ENUM_CONSTANT_DEF, ENUM_DEF, INTERFACE_DEF, METHOD_DEF, VARIABLE_DEF"
  • checkEmptyJavadoc: "true"
2  Warning
modifier RedundantModifier 1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
5  Warning

Details

org/opendaylight/protocol/bgp/config/loader/impl/AbstractConfigLoader.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 123). 57
 Warning sizes LineLength Line is longer than 120 characters (found 135). 58
 Warning sizes LineLength Line is longer than 120 characters (found 125). 74
 Warning modifier RedundantModifier Redundant 'final' modifier. 85

org/opendaylight/protocol/bgp/config/loader/impl/BGPFileWatcher.java

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

org/opendaylight/protocol/bgp/config/loader/impl/BGPFileWatcherTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'org.junit.Assert.assertEquals' should be separated from previous import group by one line. 12

org/opendaylight/protocol/bgp/config/loader/impl/ConfigLoaderImplTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'junit.framework.TestCase.assertNotNull' should be separated from previous import group by one line. 12
 Warning sizes LineLength Line is longer than 120 characters (found 126). 35

org/opendaylight/protocol/bgp/config/loader/impl/FileWatcher.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
 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