Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
59 0 534 0

Files

File  I  W  E
org/opendaylight/topoprocessing/impl/adapter/ModelAdapter.java 0 11 0
org/opendaylight/topoprocessing/impl/listener/GlobalSchemaContextListener.java 0 2 0
org/opendaylight/topoprocessing/impl/listener/InventoryListener.java 0 11 0
org/opendaylight/topoprocessing/impl/listener/UnderlayTopologyListener.java 0 10 0
org/opendaylight/topoprocessing/impl/operator/ITopologyManager.java 0 4 0
org/opendaylight/topoprocessing/impl/operator/LinkCalculator.java 0 38 0
org/opendaylight/topoprocessing/impl/operator/LinkFiltrator.java 0 5 0
org/opendaylight/topoprocessing/impl/operator/NodeAndTPAggregator.java 0 23 0
org/opendaylight/topoprocessing/impl/operator/NotificationInterConnector.java 0 11 0
org/opendaylight/topoprocessing/impl/operator/PreAggregationFiltrator.java 0 1 0
org/opendaylight/topoprocessing/impl/operator/TerminationPointAggregator.java 0 31 0
org/opendaylight/topoprocessing/impl/operator/TerminationPointFiltrator.java 0 14 0
org/opendaylight/topoprocessing/impl/operator/TerminationPointPreAggregationFiltrator.java 0 4 0
org/opendaylight/topoprocessing/impl/operator/TopoStoreProvider.java 0 7 0
org/opendaylight/topoprocessing/impl/operator/TopologyAggregator.java 0 27 0
org/opendaylight/topoprocessing/impl/operator/TopologyFiltrator.java 0 5 0
org/opendaylight/topoprocessing/impl/operator/TopologyManager.java 0 25 0
org/opendaylight/topoprocessing/impl/operator/TopologyOperator.java 0 5 0
org/opendaylight/topoprocessing/impl/operator/filtrator/AbstractFiltrator.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/filtrator/Ipv4AddressFiltrator.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/filtrator/Ipv6AddressFiltrator.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/filtrator/RangeNumberFiltrator.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/filtrator/RangeStringFiltrator.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/filtrator/ScriptFiltrator.java 0 5 0
org/opendaylight/topoprocessing/impl/operator/filtrator/SpecificValueFiltrator.java 0 6 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/DefaultFiltrators.java 0 5 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/Ipv4FiltratorFactory.java 0 3 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/Ipv6FiltratorFactory.java 0 3 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/RangeNumberFiltratorFactory.java 0 5 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/RangeStringFiltratorFactory.java 0 5 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/ScriptFiltratorFactory.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/SpecificNumberFiltratorFactory.java 0 3 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/SpecificStringFiltratorFactory.java 0 3 0
org/opendaylight/topoprocessing/impl/provider/TopoProcessingProviderImpl.java 0 7 0
org/opendaylight/topoprocessing/impl/request/TopologyRequestHandler.java 0 36 0
org/opendaylight/topoprocessing/impl/request/TopologyRequestListener.java 0 19 0
org/opendaylight/topoprocessing/impl/rpc/OverlayRpcImplementation.java 0 3 0
org/opendaylight/topoprocessing/impl/rpc/RpcServices.java 0 3 0
org/opendaylight/topoprocessing/impl/structure/IdentifierGenerator.java 0 5 0
org/opendaylight/topoprocessing/impl/structure/OverlayItemWrapper.java 0 7 0
org/opendaylight/topoprocessing/impl/structure/ScriptResult.java 0 3 0
org/opendaylight/topoprocessing/impl/structure/TopologyStore.java 0 6 0
org/opendaylight/topoprocessing/impl/translator/LinkTranslator.java 0 2 0
org/opendaylight/topoprocessing/impl/translator/NodeTranslator.java 0 2 0
org/opendaylight/topoprocessing/impl/translator/OverlayItemTranslator.java 0 11 0
org/opendaylight/topoprocessing/impl/translator/PathTranslator.java 0 4 0
org/opendaylight/topoprocessing/impl/translator/TranslatorHelper.java 0 3 0
org/opendaylight/topoprocessing/impl/util/GlobalSchemaContextHolder.java 0 4 0
org/opendaylight/topoprocessing/impl/util/IgnoreAddQueue.java 0 3 0
org/opendaylight/topoprocessing/impl/util/InstanceIdentifiers.java 0 21 0
org/opendaylight/topoprocessing/impl/util/TopologyQNames.java 0 64 0
org/opendaylight/topoprocessing/impl/writer/DeleteOperation.java 0 2 0
org/opendaylight/topoprocessing/impl/writer/MergeOperation.java 0 2 0
org/opendaylight/topoprocessing/impl/writer/PutOperation.java 0 2 0
org/opendaylight/topoprocessing/impl/writer/ShutdownOperation.java 0 2 0
org/opendaylight/topoprocessing/impl/writer/TopologyWriter.java 0 39 0

Rules

Category Rule Violations Severity
blocks EmptyBlock
  • tokens: "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_SWITCH"
  • option: "TEXT"
1  Warning
LeftCurly
  • maxLineLength: "100"
2  Warning
NeedBraces 1  Warning
RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, LITERAL_DO, STATIC_INIT, INSTANCE_INIT"
  • option: "alone"
5  Warning
RightCurly 5  Warning
coding OverloadMethodsDeclarationOrder 1  Warning
VariableDeclarationUsageDistance 2  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS"
  • thirdPartyPackageRegExp: ".*"
  • specialImportsRegExp: "^com.*"
91  Warning
indentation Indentation
  • lineWrappingIndentation: "4"
  • caseIndent: "4"
  • arrayInitIndent: "4"
  • throwsIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
105  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
5  Warning
JavadocTagContinuationIndentation 5  Warning
NonEmptyAtclauseDescription 6  Warning
SingleLineJavadoc 4  Warning
naming AbbreviationAsWordInName
  • allowedAbbreviationLength: "1"
  • ignoreFinal: "false"
8  Warning
LocalVariableName
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
2  Warning
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
8  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
8  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
15  Warning
MethodParamPad 1  Warning
OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR "
  • option: "NL"
17  Warning
SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
6  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
6  Warning
WhitespaceAround
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
  • allowEmptyMethods: "true"
  • allowEmptyConstructors: "true"
96  Warning

Details

org/opendaylight/topoprocessing/impl/adapter/ModelAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.MapNode' import. 30
 Warning javadoc SummaryJavadoc First sentence should be present. 36
 Warning whitespace SeparatorWrap ',' should be on the previous line. 49
 Warning javadoc SummaryJavadoc First sentence should be present. 52
 Warning sizes LineLength Line is longer than 120 characters (found 124). 55
 Warning sizes LineLength Line is longer than 120 characters (found 124). 62
 Warning javadoc SummaryJavadoc First sentence should be present. 65
 Warning javadoc SummaryJavadoc First sentence should be present. 71
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 74
 Warning javadoc SummaryJavadoc First sentence should be present. 81
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 83

org/opendaylight/topoprocessing/impl/listener/GlobalSchemaContextListener.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence should be present. 28
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 30

org/opendaylight/topoprocessing/impl/listener/InventoryListener.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 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 Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode' import. 26
 Warning javadoc SummaryJavadoc First sentence should be present. 49
 Warning whitespace OperatorWrap '||' should be on a new line. 75
 Warning javadoc SummaryJavadoc First sentence should be present. 120
 Warning javadoc SummaryJavadoc First sentence should be present. 131
 Warning javadoc SummaryJavadoc First sentence should be present. 138

org/opendaylight/topoprocessing/impl/listener/UnderlayTopologyListener.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 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 Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.LeafNode' import. 26
 Warning javadoc SummaryJavadoc First sentence should be present. 54
 Warning whitespace OperatorWrap '||' should be on a new line. 83
 Warning javadoc SummaryJavadoc First sentence should be present. 162
 Warning javadoc SummaryJavadoc First sentence should be present. 173

org/opendaylight/topoprocessing/impl/operator/ITopologyManager.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning javadoc SummaryJavadoc First sentence should be present. 18
 Warning javadoc SummaryJavadoc First sentence should be present. 23
 Warning javadoc SummaryJavadoc First sentence should be present. 28

org/opendaylight/topoprocessing/impl/operator/LinkCalculator.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 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 Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 18
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 19
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 20
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode' import. 36
 Warning javadoc SummaryJavadoc First sentence should be present. 61
 Warning whitespace WhitespaceAround WhitespaceAround: 'synchronized' is not followed by whitespace. 74
 Warning whitespace WhitespaceAround WhitespaceAround: 'synchronized' is not followed by whitespace. 96
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 105
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 112
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 112
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 123
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 123
 Warning whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. 132
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 132
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 140
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 140
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 144
 Warning whitespace OperatorWrap '||' should be on a new line. 144
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 145
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be 24. 147
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 24, expected level should be 20. 148
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 150
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 150
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 153
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 153
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 157
 Warning blocks RightCurly '}' should be on the same line. 159
 Warning whitespace WhitespaceAround WhitespaceAround: 'synchronized' is not followed by whitespace. 171
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 229
 Warning blocks RightCurly '}' should be on the same line. 274
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 309
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 379

org/opendaylight/topoprocessing/impl/operator/LinkFiltrator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 19
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 20
 Warning whitespace OperatorWrap '||' should be on a new line. 36
 Warning whitespace OperatorWrap '||' should be on a new line. 50
 Warning whitespace OperatorWrap '||' should be on a new line. 59

org/opendaylight/topoprocessing/impl/operator/NodeAndTPAggregator.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild' import. 32
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. 42
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 46
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 47
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 55
 Warning javadoc SummaryJavadoc First sentence should be present. 75
 Warning javadoc SummaryJavadoc First sentence should be present. 116
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 133
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 139
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 142
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 149
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 152
 Warning javadoc JavadocMethod Missing a Javadoc comment. 165
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 178
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 178
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 185
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 219
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 234
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 237
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 243
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 248
 Warning blocks EmptyBlock Empty catch block. 258

org/opendaylight/topoprocessing/impl/operator/NotificationInterConnector.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. 22
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. 27
 Warning javadoc SummaryJavadoc First sentence should be present. 41
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 60
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. 60
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 61
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. 61
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 61
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. 61
 Warning whitespace OperatorWrap '&&' should be on a new line. 61
 Warning javadoc SummaryJavadoc First sentence should be present. 197

org/opendaylight/topoprocessing/impl/operator/PreAggregationFiltrator.java

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

org/opendaylight/topoprocessing/impl/operator/TerminationPointAggregator.java

Severity Category Rule Message Line
 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 Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 18
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 19
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild' import. 39
 Warning whitespace SeparatorWrap '.' should be on a new line. 60
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 67
 Warning javadoc SummaryJavadoc First sentence should be present. 111
 Warning whitespace OperatorWrap '||' should be on a new line. 178
 Warning whitespace OperatorWrap '&&' should be on a new line. 179
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 282
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 282
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 284
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 290
 Warning indentation Indentation 'for' child have incorrect indentation level 16, expected level should be 12. 317
 Warning indentation Indentation 'member def type' have incorrect indentation level 16, expected level should be 12. 317
 Warning indentation Indentation 'while' have incorrect indentation level 16, expected level should be 12. 318
 Warning whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. 318
 Warning indentation Indentation 'member def type' have incorrect indentation level 20, expected level should be 16. 319
 Warning indentation Indentation 'while' child have incorrect indentation level 20, expected level should be 16. 319
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 319
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 16. 320
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 20. 321
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 16. 322
 Warning indentation Indentation 'while rcurly' have incorrect indentation level 16, expected level should be 12. 323
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 405
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 434
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 455

org/opendaylight/topoprocessing/impl/operator/TerminationPointFiltrator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. 45
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 69
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 71
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 98
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 100
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 16. 136
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 20. 137
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 20. 138
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 16. 139
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 145
 Warning coding VariableDeclarationUsageDistance Distance between variable 'tpId' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 159
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 168
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 169
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 189

org/opendaylight/topoprocessing/impl/operator/TerminationPointPreAggregationFiltrator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.topology.correlation.rev150121.I2rsModel' import. 17
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 31
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 32
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 106

org/opendaylight/topoprocessing/impl/operator/TopoStoreProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'org.opendaylight.topoprocessing.api.structure.UnderlayItem'should be separated from previous import group. 14
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 25
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 26
 Warning javadoc SummaryJavadoc First sentence should be present. 29
 Warning javadoc SummaryJavadoc First sentence should be present. 42
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 46
 Warning javadoc SummaryJavadoc First sentence should be present. 61

org/opendaylight/topoprocessing/impl/operator/TopologyAggregator.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 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 Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 18
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 19
 Warning javadoc SummaryJavadoc First sentence should be present. 53
 Warning javadoc SummaryJavadoc First sentence should be present. 74
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 84
 Warning blocks RightCurly '}' should be on the same line. 86
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 115
 Warning blocks LeftCurly '{' should be on the previous line. 116
 Warning whitespace OperatorWrap '&&' should be on a new line. 120
 Warning whitespace OperatorWrap '&&' should be on a new line. 121
 Warning whitespace OperatorWrap '&&' should be on a new line. 126
 Warning whitespace OperatorWrap '&&' should be on a new line. 127
 Warning javadoc SummaryJavadoc First sentence should be present. 163
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 233
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 234
 Warning whitespace OperatorWrap '||' should be on a new line. 238
 Warning whitespace OperatorWrap '||' should be on a new line. 239
 Warning blocks RightCurly '}' should be on the same line. 254
 Warning javadoc SummaryJavadoc First sentence should be present. 274
 Warning javadoc SummaryJavadoc First sentence should be present. 279
 Warning javadoc SummaryJavadoc First sentence should be present. 284

org/opendaylight/topoprocessing/impl/operator/TopologyFiltrator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'com.google.common.base.Preconditions'should be separated from previous import group. 19
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 8. 45
 Warning javadoc SummaryJavadoc First sentence should be present. 106
 Warning whitespace OperatorWrap '+' should be on a new line. 111
 Warning blocks NeedBraces 'if' construct must use '{}'s. 118

org/opendaylight/topoprocessing/impl/operator/TopologyManager.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.dom.api.DOMRpcAvailabilityListener'should be separated from previous import group. 18
 Warning javadoc SummaryJavadoc First sentence should be present. 54
 Warning javadoc SummaryJavadoc First sentence should be present. 69
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 73
 Warning javadoc SummaryJavadoc First sentence should be present. 77
 Warning javadoc SummaryJavadoc First sentence should be present. 92
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 100
 Warning javadoc SummaryJavadoc First sentence should be present. 123
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 129
 Warning javadoc SummaryJavadoc First sentence should be present. 135
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 155
 Warning javadoc SummaryJavadoc First sentence should be present. 167
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 169
 Warning javadoc SummaryJavadoc First sentence should be present. 190
 Warning javadoc SummaryJavadoc First sentence should be present. 207
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 249
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 250
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 251
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 252
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 253
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 254
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 255
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 256
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 257

org/opendaylight/topoprocessing/impl/operator/TopologyOperator.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence should be present. 19
 Warning sizes LineLength Line is longer than 120 characters (found 121). 25
 Warning javadoc SummaryJavadoc First sentence should be present. 27
 Warning javadoc SummaryJavadoc First sentence should be present. 35
 Warning javadoc SummaryJavadoc First sentence should be present. 42

org/opendaylight/topoprocessing/impl/operator/filtrator/AbstractFiltrator.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. 36

org/opendaylight/topoprocessing/impl/operator/filtrator/Ipv4AddressFiltrator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. 23
 Warning javadoc SummaryJavadoc First sentence should be present. 37

org/opendaylight/topoprocessing/impl/operator/filtrator/Ipv6AddressFiltrator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. 24
 Warning javadoc SummaryJavadoc First sentence should be present. 37

org/opendaylight/topoprocessing/impl/operator/filtrator/RangeNumberFiltrator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32

org/opendaylight/topoprocessing/impl/operator/filtrator/RangeStringFiltrator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. 19
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32

org/opendaylight/topoprocessing/impl/operator/filtrator/ScriptFiltrator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. 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 javadoc SummaryJavadoc First sentence should be present. 36

org/opendaylight/topoprocessing/impl/operator/filtrator/SpecificValueFiltrator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. 21
 Warning javadoc SummaryJavadoc First sentence should be present. 33
 Warning sizes LineLength Line is longer than 120 characters (found 121). 36
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 50
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 50
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 85

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/DefaultFiltrators.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.impl.operator.filtratorFactory' 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. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 13
 Warning javadoc SummaryJavadoc First sentence should be present. 29

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/Ipv4FiltratorFactory.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.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 8
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 25

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/Ipv6FiltratorFactory.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.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 8
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 25

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/RangeNumberFiltratorFactory.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.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 8
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 26
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 27
 Warning naming LocalVariableName Local variable name 'RNFilter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 27

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/RangeStringFiltratorFactory.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.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 8
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 26
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 27
 Warning naming LocalVariableName Local variable name 'RSFilter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 27

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/ScriptFiltratorFactory.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'org.opendaylight.topoprocessing.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 9
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 26

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/SpecificNumberFiltratorFactory.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.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 8
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 25

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/SpecificStringFiltratorFactory.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.impl.operator.filtratorFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 8
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 25

org/opendaylight/topoprocessing/impl/provider/TopoProcessingProviderImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' import. 41
 Warning javadoc SummaryJavadoc First sentence should be present. 62
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 110
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 117
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 124
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 129
 Warning blocks RightCurly '}' should be on the same line. 132

org/opendaylight/topoprocessing/impl/request/TopologyRequestHandler.java

Severity Category Rule Message Line
 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.topoprocessing.impl.operator.TerminationPointPreAggregationFiltrator' import. 33
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.topoprocessing.impl.operator.TerminationPointAggregator' import. 34
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.topoprocessing.impl.operator.LinkFiltrator' import. 36
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild' import. 77
 Warning javadoc SummaryJavadoc First sentence should be present. 103
 Warning javadoc SummaryJavadoc First sentence should be present. 128
 Warning javadoc SummaryJavadoc First sentence should be present. 136
 Warning javadoc SummaryJavadoc First sentence should be present. 144
 Warning javadoc SummaryJavadoc First sentence should be present. 152
 Warning javadoc JavadocMethod Missing a Javadoc comment. 160
 Warning javadoc SummaryJavadoc First sentence should be present. 174
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 198
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 205
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 240
 Warning coding VariableDeclarationUsageDistance Distance between variable 'nodeAggregator' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 254
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 267
 Warning javadoc SummaryJavadoc First sentence should be present. 354
 Warning whitespace SeparatorWrap '.' should be on a new line. 385
 Warning whitespace SeparatorWrap '.' should be on a new line. 404
 Warning whitespace OperatorWrap '+' should be on a new line. 411
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 515
 Warning blocks LeftCurly '{' should be on the previous line. 560
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 562
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 625
 Warning javadoc SummaryJavadoc First sentence should be present. 647
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '172'. 650
 Warning javadoc SummaryJavadoc First sentence should be present. 658
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 673
 Warning javadoc SummaryJavadoc First sentence should be present. 683
 Warning javadoc SummaryJavadoc First sentence should be present. 692
 Warning javadoc SummaryJavadoc First sentence should be present. 699

org/opendaylight/topoprocessing/impl/request/TopologyRequestListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild' import. 37
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. 43
 Warning javadoc SummaryJavadoc First sentence should be present. 64
 Warning sizes LineLength Line is longer than 120 characters (found 124). 67
 Warning sizes LineLength Line is longer than 120 characters (found 135). 73
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 105
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 106
 Warning javadoc SummaryJavadoc First sentence should be present. 129
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 150
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 151
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 20. 152
 Warning indentation Indentation 'member def type' have incorrect indentation level 24, expected level should be 20. 152
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 20. 153
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 20. 154
 Warning javadoc SummaryJavadoc First sentence should be present. 171
 Warning javadoc SummaryJavadoc First sentence should be present. 178
 Warning javadoc SummaryJavadoc First sentence should be present. 186
 Warning javadoc SummaryJavadoc First sentence should be present. 194
 Warning javadoc SummaryJavadoc First sentence should be present. 204

org/opendaylight/topoprocessing/impl/rpc/OverlayRpcImplementation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.AugmentationNode' import. 25
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. 39
 Warning javadoc SummaryJavadoc First sentence should be present. 55

org/opendaylight/topoprocessing/impl/rpc/RpcServices.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence should be present. 23
 Warning javadoc SummaryJavadoc First sentence should be present. 33
 Warning javadoc SummaryJavadoc First sentence should be present. 40

org/opendaylight/topoprocessing/impl/structure/IdentifierGenerator.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence should be present. 20
 Warning javadoc SummaryJavadoc First sentence should be present. 45
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 54
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 57
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 60

org/opendaylight/topoprocessing/impl/structure/OverlayItemWrapper.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning javadoc SummaryJavadoc First sentence should be present. 25
 Warning javadoc SummaryJavadoc First sentence should be present. 36
 Warning javadoc SummaryJavadoc First sentence should be present. 43
 Warning javadoc SummaryJavadoc First sentence should be present. 50
 Warning javadoc SummaryJavadoc First sentence should be present. 57
 Warning javadoc SummaryJavadoc First sentence should be present. 64

org/opendaylight/topoprocessing/impl/structure/ScriptResult.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.topoprocessing.impl.operator.TopologyAggregator' import. 12
 Warning javadoc SummaryJavadoc First sentence should be present. 24
 Warning javadoc SummaryJavadoc First sentence should be present. 31

org/opendaylight/topoprocessing/impl/structure/TopologyStore.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'org.opendaylight.topoprocessing.api.structure.UnderlayItem'should be separated from previous import group. 12
 Warning javadoc SummaryJavadoc First sentence should be present. 25
 Warning sizes LineLength Line is longer than 120 characters (found 128). 32
 Warning javadoc SummaryJavadoc First sentence should be present. 38
 Warning javadoc SummaryJavadoc First sentence should be present. 45
 Warning javadoc SummaryJavadoc First sentence should be present. 52

org/opendaylight/topoprocessing/impl/translator/LinkTranslator.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning javadoc SummaryJavadoc First sentence should be present. 20

org/opendaylight/topoprocessing/impl/translator/NodeTranslator.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning javadoc SummaryJavadoc First sentence should be present. 19

org/opendaylight/topoprocessing/impl/translator/OverlayItemTranslator.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 26
 Warning javadoc SummaryJavadoc First sentence should be present. 30
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 20. 42
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 20. 43
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 44
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 45
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 20. 46
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 47
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 48
 Warning indentation Indentation 'case' child have incorrect indentation level 16, expected level should be 20. 49
 Warning indentation Indentation 'block' child have incorrect indentation level 20, expected level should be 24. 50

org/opendaylight/topoprocessing/impl/translator/PathTranslator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Splitter' import. 36
 Warning javadoc SummaryJavadoc First sentence should be present. 46
 Warning sizes LineLength Line is longer than 120 characters (found 127). 85
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 100

org/opendaylight/topoprocessing/impl/translator/TranslatorHelper.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 20

org/opendaylight/topoprocessing/impl/util/GlobalSchemaContextHolder.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence should be present. 23
 Warning javadoc SummaryJavadoc First sentence should be present. 32
 Warning javadoc SummaryJavadoc First sentence should be present. 41
 Warning javadoc SummaryJavadoc First sentence should be present. 48

org/opendaylight/topoprocessing/impl/util/IgnoreAddQueue.java

Severity Category Rule Message Line
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 26
 Warning javadoc SummaryJavadoc First sentence should be present. 35
 Warning javadoc SummaryJavadoc First sentence should be present. 43

org/opendaylight/topoprocessing/impl/util/InstanceIdentifiers.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence should be present. 29
 Warning javadoc SingleLineJavadoc Single-line Javadoc comment should be multi-line. 29
 Warning javadoc SummaryJavadoc First sentence should be present. 32
 Warning javadoc SingleLineJavadoc Single-line Javadoc comment should be multi-line. 32
 Warning javadoc SummaryJavadoc First sentence should be present. 35
 Warning javadoc SingleLineJavadoc Single-line Javadoc comment should be multi-line. 35
 Warning javadoc SummaryJavadoc First sentence should be present. 54
 Warning javadoc SingleLineJavadoc Single-line Javadoc comment should be multi-line. 54
 Warning whitespace SeparatorWrap '.' should be on a new line. 58
 Warning whitespace SeparatorWrap '.' should be on a new line. 63
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 96
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 97
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 99
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 100
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 101
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 103
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 104
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 105
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 107
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 108
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 109

org/opendaylight/topoprocessing/impl/util/TopologyQNames.java

Severity Category Rule Message Line
 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. 38
 Warning javadoc SummaryJavadoc First sentence should be present. 45
 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. 57
 Warning javadoc SummaryJavadoc First sentence should be present. 61
 Warning javadoc SummaryJavadoc First sentence should be present. 65
 Warning javadoc SummaryJavadoc First sentence should be present. 69
 Warning javadoc SummaryJavadoc First sentence should be present. 73
 Warning javadoc SummaryJavadoc First sentence should be present. 77
 Warning javadoc SummaryJavadoc First sentence should be present. 82
 Warning javadoc SummaryJavadoc First sentence should be present. 84
 Warning javadoc SummaryJavadoc First sentence should be present. 86
 Warning javadoc SummaryJavadoc First sentence should be present. 88
 Warning javadoc SummaryJavadoc First sentence should be present. 90
 Warning javadoc SummaryJavadoc First sentence should be present. 92
 Warning javadoc SummaryJavadoc First sentence should be present. 94
 Warning javadoc SummaryJavadoc First sentence should be present. 96
 Warning javadoc SummaryJavadoc First sentence should be present. 99
 Warning javadoc SummaryJavadoc First sentence should be present. 101
 Warning javadoc SummaryJavadoc First sentence should be present. 108
 Warning javadoc SummaryJavadoc First sentence should be present. 111
 Warning javadoc SummaryJavadoc First sentence should be present. 114
 Warning javadoc SummaryJavadoc First sentence should be present. 116
 Warning javadoc SummaryJavadoc First sentence should be present. 118
 Warning javadoc SummaryJavadoc First sentence should be present. 120
 Warning javadoc SummaryJavadoc First sentence should be present. 127
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 134
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 136
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 137
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 138
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 139
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 140
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 141
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 142
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 143
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 144
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 145
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 146
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 150
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 151
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 153
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 154
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 155
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 157
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 158
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 159
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 161
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 162
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 163
 Warning javadoc SummaryJavadoc First sentence should be present. 169
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 177
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 178
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 179
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 180
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 181
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 182
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 183
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 184
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 185
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 186
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 187

org/opendaylight/topoprocessing/impl/writer/DeleteOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' import. 15
 Warning javadoc SummaryJavadoc First sentence should be present. 25

org/opendaylight/topoprocessing/impl/writer/MergeOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' import. 16
 Warning javadoc SummaryJavadoc First sentence should be present. 27

org/opendaylight/topoprocessing/impl/writer/PutOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' import. 16
 Warning javadoc SummaryJavadoc First sentence should be present. 27

org/opendaylight/topoprocessing/impl/writer/ShutdownOperation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' import. 15
 Warning javadoc SummaryJavadoc First sentence should be present. 25

org/opendaylight/topoprocessing/impl/writer/TopologyWriter.java

Severity Category Rule Message Line
 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 Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 18
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 19
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.ContainerNode' import. 43
 Warning javadoc SummaryJavadoc First sentence should be present. 83
 Warning javadoc SummaryJavadoc First sentence should be present. 150
 Warning javadoc SummaryJavadoc First sentence should be present. 160
 Warning javadoc SummaryJavadoc First sentence should be present. 191
 Warning javadoc SummaryJavadoc First sentence should be present. 203
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 235
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 250
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 256
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 257
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not followed by whitespace. 271
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 271
 Warning javadoc SummaryJavadoc First sentence should be present. 279
 Warning javadoc SummaryJavadoc First sentence should be present. 288
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 291
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 302
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 303
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 304
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 307
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 308
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 309
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 312
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 313
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 314
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 320
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 321
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 322
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 324
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 325
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 326
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 328
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 329
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 330