Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
11 0 115 0

Rules

Category Rule Violations Severity
coding OneStatementPerLine 1  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS"
  • thirdPartyPackageRegExp: ".*"
  • specialImportsRegExp: "^com.*"
12  Warning
indentation Indentation
  • lineWrappingIndentation: "4"
  • caseIndent: "4"
  • arrayInitIndent: "4"
  • throwsIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
7  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
3  Warning
JavadocTagContinuationIndentation 4  Warning
naming AbbreviationAsWordInName
  • allowedAbbreviationLength: "1"
  • ignoreFinal: "false"
13  Warning
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
11  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
1  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
11  Warning
GenericWhitespace 2  Warning
WhitespaceAround
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
  • allowEmptyMethods: "true"
  • allowEmptyConstructors: "true"
8  Warning

Details

org/opendaylight/topoprocessing/inventoryRendering/adapter/IRModelAdapter.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning naming PackageName Package name 'org.opendaylight.topoprocessing.inventoryRendering.adapter' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 8
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 43
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 73
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 74
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 75
 Warning indentation Indentation 'method call' child have incorrect indentation level 12, expected level should be 16. 75
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 76
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 77
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 78

org/opendaylight/topoprocessing/inventoryRendering/listener/IRInventoryListener.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'org.opendaylight.topoprocessing.inventoryRendering.listener' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 9
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode' import. 25
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 37
 Warning javadoc SummaryJavadoc First sentence should be present. 48
 Warning javadoc SummaryJavadoc First sentence should be present. 100
 Warning javadoc SummaryJavadoc First sentence should be present. 111
 Warning javadoc SummaryJavadoc First sentence should be present. 118

org/opendaylight/topoprocessing/inventoryRendering/listener/IRUnderlayTopologyListener.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning naming PackageName Package name 'org.opendaylight.topoprocessing.inventoryRendering.listener' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 8
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 36
 Warning whitespace EmptyLineSeparator 'CTOR_DEF' should be separated from previous statement. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 56
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 78
 Warning whitespace EmptyLineSeparator ';' should be separated from previous statement. 84

org/opendaylight/topoprocessing/inventoryRendering/operator/IRRenderingOperator.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'org.opendaylight.topoprocessing.inventoryRendering.operator' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 9
 Warning imports CustomImportOrder 'org.opendaylight.topoprocessing.api.structure.OverlayItem'should be separated from previous import group. 16
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.topoprocessing.impl.operator.TopologyOperator' import. 20
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 31
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 40
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 54

org/opendaylight/topoprocessing/inventoryRendering/provider/TopoProcessingProviderIR.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'org.opendaylight.topoprocessing.inventoryRendering.provider' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 9
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 17
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 20

org/opendaylight/topoprocessing/inventoryRendering/request/IRTopologyRequestHandler.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning naming PackageName Package name 'org.opendaylight.topoprocessing.inventoryRendering.request' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 8
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 29

org/opendaylight/topoprocessing/inventoryRendering/request/IRTopologyRequestListener.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning naming PackageName Package name 'org.opendaylight.topoprocessing.inventoryRendering.request' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. 27
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 34
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning whitespace GenericWhitespace GenericWhitespace '<' is preceded with whitespace. 54

org/opendaylight/topoprocessing/inventoryRendering/translator/IRLinkTranslator.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning naming PackageName Package name 'org.opendaylight.topoprocessing.inventoryRendering.translator' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 8
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 18

org/opendaylight/topoprocessing/inventoryRendering/translator/IRNodeTranslator.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning naming PackageName Package name 'org.opendaylight.topoprocessing.inventoryRendering.translator' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 11
 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 imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 15
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 16
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 17
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.AugmentationNode' import. 32
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 53
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 76
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 77
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 78
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 79
 Warning whitespace GenericWhitespace GenericWhitespace '>' is preceded with whitespace. 95
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 202
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 208
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 214
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 220
 Warning sizes LineLength Line is longer than 120 characters (found 128). 242
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 256
 Warning coding OneStatementPerLine Only one statement per line allowed. 263
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 285

org/opendaylight/topoprocessing/inventoryRendering/util/IRInstanceIdentifiers.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning naming PackageName Package name 'org.opendaylight.topoprocessing.inventoryRendering.util' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 8
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 19
 Warning javadoc SummaryJavadoc First sentence should be present. 21
 Warning javadoc SummaryJavadoc First sentence should be present. 24
 Warning javadoc SummaryJavadoc First sentence should be present. 27
 Warning javadoc SummaryJavadoc First sentence should be present. 30
 Warning javadoc SummaryJavadoc First sentence should be present. 33
 Warning javadoc SummaryJavadoc First sentence should be present. 36
 Warning javadoc SummaryJavadoc First sentence should be present. 40
 Warning javadoc SummaryJavadoc First sentence should be present. 43
 Warning javadoc SummaryJavadoc First sentence should be present. 46
 Warning javadoc SummaryJavadoc First sentence should be present. 49
 Warning javadoc SummaryJavadoc First sentence should be present. 53
 Warning javadoc SummaryJavadoc First sentence should be present. 56
 Warning javadoc SummaryJavadoc First sentence should be present. 59
 Warning javadoc SummaryJavadoc First sentence should be present. 63

org/opendaylight/topoprocessing/inventoryRendering/util/IRQNames.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning naming PackageName Package name 'org.opendaylight.topoprocessing.inventoryRendering.util' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 8
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 19
 Warning javadoc SummaryJavadoc First sentence should be present. 21
 Warning javadoc SummaryJavadoc First sentence should be present. 24
 Warning javadoc SummaryJavadoc First sentence should be present. 27
 Warning javadoc SummaryJavadoc First sentence should be present. 30
 Warning javadoc SummaryJavadoc First sentence should be present. 34
 Warning javadoc SummaryJavadoc First sentence should be present. 36
 Warning javadoc SummaryJavadoc First sentence should be present. 38
 Warning javadoc SummaryJavadoc First sentence should be present. 40
 Warning javadoc SummaryJavadoc First sentence should be present. 42
 Warning javadoc SummaryJavadoc First sentence should be present. 44
 Warning javadoc SummaryJavadoc First sentence should be present. 47
 Warning javadoc SummaryJavadoc First sentence should be present. 49
 Warning javadoc SummaryJavadoc First sentence should be present. 51
 Warning javadoc SummaryJavadoc First sentence should be present. 53
 Warning javadoc SummaryJavadoc First sentence should be present. 56
 Warning javadoc SummaryJavadoc First sentence should be present. 59
 Warning javadoc SummaryJavadoc First sentence should be present. 62
 Warning javadoc SummaryJavadoc First sentence should be present. 65
 Warning javadoc SummaryJavadoc First sentence should be present. 68
 Warning javadoc SummaryJavadoc First sentence should be present. 71
 Warning javadoc SummaryJavadoc First sentence should be present. 75
 Warning javadoc SummaryJavadoc First sentence should be present. 78
 Warning javadoc SummaryJavadoc First sentence should be present. 81
 Warning javadoc SummaryJavadoc First sentence should be present. 84