Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
61 0 302 0

Files

File  I  W  E
org/opendaylight/ovsdb/southbound/InstanceIdentifierCodec.java 0 1 0
org/opendaylight/ovsdb/southbound/OvsdbConnectionInstance.java 0 10 0
org/opendaylight/ovsdb/southbound/OvsdbConnectionManager.java 0 19 0
org/opendaylight/ovsdb/southbound/OvsdbDataTreeChangeListener.java 0 1 0
org/opendaylight/ovsdb/southbound/OvsdbMonitorCallback.java 0 1 0
org/opendaylight/ovsdb/southbound/OvsdbSchemaContants.java 0 1 0
org/opendaylight/ovsdb/southbound/SouthboundConstants.java 0 4 0
org/opendaylight/ovsdb/southbound/SouthboundMapper.java 0 28 0
org/opendaylight/ovsdb/southbound/SouthboundProvider.java 0 4 0
org/opendaylight/ovsdb/southbound/SouthboundUtil.java 0 10 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/AutoAttachRemovedCommand.java 0 4 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/AutoAttachUpdateCommand.java 0 5 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/BridgeOperationalState.java 0 12 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/BridgeRemovedCommand.java 0 4 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/BridgeUpdateCommand.java 0 6 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/ControllerRemovedCommand.java 0 5 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/ControllerUpdateCommand.java 0 5 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/DataChangesManagedByOvsdbNodeEvent.java 0 7 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/OpenVSwitchBridgeAddCommand.java 0 3 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/OvsdbNodeUpdateCommand.java 0 2 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/ProtocolRemovedCommand.java 0 4 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/ProtocolUpdateCommand.java 0 4 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/QosUpdateCommand.java 0 4 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/QueueUpdateCommand.java 0 4 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/TerminationPointCreateCommand.java 0 8 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/TerminationPointDeleteCommand.java 0 5 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/TerminationPointUpdateCommand.java 0 8 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/TransactCommand.java 0 1 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/TransactCommandAggregator.java 0 1 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/TransactInvoker.java 0 1 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/TransactInvokerImpl.java 0 5 0
org/opendaylight/ovsdb/southbound/ovsdb/transact/TransactUtils.java 0 16 0
org/opendaylight/ovsdb/southbound/reconciliation/ReconciliationManager.java 0 15 0
org/opendaylight/ovsdb/southbound/reconciliation/ReconciliationTask.java 0 1 0
org/opendaylight/ovsdb/southbound/reconciliation/ReconciliationTaskManager.java 0 2 0
org/opendaylight/ovsdb/southbound/reconciliation/configuration/BridgeConfigReconciliationTask.java 0 7 0
org/opendaylight/ovsdb/southbound/reconciliation/configuration/TerminationPointConfigReconciliationTask.java 0 5 0
org/opendaylight/ovsdb/southbound/reconciliation/connection/ConnectionReconciliationTask.java 0 2 0
org/opendaylight/ovsdb/southbound/transactions/md/AbstractTransactionCommand.java 0 1 0
org/opendaylight/ovsdb/southbound/transactions/md/OpenVSwitchUpdateCommand.java 0 2 0
org/opendaylight/ovsdb/southbound/transactions/md/OvsdbAutoAttachRemovedCommand.java 0 2 0
org/opendaylight/ovsdb/southbound/transactions/md/OvsdbAutoAttachUpdateCommand.java 0 6 0
org/opendaylight/ovsdb/southbound/transactions/md/OvsdbBridgeUpdateCommand.java 0 6 0
org/opendaylight/ovsdb/southbound/transactions/md/OvsdbControllerRemovedCommand.java 0 5 0
org/opendaylight/ovsdb/southbound/transactions/md/OvsdbControllerUpdateCommand.java 0 5 0
org/opendaylight/ovsdb/southbound/transactions/md/OvsdbManagersRemovedCommand.java 0 5 0
org/opendaylight/ovsdb/southbound/transactions/md/OvsdbManagersUpdateCommand.java 0 5 0
org/opendaylight/ovsdb/southbound/transactions/md/OvsdbNodeRemoveCommand.java 0 1 0
org/opendaylight/ovsdb/southbound/transactions/md/OvsdbOperationalCommandAggregator.java 0 1 0
org/opendaylight/ovsdb/southbound/transactions/md/OvsdbPortUpdateCommand.java 0 4 0
org/opendaylight/ovsdb/southbound/transactions/md/OvsdbQosRemovedCommand.java 0 4 0
org/opendaylight/ovsdb/southbound/transactions/md/OvsdbQosUpdateCommand.java 0 7 0
org/opendaylight/ovsdb/southbound/transactions/md/OvsdbQueueRemovedCommand.java 0 4 0
org/opendaylight/ovsdb/southbound/transactions/md/OvsdbQueueUpdateCommand.java 0 7 0
org/opendaylight/ovsdb/southbound/transactions/md/TransactionInvokerImpl.java 0 12 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS"
  • thirdPartyPackageRegExp: ".*"
  • specialImportsRegExp: "^com.*"
191  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
74  Warning
naming AbbreviationAsWordInName
  • allowedAbbreviationLength: "1"
  • ignoreFinal: "false"
4  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
33  Warning

Details

org/opendaylight/ovsdb/southbound/InstanceIdentifierCodec.java

Severity Category Rule Message Line
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 73

org/opendaylight/ovsdb/southbound/OvsdbConnectionInstance.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 14
 Warning javadoc JavadocMethod Missing a Javadoc comment. 126
 Warning javadoc JavadocMethod Missing a Javadoc comment. 148
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 338
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 342
 Warning javadoc JavadocMethod Missing a Javadoc comment. 378
 Warning javadoc JavadocMethod Missing a Javadoc comment. 388

org/opendaylight/ovsdb/southbound/OvsdbConnectionManager.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 15
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 16
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.concurrent.TimeoutException' import. 27
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.DataBroker'should be separated from previous import group. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 89
 Warning javadoc JavadocMethod Missing a Javadoc comment. 124
 Warning javadoc JavadocMethod Missing a Javadoc comment. 190
 Warning javadoc JavadocMethod Missing a Javadoc comment. 215
 Warning javadoc JavadocMethod Missing a Javadoc comment. 287
 Warning javadoc JavadocMethod Missing a Javadoc comment. 296
 Warning javadoc JavadocMethod Missing a Javadoc comment. 310
 Warning javadoc JavadocMethod Missing a Javadoc comment. 341
 Warning javadoc JavadocMethod Missing a Javadoc comment. 349
 Warning javadoc JavadocMethod Missing a Javadoc comment. 355
 Warning javadoc JavadocMethod Missing a Javadoc comment. 364

org/opendaylight/ovsdb/southbound/OvsdbDataTreeChangeListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener'should be separated from previous import group. 18

org/opendaylight/ovsdb/southbound/OvsdbMonitorCallback.java

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

org/opendaylight/ovsdb/southbound/OvsdbSchemaContants.java

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

org/opendaylight/ovsdb/southbound/SouthboundConstants.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 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

org/opendaylight/ovsdb/southbound/SouthboundMapper.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 15
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 16
 Warning imports CustomImportOrder 'java.net.Inet4Address'should be separated from previous import group. 17
 Warning imports CustomImportOrder 'org.opendaylight.ovsdb.lib.OvsdbClient'should be separated from previous import group. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 78
 Warning javadoc JavadocMethod Missing a Javadoc comment. 97
 Warning javadoc JavadocMethod Missing a Javadoc comment. 108
 Warning javadoc JavadocMethod Missing a Javadoc comment. 122
 Warning javadoc JavadocMethod Missing a Javadoc comment. 137
 Warning javadoc JavadocMethod Missing a Javadoc comment. 151
 Warning javadoc JavadocMethod Missing a Javadoc comment. 161
 Warning javadoc JavadocMethod Missing a Javadoc comment. 170
 Warning javadoc JavadocMethod Missing a Javadoc comment. 181
 Warning javadoc JavadocMethod Missing a Javadoc comment. 194
 Warning javadoc JavadocMethod Missing a Javadoc comment. 206
 Warning javadoc JavadocMethod Missing a Javadoc comment. 217
 Warning javadoc JavadocMethod Missing a Javadoc comment. 236
 Warning javadoc JavadocMethod Missing a Javadoc comment. 243
 Warning javadoc JavadocMethod Missing a Javadoc comment. 340
 Warning javadoc JavadocMethod Missing a Javadoc comment. 358
 Warning javadoc JavadocMethod Missing a Javadoc comment. 367
 Warning javadoc JavadocMethod Missing a Javadoc comment. 482
 Warning javadoc JavadocMethod Missing a Javadoc comment. 495
 Warning javadoc JavadocMethod Missing a Javadoc comment. 513

org/opendaylight/ovsdb/southbound/SouthboundProvider.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 12
 Warning javadoc JavadocMethod Missing a Javadoc comment. 58
 Warning javadoc JavadocMethod Missing a Javadoc comment. 145

org/opendaylight/ovsdb/southbound/SouthboundUtil.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 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 javadoc JavadocMethod Missing a Javadoc comment. 59
 Warning javadoc JavadocMethod Missing a Javadoc comment. 70
 Warning javadoc JavadocMethod Missing a Javadoc comment. 113
 Warning javadoc JavadocMethod Missing a Javadoc comment. 149

org/opendaylight/ovsdb/southbound/ovsdb/transact/AutoAttachRemovedCommand.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 14
 Warning imports CustomImportOrder 'java.util.Collection'should be separated from previous import group. 15
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification'should be separated from previous import group. 19

org/opendaylight/ovsdb/southbound/ovsdb/transact/AutoAttachUpdateCommand.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 14
 Warning imports CustomImportOrder 'java.util.Collection'should be separated from previous import group. 15
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.concurrent.ExecutionException' import. 20
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification'should be separated from previous import group. 21

org/opendaylight/ovsdb/southbound/ovsdb/transact/BridgeOperationalState.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 javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning javadoc JavadocMethod Missing a Javadoc comment. 86
 Warning javadoc JavadocMethod Missing a Javadoc comment. 94
 Warning javadoc JavadocMethod Missing a Javadoc comment. 111
 Warning javadoc JavadocMethod Missing a Javadoc comment. 119
 Warning javadoc JavadocMethod Missing a Javadoc comment. 136

org/opendaylight/ovsdb/southbound/ovsdb/transact/BridgeRemovedCommand.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 14
 Warning imports CustomImportOrder 'java.util.Collection'should be separated from previous import group. 15
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification'should be separated from previous import group. 18

org/opendaylight/ovsdb/southbound/ovsdb/transact/BridgeUpdateCommand.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 14
 Warning imports CustomImportOrder 'java.util.Collection'should be separated from previous import group. 15
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification'should be separated from previous import group. 21

org/opendaylight/ovsdb/southbound/ovsdb/transact/ControllerRemovedCommand.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder 'java.util.Collection'should be separated from previous import group. 14
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification'should be separated from previous import group. 17

org/opendaylight/ovsdb/southbound/ovsdb/transact/ControllerUpdateCommand.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder 'java.util.Collection'should be separated from previous import group. 14
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification'should be separated from previous import group. 17

org/opendaylight/ovsdb/southbound/ovsdb/transact/DataChangesManagedByOvsdbNodeEvent.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 javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 121

org/opendaylight/ovsdb/southbound/ovsdb/transact/OpenVSwitchBridgeAddCommand.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder 'java.util.Collection'should be separated from previous import group. 14
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification'should be separated from previous import group. 16

org/opendaylight/ovsdb/southbound/ovsdb/transact/OvsdbNodeUpdateCommand.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.ImmutableMap' import. 36

org/opendaylight/ovsdb/southbound/ovsdb/transact/ProtocolRemovedCommand.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 15
 Warning imports CustomImportOrder 'java.util.Collection'should be separated from previous import group. 16
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification'should be separated from previous import group. 19

org/opendaylight/ovsdb/southbound/ovsdb/transact/ProtocolUpdateCommand.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 15
 Warning imports CustomImportOrder 'java.util.Collection'should be separated from previous import group. 16
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification'should be separated from previous import group. 19

org/opendaylight/ovsdb/southbound/ovsdb/transact/QosUpdateCommand.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 12
 Warning imports CustomImportOrder 'java.util.Collection'should be separated from previous import group. 13
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification'should be separated from previous import group. 18

org/opendaylight/ovsdb/southbound/ovsdb/transact/QueueUpdateCommand.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 12
 Warning imports CustomImportOrder 'java.util.Collection'should be separated from previous import group. 13
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification'should be separated from previous import group. 20

org/opendaylight/ovsdb/southbound/ovsdb/transact/TerminationPointCreateCommand.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 15
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 16
 Warning imports CustomImportOrder 'java.util.Collection'should be separated from previous import group. 17
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification'should be separated from previous import group. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 386

org/opendaylight/ovsdb/southbound/ovsdb/transact/TerminationPointDeleteCommand.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder 'java.util.Collection'should be separated from previous import group. 14
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification'should be separated from previous import group. 17

org/opendaylight/ovsdb/southbound/ovsdb/transact/TerminationPointUpdateCommand.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 15
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 16
 Warning imports CustomImportOrder 'java.util.Collection'should be separated from previous import group. 17
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.DataTreeModification'should be separated from previous import group. 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 88

org/opendaylight/ovsdb/southbound/ovsdb/transact/TransactCommand.java

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

org/opendaylight/ovsdb/southbound/ovsdb/transact/TransactCommandAggregator.java

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

org/opendaylight/ovsdb/southbound/ovsdb/transact/TransactInvoker.java

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

org/opendaylight/ovsdb/southbound/ovsdb/transact/TransactInvokerImpl.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 11
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 14

org/opendaylight/ovsdb/southbound/ovsdb/transact/TransactUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 15
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 16
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 17
 Warning imports CustomImportOrder 'java.util.ArrayList'should be separated from previous import group. 18
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.DataObjectModification'should be separated from previous import group. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 123
 Warning javadoc JavadocMethod Missing a Javadoc comment. 185
 Warning javadoc JavadocMethod Missing a Javadoc comment. 225
 Warning javadoc JavadocMethod Missing a Javadoc comment. 276
 Warning javadoc JavadocMethod Missing a Javadoc comment. 413
 Warning javadoc JavadocMethod Missing a Javadoc comment. 434
 Warning javadoc JavadocMethod Missing a Javadoc comment. 467

org/opendaylight/ovsdb/southbound/reconciliation/ReconciliationManager.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 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 Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 21
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 22
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 23
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 24
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 25
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 26
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 92
 Warning javadoc JavadocMethod Missing a Javadoc comment. 113
 Warning javadoc JavadocMethod Missing a Javadoc comment. 166

org/opendaylight/ovsdb/southbound/reconciliation/ReconciliationTask.java

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

org/opendaylight/ovsdb/southbound/reconciliation/ReconciliationTaskManager.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder 'org.slf4j.Logger'should be separated from previous import group. 12

org/opendaylight/ovsdb/southbound/reconciliation/configuration/BridgeConfigReconciliationTask.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 15
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 16
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.ReadOnlyTransaction'should be separated from previous import group. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61

org/opendaylight/ovsdb/southbound/reconciliation/configuration/TerminationPointConfigReconciliationTask.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 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

org/opendaylight/ovsdb/southbound/reconciliation/connection/ConnectionReconciliationTask.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder 'org.opendaylight.ovsdb.lib.OvsdbClient'should be separated from previous import group. 13

org/opendaylight/ovsdb/southbound/transactions/md/AbstractTransactionCommand.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42

org/opendaylight/ovsdb/southbound/transactions/md/OpenVSwitchUpdateCommand.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.binding.api.ReadWriteTransaction'should be separated from previous import group. 18

org/opendaylight/ovsdb/southbound/transactions/md/OvsdbAutoAttachRemovedCommand.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

org/opendaylight/ovsdb/southbound/transactions/md/OvsdbAutoAttachUpdateCommand.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 javadoc JavadocMethod Missing a Javadoc comment. 48

org/opendaylight/ovsdb/southbound/transactions/md/OvsdbBridgeUpdateCommand.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 15
 Warning imports CustomImportOrder 'java.net.InetAddress'should be separated from previous import group. 16
 Warning imports CustomImportOrder 'org.apache.commons.lang3.math.NumberUtils'should be separated from previous import group. 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 76

org/opendaylight/ovsdb/southbound/transactions/md/OvsdbControllerRemovedCommand.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 11
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 13
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39

org/opendaylight/ovsdb/southbound/transactions/md/OvsdbControllerUpdateCommand.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 11
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 13
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47

org/opendaylight/ovsdb/southbound/transactions/md/OvsdbManagersRemovedCommand.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 11
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 13
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38

org/opendaylight/ovsdb/southbound/transactions/md/OvsdbManagersUpdateCommand.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 11
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 13
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45

org/opendaylight/ovsdb/southbound/transactions/md/OvsdbNodeRemoveCommand.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

org/opendaylight/ovsdb/southbound/transactions/md/OvsdbOperationalCommandAggregator.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 28

org/opendaylight/ovsdb/southbound/transactions/md/OvsdbPortUpdateCommand.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder 'java.util.ArrayList'should be separated from previous import group. 14
 Warning imports CustomImportOrder 'org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction'should be separated from previous import group. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 99

org/opendaylight/ovsdb/southbound/transactions/md/OvsdbQosRemovedCommand.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

org/opendaylight/ovsdb/southbound/transactions/md/OvsdbQosUpdateCommand.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 javadoc JavadocMethod Missing a Javadoc comment. 61

org/opendaylight/ovsdb/southbound/transactions/md/OvsdbQueueRemovedCommand.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

org/opendaylight/ovsdb/southbound/transactions/md/OvsdbQueueUpdateCommand.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 javadoc JavadocMethod Missing a Javadoc comment. 52

org/opendaylight/ovsdb/southbound/transactions/md/TransactionInvokerImpl.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 Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 20
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 21
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 22
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 23
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51