Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
5 0 31 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS"
  • thirdPartyPackageRegExp: ".*"
  • specialImportsRegExp: "^com.*"
5  Warning
javadoc NonEmptyAtclauseDescription 1  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
2  Warning

Details

org/opendaylight/topoprocessing/api/filtration/Filtrator.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence should be present. 19

org/opendaylight/topoprocessing/api/filtration/FiltratorFactory.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8

org/opendaylight/topoprocessing/api/structure/ComputedLink.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder 'org.opendaylight.yang.gen.v1.urn.opendaylight.topology.correlation.rev150121.CorrelationItemEnum'should be separated from previous import group. 11
 Warning javadoc SummaryJavadoc First sentence should be present. 25
 Warning javadoc SummaryJavadoc First sentence should be present. 42
 Warning javadoc SummaryJavadoc First sentence should be present. 49
 Warning javadoc SummaryJavadoc First sentence should be present. 56
 Warning javadoc SummaryJavadoc First sentence should be present. 63

org/opendaylight/topoprocessing/api/structure/OverlayItem.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 14
 Warning javadoc SummaryJavadoc First sentence should be present. 29
 Warning javadoc SummaryJavadoc First sentence should be present. 40
 Warning javadoc SummaryJavadoc First sentence should be present. 48
 Warning javadoc SummaryJavadoc First sentence should be present. 73
 Warning javadoc SummaryJavadoc First sentence should be present. 80
 Warning javadoc SummaryJavadoc First sentence should be present. 89

org/opendaylight/topoprocessing/api/structure/UnderlayItem.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'org.opendaylight.yang.gen.v1.urn.opendaylight.topology.correlation.rev150121.CorrelationItemEnum'should be separated from previous import group. 12
 Warning javadoc SummaryJavadoc First sentence should be present. 31
 Warning javadoc SummaryJavadoc First sentence should be present. 48
 Warning javadoc SummaryJavadoc First sentence should be present. 55
 Warning javadoc SummaryJavadoc First sentence should be present. 62
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 63
 Warning javadoc SummaryJavadoc First sentence should be present. 69
 Warning javadoc SummaryJavadoc First sentence should be present. 76
 Warning javadoc SummaryJavadoc First sentence should be present. 83
 Warning javadoc SummaryJavadoc First sentence should be present. 91
 Warning javadoc SummaryJavadoc First sentence should be present. 98
 Warning javadoc SummaryJavadoc First sentence should be present. 105
 Warning javadoc SummaryJavadoc First sentence should be present. 112