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
112 0 380 0

Files

File  I  W  E
org/opendaylight/topoprocessing/impl/adapter/ModelAdapter.java 0 3 0
org/opendaylight/topoprocessing/impl/listener/GlobalSchemaContextListener.java 0 3 0
org/opendaylight/topoprocessing/impl/listener/GlobalSchemaContextListenerTest.java 0 1 0
org/opendaylight/topoprocessing/impl/listener/InventoryListener.java 0 8 0
org/opendaylight/topoprocessing/impl/listener/InventoryListenerTest.java 0 6 0
org/opendaylight/topoprocessing/impl/listener/UnderlayTopologyListener.java 0 6 0
org/opendaylight/topoprocessing/impl/listener/UnderlayTopologyListenerTest.java 0 20 0
org/opendaylight/topoprocessing/impl/operator/EqualityAggregator.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/EqualityAggregatorTest.java 0 18 0
org/opendaylight/topoprocessing/impl/operator/ITopologyManager.java 0 10 0
org/opendaylight/topoprocessing/impl/operator/LinkCalculator.java 0 6 0
org/opendaylight/topoprocessing/impl/operator/LinkCalculatorTest.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/LinkFiltrator.java 0 1 0
org/opendaylight/topoprocessing/impl/operator/LinkFiltratorTest.java 0 1 0
org/opendaylight/topoprocessing/impl/operator/NodeAndTPAggregator.java 0 8 0
org/opendaylight/topoprocessing/impl/operator/NodeAndTPAggregatorTest.java 0 1 0
org/opendaylight/topoprocessing/impl/operator/NotificationInterConnector.java 0 7 0
org/opendaylight/topoprocessing/impl/operator/NotificationInterConnectorTest.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/PreAggregationFiltrator.java 0 3 0
org/opendaylight/topoprocessing/impl/operator/PreAggregationFiltratorTest.java 0 1 0
org/opendaylight/topoprocessing/impl/operator/TerminationPointAggregator.java 0 4 0
org/opendaylight/topoprocessing/impl/operator/TerminationPointAggregatorTest.java 0 10 0
org/opendaylight/topoprocessing/impl/operator/TerminationPointFiltrator.java 0 3 0
org/opendaylight/topoprocessing/impl/operator/TerminationPointFiltratorTest.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/TerminationPointPreAggregationFiltrator.java 0 1 0
org/opendaylight/topoprocessing/impl/operator/TerminationPointPreAggregationFiltratorTest.java 0 4 0
org/opendaylight/topoprocessing/impl/operator/TopoStoreProvider.java 0 5 0
org/opendaylight/topoprocessing/impl/operator/TopoStoreProviderTest.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/TopologyAggregator.java 0 8 0
org/opendaylight/topoprocessing/impl/operator/TopologyFiltrator.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/TopologyFiltratorTest.java 0 6 0
org/opendaylight/topoprocessing/impl/operator/TopologyManager.java 0 9 0
org/opendaylight/topoprocessing/impl/operator/TopologyManagerTest.java 0 1 0
org/opendaylight/topoprocessing/impl/operator/TopologyOperator.java 0 5 0
org/opendaylight/topoprocessing/impl/operator/UnificationAggregator.java 0 1 0
org/opendaylight/topoprocessing/impl/operator/UnificationAggregatorTest.java 0 5 0
org/opendaylight/topoprocessing/impl/operator/UnificationCustomScriptTest.java 0 5 0
org/opendaylight/topoprocessing/impl/operator/filtrator/AbstractFiltrator.java 0 1 0
org/opendaylight/topoprocessing/impl/operator/filtrator/Ipv4AddressFiltrator.java 0 3 0
org/opendaylight/topoprocessing/impl/operator/filtrator/Ipv4AddressFiltratorTest.java 0 1 0
org/opendaylight/topoprocessing/impl/operator/filtrator/Ipv6AddressFiltrator.java 0 3 0
org/opendaylight/topoprocessing/impl/operator/filtrator/Ipv6AddressFiltratorTest.java 0 1 0
org/opendaylight/topoprocessing/impl/operator/filtrator/RangeNumberFiltrator.java 0 1 0
org/opendaylight/topoprocessing/impl/operator/filtrator/RangeNumberFiltratorTest.java 0 1 0
org/opendaylight/topoprocessing/impl/operator/filtrator/RangeStringFiltrator.java 0 1 0
org/opendaylight/topoprocessing/impl/operator/filtrator/RangeStringFiltratorTest.java 0 1 0
org/opendaylight/topoprocessing/impl/operator/filtrator/ScriptFiltrator.java 0 3 0
org/opendaylight/topoprocessing/impl/operator/filtrator/ScriptFiltratorTest.java 0 1 0
org/opendaylight/topoprocessing/impl/operator/filtrator/SpecificValueFiltrator.java 0 4 0
org/opendaylight/topoprocessing/impl/operator/filtrator/SpecificValueFiltratorTest.java 0 1 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/DefaultFiltrators.java 0 4 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/Ipv4FiltratorFactory.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/Ipv4FiltratorFactoryTest.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/Ipv6FiltratorFactory.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/Ipv6FiltratorFactoryTest.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/RangeNumberFiltratorFactory.java 0 3 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/RangeNumberFiltratorFactoryTest.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/RangeStringFiltratorFactory.java 0 3 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/RangeStringFiltratorFactoryTest.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/ScriptFiltratorFactory.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/ScriptFiltratorFactoryTest.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/SpecificNumberFiltratorFactory.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/SpecificNumberFiltratorFactoryTest.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/SpecificStringFiltratorFactory.java 0 2 0
org/opendaylight/topoprocessing/impl/operator/filtratorFactory/SpecificStringFiltratorFactoryTest.java 0 2 0
org/opendaylight/topoprocessing/impl/provider/TopoProcessingProviderImpl.java 0 1 0
org/opendaylight/topoprocessing/impl/provider/TopoProcessingProviderImplTest.java 0 2 0
org/opendaylight/topoprocessing/impl/request/TopologyRequestHandler.java 0 15 0
org/opendaylight/topoprocessing/impl/request/TopologyRequestHandlerTest.java 0 7 0
org/opendaylight/topoprocessing/impl/request/TopologyRequestListener.java 0 6 0
org/opendaylight/topoprocessing/impl/request/TopologyRequestListenerTest.java 0 3 0
org/opendaylight/topoprocessing/impl/rpc/OverlayRpcImplementation.java 0 2 0
org/opendaylight/topoprocessing/impl/rpc/OverlayRpcImplementationTest.java 0 2 0
org/opendaylight/topoprocessing/impl/rpc/RpcServices.java 0 4 0
org/opendaylight/topoprocessing/impl/rpc/RpcServicesTest.java 0 1 0
org/opendaylight/topoprocessing/impl/structure/IdentifierGenerator.java 0 1 0
org/opendaylight/topoprocessing/impl/structure/IdentifierGeneratorTest.java 0 1 0
org/opendaylight/topoprocessing/impl/structure/LogicalNodeTest.java 0 1 0
org/opendaylight/topoprocessing/impl/structure/OverlayItemWrapper.java 0 11 0
org/opendaylight/topoprocessing/impl/structure/ScriptResult.java 0 4 0
org/opendaylight/topoprocessing/impl/structure/TopologyStore.java 0 7 0
org/opendaylight/topoprocessing/impl/structure/TopologyStoreTest.java 0 6 0
org/opendaylight/topoprocessing/impl/testUtilities/TestDataTreeCandidateNode.java 0 2 0
org/opendaylight/topoprocessing/impl/testUtilities/TestLinkCreator.java 0 2 0
org/opendaylight/topoprocessing/impl/testUtilities/TestNodeCreator.java 0 2 0
org/opendaylight/topoprocessing/impl/testUtilities/TestingDOMDataBroker.java 0 2 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 2 0
org/opendaylight/topoprocessing/impl/translator/OverlayItemTranslatorTest.java 0 1 0
org/opendaylight/topoprocessing/impl/translator/PathTranslator.java 0 1 0
org/opendaylight/topoprocessing/impl/translator/PathTranslatorTest.java 0 9 0
org/opendaylight/topoprocessing/impl/translator/TranslatorHelper.java 0 1 0
org/opendaylight/topoprocessing/impl/util/GlobalSchemaContextHolder.java 0 4 0
org/opendaylight/topoprocessing/impl/util/GlobalSchemaContextHolderTest.java 0 1 0
org/opendaylight/topoprocessing/impl/util/IgnoreAddQueue.java 0 2 0
org/opendaylight/topoprocessing/impl/util/InstanceIdentifiers.java 0 1 0
org/opendaylight/topoprocessing/impl/util/InstanceIdentifiersTest.java 0 1 0
org/opendaylight/topoprocessing/impl/util/TopologyBuilder.java 0 1 0
org/opendaylight/topoprocessing/impl/util/TopologyQNames.java 0 1 0
org/opendaylight/topoprocessing/impl/util/TopologyQNamesTest.java 0 1 0
org/opendaylight/topoprocessing/impl/writer/DeleteOperation.java 0 2 0
org/opendaylight/topoprocessing/impl/writer/DeleteOperationTest.java 0 1 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/PutOperationTest.java 0 1 0
org/opendaylight/topoprocessing/impl/writer/ShutdownOperation.java 0 2 0
org/opendaylight/topoprocessing/impl/writer/TopologyWriter.java 0 7 0
org/opendaylight/topoprocessing/impl/writer/TopologyWriterTest.java 0 11 0
org/opendaylight/topoprocessing/impl/writer/TransactionOperation.java 0 2 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
RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, STATIC_INIT, INSTANCE_INIT"
  • option: "alone"
1  Warning
RightCurly 1  Warning
coding IllegalCatch 3  Warning
MissingSwitchDefault 1  Warning
MultipleVariableDeclarations 2  Warning
OverloadMethodsDeclarationOrder 1  Warning
VariableDeclarationUsageDistance 39  Warning
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
9  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
6  Warning
javadoc JavadocParagraph
  • allowNewlineParagraph: "false"
13  Warning
JavadocStyle
  • tokens: "ANNOTATION_DEF, ANNOTATION_FIELD_DEF, CLASS_DEF, CTOR_DEF, ENUM_CONSTANT_DEF, ENUM_DEF, INTERFACE_DEF, METHOD_DEF, VARIABLE_DEF"
  • checkEmptyJavadoc: "true"
158  Warning
JavadocTagContinuationIndentation 4  Warning
NonEmptyAtclauseDescription 4  Warning
modifier RedundantModifier 15  Warning
naming ConstantName 8  Warning
LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
14  Warning
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9_]*)*$"
19  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
4  Warning
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
1  Error
RegexpSinglelineJava
  • ignoreComments: "false"
  • format: "System\.(out)|(err)\.print(ln)?\("
  • message: "Line contains console output."
2  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
4  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
4  Warning
GenericWhitespace 3  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"
2  Warning
SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
1  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
1  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
6  Warning

Details

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 31
 Warning whitespace EmptyLineSeparator 'INTERFACE_DEF' should be separated from previous statement. 34
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 76

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 27
 Warning javadoc JavadocStyle Javadoc has empty description section. 27
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 29

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 18

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 37
 Warning naming ConstantName Name 'itemIdentifier' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 44
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 123
 Warning javadoc JavadocStyle Javadoc has empty description section. 123
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 134
 Warning javadoc JavadocStyle Javadoc has empty description section. 134
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 141
 Warning javadoc JavadocStyle Javadoc has empty description section. 141

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 44
 Warning coding VariableDeclarationUsageDistance Distance between variable 'nodeYiid' declaration and its first usage is 10, 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). 69
 Warning coding VariableDeclarationUsageDistance Distance between variable 'testNode' declaration and its first usage is 7, 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). 76
 Warning coding VariableDeclarationUsageDistance Distance between variable 'physicalNode' declaration and its first usage is 6, 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). 88
 Warning coding VariableDeclarationUsageDistance Distance between variable 'nodePathArgument' 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). 89
 Warning coding VariableDeclarationUsageDistance Distance between variable 'testNode' declaration and its first usage is 7, 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). 142

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

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. 36
 Warning javadoc JavadocStyle First sentence should end with a period. 39
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 156
 Warning javadoc JavadocStyle Javadoc has empty description section. 156
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 167
 Warning javadoc JavadocStyle Javadoc has empty description section. 167

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

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes'. 46
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 69
 Warning coding VariableDeclarationUsageDistance Distance between variable 'nodeYiid' declaration and its first usage is 11, 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). 81
 Warning coding VariableDeclarationUsageDistance Distance between variable 'testNode' declaration and its first usage is 6, 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). 86
 Warning coding VariableDeclarationUsageDistance Distance between variable 'physicalNode' declaration and its first usage is 6, 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). 100
 Warning coding VariableDeclarationUsageDistance Distance between variable 'nodePathArgument' 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). 102
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 109
 Warning sizes LineLength Line is longer than 120 characters (found 130). 147
 Warning coding VariableDeclarationUsageDistance Distance between variable 'nodeYiid' declaration and its first usage is 10, 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). 152
 Warning coding VariableDeclarationUsageDistance Distance between variable 'testNode' declaration and its first usage is 5, 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). 157
 Warning coding VariableDeclarationUsageDistance Distance between variable 'physicalNode' declaration and its first usage is 6, 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). 169
 Warning coding VariableDeclarationUsageDistance Distance between variable 'nodePathArgument' 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). 171
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 178
 Warning coding VariableDeclarationUsageDistance Distance between variable 'nodeYiid' declaration and its first usage is 9, 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). 193
 Warning coding VariableDeclarationUsageDistance Distance between variable 'testNode' 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). 198
 Warning coding VariableDeclarationUsageDistance Distance between variable 'physicalNode' declaration and its first usage is 6, 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). 208
 Warning coding VariableDeclarationUsageDistance Distance between variable 'nodePathArgument' 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). 210
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 217
 Warning sizes LineLength Line is longer than 120 characters (found 121). 232
 Warning modifier RedundantModifier Redundant 'public' modifier. 232

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 11
 Warning regexp RegexpSingleline Line has trailing spaces. 23

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 33
 Warning whitespace EmptyLineSeparator ',' should be separated from previous statement. 61
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 61
 Warning coding VariableDeclarationUsageDistance Distance between variable 'topo1' declaration and its first usage is 7, 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). 89
 Warning coding VariableDeclarationUsageDistance Distance between variable 'topo2' declaration and its first usage is 8, 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). 90
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 114
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 122
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 129
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 190
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 197
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 204
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 239
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 246
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 281
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 288
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 322
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 330
 Warning coding VariableDeclarationUsageDistance Distance between variable 'leafYiid61' 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). 397

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 12
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 18
 Warning javadoc JavadocStyle Javadoc has empty description section. 18
 Warning modifier RedundantModifier Redundant 'public' modifier. 21
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 23
 Warning javadoc JavadocStyle Javadoc has empty description section. 23
 Warning modifier RedundantModifier Redundant 'public' modifier. 26
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 28
 Warning javadoc JavadocStyle Javadoc has empty description section. 28
 Warning modifier RedundantModifier Redundant 'public' modifier. 31

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 44
 Warning javadoc JavadocStyle First sentence should end with a period. 63
 Warning whitespace OperatorWrap '||' should be on a new line. 142
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 16. 145
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 148
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 151

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 41
 Warning coding VariableDeclarationUsageDistance Distance between variable 'link2' 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). 102

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 21

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 31

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 43
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 45
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 46
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 74
 Warning javadoc JavadocStyle First sentence should end with a period. 74
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 115
 Warning javadoc JavadocStyle First sentence should end with a period. 115
 Warning blocks EmptyBlock Empty catch block. 257

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 45

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 30
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 42
 Warning javadoc JavadocStyle Javadoc has empty description section. 42
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 65
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 65
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 183
 Warning javadoc JavadocStyle Javadoc has empty description section. 183

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 40
 Warning coding VariableDeclarationUsageDistance Distance between variable 'item1' declaration and its first usage is 5, 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). 134

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 16
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 71
 Warning javadoc JavadocStyle Javadoc has empty description section. 71

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 31

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 54
 Warning modifier RedundantModifier Redundant 'public' modifier. 80
 Warning naming ParameterName Parameter name 'uItem' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 180
 Warning whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. 319

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 57
 Warning modifier RedundantModifier Redundant 'public' modifier. 105
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 274
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 284
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 338
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 348
 Warning coding VariableDeclarationUsageDistance Distance between variable 'nodeYiid' declaration and its first usage is 7, 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). 390
 Warning coding VariableDeclarationUsageDistance Distance between variable 'underlayItemInput' declaration and its first usage is 7, 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). 397
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 496
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 507

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 48
 Warning naming ParameterName Parameter name 'uItem' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 103
 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). 156

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 50
 Warning modifier RedundantModifier Redundant 'public' modifier. 83

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 36

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 32
 Warning modifier RedundantModifier Redundant 'public' modifier. 60
 Warning coding VariableDeclarationUsageDistance Distance between variable 'tpId1' declaration and its first usage is 5, 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). 85
 Warning coding VariableDeclarationUsageDistance Distance between variable 'value1' declaration and its first usage is 5, 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). 86

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 19
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 30
 Warning javadoc JavadocStyle Javadoc has empty description section. 30
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 61
 Warning javadoc JavadocStyle Javadoc has empty description section. 61

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 15
 Warning modifier RedundantModifier Redundant 'public' modifier. 27

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 56
 Warning javadoc JavadocStyle Javadoc has empty description section. 56
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 163
 Warning javadoc JavadocStyle Javadoc has empty description section. 163
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 274
 Warning javadoc JavadocStyle Javadoc has empty description section. 274
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 279
 Warning javadoc JavadocStyle Javadoc has empty description section. 279

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 by one line. 13
 Warning javadoc JavadocStyle Javadoc has empty description section. 31

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 32
 Warning indentation Indentation 'block' child have incorrect indentation level 8, expected level should be one of the following: 12, 16. 51
 Warning indentation Indentation 'block' child have incorrect indentation level 8, expected level should be one of the following: 12, 16. 52
 Warning indentation Indentation 'block' child have incorrect indentation level 8, expected level should be one of the following: 12, 16. 53
 Warning indentation Indentation 'block rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 12. 54
 Warning blocks RightCurly '}' at column 5 should be alone on a line. 54

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 39
 Warning javadoc JavadocStyle Javadoc has empty description section. 61
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 134
 Warning javadoc JavadocStyle Javadoc has empty description section. 134
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 146
 Warning javadoc JavadocStyle Javadoc has empty description section. 146
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 182
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 203
 Warning javadoc JavadocStyle Javadoc has empty description section. 203

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 49

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 14
 Warning modifier RedundantModifier Redundant 'final' modifier. 26
 Warning modifier RedundantModifier Redundant 'final' modifier. 41
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 43
 Warning javadoc JavadocStyle Javadoc has empty description section. 43

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 12

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 33
 Warning naming ConstantName Name 'script' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 50
 Warning coding VariableDeclarationUsageDistance Distance between variable 'physicalNode1' declaration and its first usage is 5, 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). 123
 Warning coding VariableDeclarationUsageDistance Distance between variable 'physicalNode2' declaration and its first usage is 5, 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). 127
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 191

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 34
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 56
 Warning whitespace EmptyLineSeparator ',' should be separated from previous statement. 57
 Warning naming LocalVariableName Local variable name 'UnderlayItem1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 99
 Warning naming LocalVariableName Local variable name 'UnderlayItem2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 102

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 16

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 22
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 33
 Warning javadoc JavadocStyle First sentence should end with a period. 33

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 21

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 23
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 33
 Warning javadoc JavadocStyle First sentence should end with a period. 33

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 19

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 18

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 17

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 18

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 17

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

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

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 21

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 20
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 29
 Warning javadoc JavadocStyle First sentence should end with a period. 29
 Warning sizes LineLength Line is longer than 120 characters (found 121). 32

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 17

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/DefaultFiltrators.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_]*)*$'. 8
 Warning javadoc JavadocStyle Javadoc has empty description section. 24
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 30
 Warning javadoc JavadocStyle Javadoc has empty description section. 30

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/Ipv4FiltratorFactory.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_]*)*$'. 8
 Warning javadoc JavadocStyle Javadoc has empty description section. 17

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/Ipv4FiltratorFactoryTest.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_]*)*$'. 8
 Warning javadoc JavadocStyle Javadoc has empty description section. 28

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/Ipv6FiltratorFactory.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_]*)*$'. 8
 Warning javadoc JavadocStyle Javadoc has empty description section. 17

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/Ipv6FiltratorFactoryTest.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_]*)*$'. 8
 Warning javadoc JavadocStyle Javadoc has empty description section. 28

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/RangeNumberFiltratorFactory.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_]*)*$'. 8
 Warning javadoc JavadocStyle Javadoc has empty description section. 18
 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/RangeNumberFiltratorFactoryTest.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_]*)*$'. 8
 Warning javadoc JavadocStyle Javadoc has empty description section. 26

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/RangeStringFiltratorFactory.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_]*)*$'. 8
 Warning javadoc JavadocStyle Javadoc has empty description section. 18
 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/RangeStringFiltratorFactoryTest.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_]*)*$'. 8
 Warning javadoc JavadocStyle Javadoc has empty description section. 26

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 javadoc JavadocStyle Javadoc has empty description section. 18

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/ScriptFiltratorFactoryTest.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_]*)*$'. 8
 Warning javadoc JavadocStyle Javadoc has empty description section. 27

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/SpecificNumberFiltratorFactory.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_]*)*$'. 8
 Warning javadoc JavadocStyle Javadoc has empty description section. 17

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/SpecificNumberFiltratorFactoryTest.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_]*)*$'. 8
 Warning javadoc JavadocStyle Javadoc has empty description section. 26

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/SpecificStringFiltratorFactory.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_]*)*$'. 8
 Warning javadoc JavadocStyle Javadoc has empty description section. 17

org/opendaylight/topoprocessing/impl/operator/filtratorFactory/SpecificStringFiltratorFactoryTest.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_]*)*$'. 8
 Warning javadoc JavadocStyle Javadoc has empty description section. 26

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 44

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

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.SetMultimap' import. Should be before 'org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext'. 57
 Warning javadoc JavadocStyle Javadoc has empty description section. 59

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

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'java.util.ArrayList' should be separated from previous import group by one line. 12
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.slf4j.LoggerFactory'. 79
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 214
 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). 253
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 336
 Warning javadoc JavadocStyle Javadoc has empty description section. 336
 Warning whitespace SeparatorWrap '.' should be on a new line. 373
 Warning whitespace OperatorWrap '+' should be on a new line. 376
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 579
 Warning javadoc JavadocStyle Javadoc has empty description section. 579
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '171'. 582
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 631
 Warning javadoc JavadocStyle Javadoc has empty description section. 631
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 638
 Warning javadoc JavadocStyle Javadoc has empty description section. 638

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 85
 Warning coding VariableDeclarationUsageDistance Distance between variable 'nodeInfoMock' declaration and its first usage is 12, 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). 294
 Warning coding VariableDeclarationUsageDistance Distance between variable 'leafPathMock' declaration and its first usage is 15, 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). 295
 Warning coding VariableDeclarationUsageDistance Distance between variable 'translartorMock' 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). 296
 Warning coding VariableDeclarationUsageDistance Distance between variable 'instanceIdentifierBuilderMock' declaration and its first usage is 7, 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). 297
 Warning coding VariableDeclarationUsageDistance Distance between variable 'linksInformations' declaration and its first usage is 18, 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). 298
 Warning modifier RedundantModifier Redundant 'public' modifier. 432

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

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. 43
 Warning coding MissingSwitchDefault switch without "default" clause. 97
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 149
 Warning javadoc JavadocStyle Javadoc has empty description section. 149
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 186
 Warning javadoc JavadocStyle Javadoc has empty description section. 186

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

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.opendaylight.yangtools.yang.data.api.schema.tree.ModificationType'. 53
 Warning javadoc JavadocStyle Javadoc has empty description section. 55
 Warning modifier RedundantModifier Redundant 'public' modifier. 246

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

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

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 52
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 130

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 33
 Warning javadoc JavadocStyle Javadoc has empty description section. 33
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 40
 Warning javadoc JavadocStyle Javadoc has empty description section. 40

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 19

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 15

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 19

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 28

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 16
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 35
 Warning javadoc JavadocStyle Javadoc has empty description section. 35
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 42
 Warning javadoc JavadocStyle Javadoc has empty description section. 42
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 49
 Warning javadoc JavadocStyle Javadoc has empty description section. 49
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 56
 Warning javadoc JavadocStyle Javadoc has empty description section. 56
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 63
 Warning javadoc JavadocStyle Javadoc has empty description section. 63

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 24
 Warning javadoc JavadocStyle Javadoc has empty description section. 24
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 31
 Warning javadoc JavadocStyle Javadoc has empty description section. 31

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 17
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 40
 Warning javadoc JavadocStyle Javadoc has empty description section. 40
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 47
 Warning javadoc JavadocStyle Javadoc has empty description section. 47
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 54
 Warning javadoc JavadocStyle Javadoc has empty description section. 54

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 28
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 70
 Warning javadoc JavadocStyle Javadoc has empty description section. 70
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 71
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 72
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 73

org/opendaylight/topoprocessing/impl/testUtilities/TestDataTreeCandidateNode.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'org.opendaylight.topoprocessing.impl.testUtilities' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. 9
 Warning javadoc JavadocStyle Javadoc has empty description section. 21

org/opendaylight/topoprocessing/impl/testUtilities/TestLinkCreator.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'org.opendaylight.topoprocessing.impl.testUtilities' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. 9
 Warning javadoc JavadocStyle Javadoc has empty description section. 22

org/opendaylight/topoprocessing/impl/testUtilities/TestNodeCreator.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'org.opendaylight.topoprocessing.impl.testUtilities' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. 9
 Warning javadoc JavadocStyle Javadoc has empty description section. 21

org/opendaylight/topoprocessing/impl/testUtilities/TestingDOMDataBroker.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'org.opendaylight.topoprocessing.impl.testUtilities' must match pattern '^[a-z]+(\.[a-z][a-z0-9_]*)*$'. 8
 Warning javadoc JavadocStyle Javadoc has empty description section. 31

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 14
 Warning modifier RedundantModifier Redundant 'public' modifier. 25

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 13
 Warning modifier RedundantModifier Redundant 'public' modifier. 24

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 18
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 35

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 28

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 38

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

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.ImmutableList' import. Should be before 'org.opendaylight.yangtools.yang.test.util.YangParserTestUtils'. 44
 Warning javadoc JavadocStyle Javadoc has empty description section. 46
 Warning indentation Indentation 'ReactorException' have incorrect indentation level 4, expected level should be 8. 64
 Warning naming LocalVariableName Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 83
 Warning regexp RegexpSinglelineJava Line contains console output. 91
 Warning naming LocalVariableName Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 99
 Warning regexp RegexpSinglelineJava Line contains console output. 108
 Warning naming LocalVariableName Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 116
 Warning naming LocalVariableName Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 161

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 15

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 41
 Warning javadoc JavadocStyle Javadoc has empty description section. 41
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 48
 Warning javadoc JavadocStyle Javadoc has empty description section. 48

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 26

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 14
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 26

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

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

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 17

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 23

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 24

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 22

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 25
 Warning javadoc JavadocStyle Javadoc has empty description section. 25

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 22

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 27
 Warning javadoc JavadocStyle Javadoc has empty description section. 27

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 27
 Warning javadoc JavadocStyle Javadoc has empty description section. 27

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 25

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 25
 Warning javadoc JavadocStyle Javadoc has empty description section. 25

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 54
 Warning javadoc JavadocStyle Javadoc has empty description section. 153
 Warning javadoc JavadocStyle Javadoc has empty description section. 163
 Warning javadoc JavadocStyle Javadoc has empty description section. 194
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 264
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 272
 Warning sizes LineLength Line is longer than 120 characters (found 124). 310

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 46
 Warning naming ConstantName Name 'topologyIdentifierNTModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 56
 Warning naming ConstantName Name 'nodeIdentifierNTModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 59
 Warning naming ConstantName Name 'linkIdentifierNTModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 61
 Warning naming ConstantName Name 'topologyIdentifierI2rsModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 64
 Warning naming ConstantName Name 'nodeIdentifierI2rsModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 67
 Warning naming ConstantName Name 'linkIdentifierI2rsModel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 70
 Warning coding VariableDeclarationUsageDistance Distance between variable 'topologyTypesYiidNodeAndTerminationPoint' declaration and its first usage is 7, 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). 207
 Warning coding VariableDeclarationUsageDistance Distance between variable 'topologyTypesYiidLink' declaration and its first usage is 8, 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). 210
 Warning coding VariableDeclarationUsageDistance Distance between variable 'topologyTypesYiidNodeAndTerminationPoint' declaration and its first usage is 7, 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). 252
 Warning coding VariableDeclarationUsageDistance Distance between variable 'topologyTypesYiidLink' declaration and its first usage is 8, 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). 256

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

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 13
 Warning javadoc JavadocStyle First sentence should end with a period. 19