Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
46 0 333 0

Files

File  I  W  E
org/opendaylight/mdsal/binding/dom/adapter/AbstractForwardedDataBroker.java 0 11 0
org/opendaylight/mdsal/binding/dom/adapter/AbstractForwardedTransaction.java 0 3 0
org/opendaylight/mdsal/binding/dom/adapter/AbstractWriteTransaction.java 0 13 0
org/opendaylight/mdsal/binding/dom/adapter/AdapterBuilder.java 0 4 0
org/opendaylight/mdsal/binding/dom/adapter/AdapterLoader.java 0 5 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMAdapterBuilder.java 0 4 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMAdapterLoader.java 0 8 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMDataBrokerAdapter.java 0 12 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMDataTreeChangeListenerAdapter.java 0 7 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMDataTreeChangeServiceAdapter.java 0 9 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMDataTreeCommitCohortAdapter.java 0 1 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMDataTreeCommitCohortRegistryAdapter.java 0 1 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMDataTreeListenerAdapter.java 0 7 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMDataTreeProducerAdapter.java 0 3 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMDataTreeServiceAdapter.java 0 4 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMMountPointListenerAdapter.java 0 8 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMMountPointServiceAdapter.java 0 5 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMNotificationListenerAdapter.java 0 17 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMNotificationPublishServiceAdapter.java 0 10 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMNotificationServiceAdapter.java 0 6 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMReadTransactionAdapter.java 0 4 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMRpcAdapterRegistration.java 0 3 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMRpcImplementationAdapter.java 0 12 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMRpcProviderServiceAdapter.java 0 13 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMRpcServiceAdapter.java 0 6 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMTransactionChainAdapter.java 0 6 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDOMWriteTransactionAdapter.java 0 3 0
org/opendaylight/mdsal/binding/dom/adapter/BindingDataTreeChangeListenerRegistration.java 0 3 0
org/opendaylight/mdsal/binding/dom/adapter/BindingMountPointAdapter.java 0 5 0
org/opendaylight/mdsal/binding/dom/adapter/BindingRpcAdapterRegistration.java 0 2 0
org/opendaylight/mdsal/binding/dom/adapter/BindingStructuralType.java 0 18 0
org/opendaylight/mdsal/binding/dom/adapter/BindingToNormalizedNodeCodec.java 0 35 0
org/opendaylight/mdsal/binding/dom/adapter/ContextReferenceExtractor.java 0 7 0
org/opendaylight/mdsal/binding/dom/adapter/DirectGetterRouteContextExtractor.java 0 6 0
org/opendaylight/mdsal/binding/dom/adapter/FutureSchema.java 0 8 0
org/opendaylight/mdsal/binding/dom/adapter/GetValueRouteContextExtractor.java 0 6 0
org/opendaylight/mdsal/binding/dom/adapter/LazyDOMRpcResultFuture.java 0 7 0
org/opendaylight/mdsal/binding/dom/adapter/LazyDataObjectModification.java 0 12 0
org/opendaylight/mdsal/binding/dom/adapter/LazyDataTreeModification.java 0 7 0
org/opendaylight/mdsal/binding/dom/adapter/LazySerializedContainerNode.java 0 5 0
org/opendaylight/mdsal/binding/dom/adapter/LazySerializedDOMNotification.java 0 4 0
org/opendaylight/mdsal/binding/dom/adapter/RpcServiceAdapter.java 0 12 0
org/opendaylight/mdsal/binding/dom/adapter/clustering/BindingDOMEntityOwnershipServiceAdapter.java 0 6 0
org/opendaylight/mdsal/binding/dom/adapter/clustering/BindingEntityOwnershipCandidateRegistration.java 0 1 0
org/opendaylight/mdsal/binding/dom/adapter/clustering/BindingEntityOwnershipListenerRegistration.java 0 1 0
org/opendaylight/mdsal/binding/dom/adapter/clustering/DOMEntityOwnershipListenerAdapter.java 0 3 0

Rules

Category Rule Violations Severity
coding FallThrough 1  Warning
OverloadMethodsDeclarationOrder 1  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS"
  • thirdPartyPackageRegExp: ".*"
  • specialImportsRegExp: "^com.*"
127  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
11  Warning
JavadocParagraph 20  Warning
JavadocTagContinuationIndentation 2  Warning
NonEmptyAtclauseDescription 3  Warning
modifier ModifierOrder 4  Warning
naming AbbreviationAsWordInName
  • allowedAbbreviationLength: "1"
  • ignoreFinal: "false"
31  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
6  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
53  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
37  Warning
GenericWhitespace 4  Warning
SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
1  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
1  Warning
WhitespaceAround
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
  • allowEmptyMethods: "true"
  • allowEmptyConstructors: "true"
30  Warning

Details

org/opendaylight/mdsal/binding/dom/adapter/AbstractForwardedDataBroker.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
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 15
 Warning sizes LineLength Line is longer than 120 characters (found 132). 54
 Warning sizes LineLength Line is longer than 120 characters (found 122). 71
 Warning sizes LineLength Line is longer than 120 characters (found 123). 75
 Warning sizes LineLength Line is longer than 120 characters (found 123). 89
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 89

org/opendaylight/mdsal/binding/dom/adapter/AbstractForwardedTransaction.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.base.Optional' import. 15
 Warning sizes LineLength Line is longer than 120 characters (found 140). 50

org/opendaylight/mdsal/binding/dom/adapter/AbstractWriteTransaction.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.base.Optional' import. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 17
 Warning javadoc SummaryJavadoc First sentence should be present. 24
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 50
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 65
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 86
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 87
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 119
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 120
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 121

org/opendaylight/mdsal/binding/dom/adapter/AdapterBuilder.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. 15
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 27
 Warning whitespace GenericWhitespace GenericWhitespace '>' should followed by whitespace. 32

org/opendaylight/mdsal/binding/dom/adapter/AdapterLoader.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 imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 13
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 21
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 23

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMAdapterBuilder.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.binding.api.BindingService' import. 12
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' import. 13
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 16

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMAdapterLoader.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.binding.api.RpcConsumerRegistry' import. 12
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.binding.api.BindingService' import. 13
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' import. 18
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 20
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 22
 Warning sizes LineLength Line is longer than 120 characters (found 155). 25
 Warning sizes LineLength Line is longer than 120 characters (found 131). 40

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMDataBrokerAdapter.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.binding.api.BindingTransactionChain' import. 16
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.ClassToInstanceMap' import. 24
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 26
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 34
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 40
 Warning sizes LineLength Line is longer than 120 characters (found 123). 40
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning sizes LineLength Line is longer than 120 characters (found 157). 55
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 56
 Warning sizes LineLength Line is longer than 120 characters (found 126). 95
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 97

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMDataTreeChangeListenerAdapter.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.binding.api.DataTreeChangeListener' import. 13
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' import. 15
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 16
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 26
 Warning sizes LineLength Line is longer than 120 characters (found 127). 32
 Warning sizes LineLength Line is longer than 120 characters (found 123). 41

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMDataTreeChangeServiceAdapter.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.binding.api.DataTreeChangeListener' import. 13
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' import. 16
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 23
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 28
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 32
 Warning sizes LineLength Line is longer than 120 characters (found 126). 49
 Warning sizes LineLength Line is longer than 120 characters (found 160). 52
 Warning sizes LineLength Line is longer than 120 characters (found 169). 53

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMDataTreeCommitCohortAdapter.java

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

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMDataTreeCommitCohortRegistryAdapter.java

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

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMDataTreeListenerAdapter.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 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 naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 30

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMDataTreeProducerAdapter.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 naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 22

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMDataTreeServiceAdapter.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 naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 22
 Warning sizes LineLength Line is longer than 120 characters (found 123). 27

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMMountPointListenerAdapter.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 20
 Warning sizes LineLength Line is longer than 120 characters (found 137). 20
 Warning sizes LineLength Line is longer than 120 characters (found 149). 26
 Warning sizes LineLength Line is longer than 120 characters (found 123). 48
 Warning sizes LineLength Line is longer than 120 characters (found 131). 53
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 55
 Warning sizes LineLength Line is longer than 120 characters (found 123). 68

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMMountPointServiceAdapter.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.binding.api.MountPoint' import. 13
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. 15
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 26
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 51

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMNotificationListenerAdapter.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 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 naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 28
 Warning sizes LineLength Line is longer than 120 characters (found 132). 34
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 48
 Warning sizes LineLength Line is longer than 120 characters (found 137). 62
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 64
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 66
 Warning sizes LineLength Line is longer than 120 characters (found 121). 68
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 70
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 82
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 83

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMNotificationPublishServiceAdapter.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.binding.api.NotificationPublishService' import. 14
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.ClassToInstanceMap' import. 16
 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 naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 23
 Warning sizes LineLength Line is longer than 120 characters (found 139). 25
 Warning sizes LineLength Line is longer than 120 characters (found 153). 37
 Warning sizes LineLength Line is longer than 120 characters (found 166). 64
 Warning sizes LineLength Line is longer than 120 characters (found 126). 65

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMNotificationServiceAdapter.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 naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 22
 Warning sizes LineLength Line is longer than 120 characters (found 140). 35
 Warning sizes LineLength Line is longer than 120 characters (found 125). 42
 Warning sizes LineLength Line is longer than 120 characters (found 123). 53

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMReadTransactionAdapter.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.binding.api.ReadTransaction' import. 13
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. 17
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 20

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMRpcAdapterRegistration.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 15
 Warning whitespace GenericWhitespace GenericWhitespace '>' should followed by whitespace. 15

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMRpcImplementationAdapter.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. 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 naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 37
 Warning sizes LineLength Line is longer than 120 characters (found 124). 39
 Warning sizes LineLength Line is longer than 120 characters (found 206). 46
 Warning javadoc JavadocMethod Missing a Javadoc comment. 46
 Warning sizes LineLength Line is longer than 120 characters (found 129). 69

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMRpcProviderServiceAdapter.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.ImmutableSet' import. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 15
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 16
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 17
 Warning 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 naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 27
 Warning sizes LineLength Line is longer than 120 characters (found 134). 33
 Warning sizes LineLength Line is longer than 120 characters (found 183). 48
 Warning sizes LineLength Line is longer than 120 characters (found 152). 51
 Warning sizes LineLength Line is longer than 120 characters (found 142). 57

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMRpcServiceAdapter.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.binding.api.RpcConsumerRegistry' import. 13
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' import. 15
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 21
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 50

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMTransactionChainAdapter.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.binding.api.BindingTransactionChain' import. 19
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' import. 22
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 30
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 76
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 89

org/opendaylight/mdsal/binding/dom/adapter/BindingDOMWriteTransactionAdapter.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.util.concurrent.CheckedFuture' import. 13
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 19

org/opendaylight/mdsal/binding/dom/adapter/BindingDataTreeChangeListenerRegistration.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.base.Preconditions' import. 12
 Warning sizes LineLength Line is longer than 120 characters (found 126). 16

org/opendaylight/mdsal/binding/dom/adapter/BindingMountPointAdapter.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.binding.api.BindingService' import. 13
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. 15
 Warning javadoc JavadocMethod Missing a Javadoc comment. 25
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 44

org/opendaylight/mdsal/binding/dom/adapter/BindingRpcAdapterRegistration.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning whitespace GenericWhitespace GenericWhitespace '>' should followed by whitespace. 15

org/opendaylight/mdsal/binding/dom/adapter/BindingStructuralType.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.AnyXmlNode' import. 15
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 28
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 31
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 34
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 45
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 54
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 56
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 65
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 67
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 87
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 94
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 97
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 104
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 107
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 110
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 113
 Warning naming ParameterName Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 123

org/opendaylight/mdsal/binding/dom/adapter/BindingToNormalizedNodeCodec.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. 27
 Warning sizes LineLength Line is longer than 120 characters (found 155). 62
 Warning javadoc JavadocMethod Missing a Javadoc comment. 89
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 142
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 187
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 190
 Warning sizes LineLength Line is longer than 120 characters (found 137). 198
 Warning javadoc JavadocMethod Missing a Javadoc comment. 204
 Warning sizes LineLength Line is longer than 120 characters (found 183). 222
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 233
 Warning sizes LineLength Line is longer than 120 characters (found 144). 238
 Warning javadoc JavadocMethod Missing a Javadoc comment. 256
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 291
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 300
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 301
 Warning sizes LineLength Line is longer than 120 characters (found 140). 302
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 303
 Warning sizes LineLength Line is longer than 120 characters (found 130). 310
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 312
 Warning javadoc JavadocMethod Missing a Javadoc comment. 344
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 363
 Warning javadoc JavadocMethod Missing a Javadoc comment. 373
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 387
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 397

org/opendaylight/mdsal/binding/dom/adapter/ContextReferenceExtractor.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 javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 57
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 60
 Warning modifier ModifierOrder '@Nullable' annotation modifier does not preceed non-annotation modifiers. 62
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 91

org/opendaylight/mdsal/binding/dom/adapter/DirectGetterRouteContextExtractor.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 modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 22

org/opendaylight/mdsal/binding/dom/adapter/FutureSchema.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

org/opendaylight/mdsal/binding/dom/adapter/GetValueRouteContextExtractor.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 modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 22

org/opendaylight/mdsal/binding/dom/adapter/LazyDOMRpcResultFuture.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.dom.api.DOMRpcException' import. 13
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' import. 15
 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 naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 28

org/opendaylight/mdsal/binding/dom/adapter/LazyDataObjectModification.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 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 modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 42
 Warning sizes LineLength Line is longer than 120 characters (found 123). 60
 Warning coding FallThrough Fall through from previous branch of the switch statement. 106
 Warning whitespace WhitespaceAround WhitespaceAround: 'switch' is not followed by whitespace. 140
 Warning sizes LineLength Line is longer than 120 characters (found 121). 166
 Warning sizes LineLength Line is longer than 120 characters (found 136). 193
 Warning sizes LineLength Line is longer than 120 characters (found 122). 195

org/opendaylight/mdsal/binding/dom/adapter/LazyDataTreeModification.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
 Warning sizes LineLength Line is longer than 120 characters (found 141). 54
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '53'. 73

org/opendaylight/mdsal/binding/dom/adapter/LazySerializedContainerNode.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 Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.ContainerNode' import. 19
 Warning javadoc SummaryJavadoc First sentence should be present. 25
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 26

org/opendaylight/mdsal/binding/dom/adapter/LazySerializedDOMNotification.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 19
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 24
 Warning sizes LineLength Line is longer than 120 characters (found 136). 32

org/opendaylight/mdsal/binding/dom/adapter/RpcServiceAdapter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.dom.api.DOMRpcException' import. 13
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Function' import. 16
 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 Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.ContainerNode' import. 37
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 67
 Warning naming ParameterName Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 106
 Warning naming ParameterName Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 120
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 202
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 204

org/opendaylight/mdsal/binding/dom/adapter/clustering/BindingDOMEntityOwnershipServiceAdapter.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 naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 31
 Warning sizes LineLength Line is longer than 120 characters (found 122). 46
 Warning whitespace SeparatorWrap '.' should be on a new line. 51
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 65

org/opendaylight/mdsal/binding/dom/adapter/clustering/BindingEntityOwnershipCandidateRegistration.java

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

org/opendaylight/mdsal/binding/dom/adapter/clustering/BindingEntityOwnershipListenerRegistration.java

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

org/opendaylight/mdsal/binding/dom/adapter/clustering/DOMEntityOwnershipListenerAdapter.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 23
 Warning sizes LineLength Line is longer than 120 characters (found 128). 40