Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
25 0 339 0

Files

File  I  W  E
org/opendaylight/mdsal/dom/broker/AbstractDOMDataBroker.java 0 24 0
org/opendaylight/mdsal/dom/broker/AbstractDOMForwardedCompositeTransaction.java 0 9 0
org/opendaylight/mdsal/dom/broker/AbstractDOMForwardedTransactionFactory.java 0 21 0
org/opendaylight/mdsal/dom/broker/AbstractDOMRpcRoutingTableEntry.java 0 17 0
org/opendaylight/mdsal/dom/broker/CommitCoordinationTask.java 0 27 0
org/opendaylight/mdsal/dom/broker/DOMDataBrokerTransactionChainImpl.java 0 9 0
org/opendaylight/mdsal/dom/broker/DOMForwardedReadOnlyTransaction.java 0 5 0
org/opendaylight/mdsal/dom/broker/DOMForwardedWriteTransaction.java 0 15 0
org/opendaylight/mdsal/dom/broker/DOMMountPointServiceImpl.java 0 12 0
org/opendaylight/mdsal/dom/broker/DOMNotificationRouter.java 0 40 0
org/opendaylight/mdsal/dom/broker/DOMNotificationRouterEvent.java 0 6 0
org/opendaylight/mdsal/dom/broker/DOMRpcRouter.java 0 24 0
org/opendaylight/mdsal/dom/broker/DOMRpcRoutingTable.java 0 19 0
org/opendaylight/mdsal/dom/broker/GlobalDOMRpcRoutingTableEntry.java 0 8 0
org/opendaylight/mdsal/dom/broker/RoutedDOMRpcRoutingTableEntry.java 0 11 0
org/opendaylight/mdsal/dom/broker/SerializedDOMDataBroker.java 0 14 0
org/opendaylight/mdsal/dom/broker/ShardRegistration.java 0 2 0
org/opendaylight/mdsal/dom/broker/ShardedDOMDataTree.java 0 10 0
org/opendaylight/mdsal/dom/broker/ShardedDOMDataTreeListenerContext.java 0 8 0
org/opendaylight/mdsal/dom/broker/ShardedDOMDataTreeProducer.java 0 16 0
org/opendaylight/mdsal/dom/broker/ShardedDOMDataWriteTransaction.java 0 13 0
org/opendaylight/mdsal/dom/broker/TransactionCommitFailedExceptionMapper.java 0 1 0
org/opendaylight/mdsal/dom/broker/UnknownDOMRpcRoutingTableEntry.java 0 7 0
org/opendaylight/mdsal/dom/broker/osgi/OsgiBundleScanningSchemaService.java 0 18 0
org/opendaylight/mdsal/dom/broker/osgi/SchemaServiceActivator.java 0 3 0

Rules

Category Rule Violations Severity
coding OverloadMethodsDeclarationOrder 1  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS"
  • thirdPartyPackageRegExp: ".*"
  • specialImportsRegExp: "^com.*"
138  Warning
indentation Indentation
  • lineWrappingIndentation: "4"
  • caseIndent: "4"
  • arrayInitIndent: "4"
  • throwsIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
4  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
10  Warning
JavadocParagraph 32  Warning
NonEmptyAtclauseDescription 6  Warning
naming AbbreviationAsWordInName
  • allowedAbbreviationLength: "1"
  • ignoreFinal: "false"
21  Warning
LocalVariableName
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
4  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
2  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
83  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
21  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"
1  Warning
WhitespaceAround
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
  • allowEmptyMethods: "true"
  • allowEmptyConstructors: "true"
14  Warning

Details

org/opendaylight/mdsal/dom/broker/AbstractDOMDataBroker.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. 16
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 17
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 18
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 19
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 20
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 21
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 22
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 23
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 24
 Warning imports CustomImportOrder 'java.util.Collections'should be separated from previous import group. 25
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.concurrent.atomic.AtomicLong' import. 29
 Warning imports CustomImportOrder 'org.opendaylight.yangtools.concepts.ListenerRegistration'should be separated from previous import group. 30
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 34
 Warning sizes LineLength Line is longer than 120 characters (found 142). 34
 Warning sizes LineLength Line is longer than 120 characters (found 170). 54
 Warning sizes LineLength Line is longer than 120 characters (found 171). 56
 Warning sizes LineLength Line is longer than 120 characters (found 133). 60
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 76
 Warning whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. 79
 Warning sizes LineLength Line is longer than 120 characters (found 124). 99

org/opendaylight/mdsal/dom/broker/AbstractDOMForwardedCompositeTransaction.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.common.api.AsyncTransaction' import. 13
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' 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 javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 22
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 32
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 39
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 55
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 56

org/opendaylight/mdsal/dom/broker/AbstractDOMForwardedTransactionFactory.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 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. 30
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 43
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 64
 Warning sizes LineLength Line is longer than 120 characters (found 129). 75
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 80
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 83
 Warning sizes LineLength Line is longer than 120 characters (found 133). 86
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 88
 Warning sizes LineLength Line is longer than 120 characters (found 197). 115
 Warning sizes LineLength Line is longer than 120 characters (found 174). 117
 Warning sizes LineLength Line is longer than 120 characters (found 199). 120
 Warning sizes LineLength Line is longer than 120 characters (found 174). 122
 Warning sizes LineLength Line is longer than 120 characters (found 136). 125
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 134

org/opendaylight/mdsal/dom/broker/AbstractDOMRpcRoutingTableEntry.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. 14
 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 naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 27
 Warning sizes LineLength Line is longer than 120 characters (found 145). 31
 Warning javadoc SummaryJavadoc First sentence should be present. 56
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 58
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 60
 Warning sizes LineLength Line is longer than 120 characters (found 134). 62
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 74
 Warning sizes LineLength Line is longer than 120 characters (found 137). 83
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 104
 Warning sizes LineLength Line is longer than 120 characters (found 136). 104

org/opendaylight/mdsal/dom/broker/CommitCoordinationTask.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.common.api.TransactionCommitFailedException' 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 javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 82
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 85
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 107
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 111
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 120
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 128
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 131
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 143
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 152
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 156
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 157
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 167
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 175
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 178
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 189
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 198
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 202
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 210
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 219
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 225
 Warning sizes LineLength Line is longer than 120 characters (found 126). 239
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 262

org/opendaylight/mdsal/dom/broker/DOMDataBrokerTransactionChainImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.common.api.LogicalDatastoreType' import. 14
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' import. 19
 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 naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 37
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 108

org/opendaylight/mdsal/dom/broker/DOMForwardedReadOnlyTransaction.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.common.api.LogicalDatastoreType' import. 12
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. 15
 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. 27

org/opendaylight/mdsal/dom/broker/DOMForwardedWriteTransaction.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.common.api.LogicalDatastoreType' 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. 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 javadoc JavadocParagraph <p> tag should be precede with empty line. 39
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 48
 Warning sizes LineLength Line is longer than 120 characters (found 137). 51
 Warning sizes LineLength Line is longer than 120 characters (found 147). 52
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 70
 Warning sizes LineLength Line is longer than 120 characters (found 123). 85
 Warning sizes LineLength Line is longer than 120 characters (found 125). 97

org/opendaylight/mdsal/dom/broker/DOMMountPointServiceImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.dom.api.DOMMountPointListener' import. 13
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.dom.api.DOMMountPoint' import. 14
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. 17
 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. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 46
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 66
 Warning sizes LineLength Line is longer than 120 characters (found 121). 68
 Warning javadoc JavadocMethod Missing a Javadoc comment. 76
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 84

org/opendaylight/mdsal/dom/broker/DOMNotificationRouter.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.dom.api.DOMNotification' import. 13
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' import. 17
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 32
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 33
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 34
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 35
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 36
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 37
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 38
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 49
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 55
 Warning sizes LineLength Line is longer than 120 characters (found 134). 56
 Warning sizes LineLength Line is longer than 120 characters (found 137). 57
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 60
 Warning sizes LineLength Line is longer than 120 characters (found 124). 65
 Warning sizes LineLength Line is longer than 120 characters (found 139). 66
 Warning sizes LineLength Line is longer than 120 characters (found 133). 68
 Warning sizes LineLength Line is longer than 120 characters (found 130). 73
 Warning sizes LineLength Line is longer than 120 characters (found 134). 82
 Warning sizes LineLength Line is longer than 120 characters (found 122). 83
 Warning sizes LineLength Line is longer than 120 characters (found 124). 89
 Warning javadoc JavadocMethod Missing a Javadoc comment. 95
 Warning sizes LineLength Line is longer than 120 characters (found 133). 101
 Warning javadoc JavadocMethod Missing a Javadoc comment. 101
 Warning sizes LineLength Line is longer than 120 characters (found 168). 109
 Warning sizes LineLength Line is longer than 120 characters (found 170). 116
 Warning sizes LineLength Line is longer than 120 characters (found 127). 127
 Warning sizes LineLength Line is longer than 120 characters (found 146). 141
 Warning javadoc SummaryJavadoc First sentence should be present. 145
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 148
 Warning sizes LineLength Line is longer than 120 characters (found 153). 157
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 157
 Warning sizes LineLength Line is longer than 120 characters (found 183). 187
 Warning sizes LineLength Line is longer than 120 characters (found 127). 195
 Warning sizes LineLength Line is longer than 120 characters (found 134). 196
 Warning sizes LineLength Line is longer than 120 characters (found 182). 205
 Warning indentation Indentation 'try' child have incorrect indentation level 13, expected level should be 12. 208
 Warning sizes LineLength Line is longer than 120 characters (found 134). 218
 Warning sizes LineLength Line is longer than 120 characters (found 134). 229

org/opendaylight/mdsal/dom/broker/DOMNotificationRouterEvent.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. 13
 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. 24
 Warning sizes LineLength Line is longer than 120 characters (found 123). 25
 Warning sizes LineLength Line is longer than 120 characters (found 162). 40

org/opendaylight/mdsal/dom/broker/DOMRpcRouter.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.dom.api.DOMRpcAvailabilityListener' import. 12
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Function' import. 20
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 28
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 29
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 30
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 31
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 32
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 33
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 34
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 35
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 36
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 45
 Warning sizes LineLength Line is longer than 120 characters (found 149). 46
 Warning sizes LineLength Line is longer than 120 characters (found 163). 53
 Warning sizes LineLength Line is longer than 120 characters (found 143). 57
 Warning sizes LineLength Line is longer than 120 characters (found 132). 66
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 72
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '52'. 90
 Warning sizes LineLength Line is longer than 120 characters (found 178). 91
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 98
 Warning sizes LineLength Line is longer than 120 characters (found 124). 124
 Warning sizes LineLength Line is longer than 120 characters (found 126). 138
 Warning sizes LineLength Line is longer than 120 characters (found 139). 156

org/opendaylight/mdsal/dom/broker/DOMRpcRoutingTable.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.Function' import. 16
 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 imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 28
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 29
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 30
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 31
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 43
 Warning sizes LineLength Line is longer than 120 characters (found 166). 44
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 49
 Warning indentation Indentation 'method def' child have incorrect indentation level 20, expected level should be one of the following: 12, 16. 51
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 52
 Warning sizes LineLength Line is longer than 120 characters (found 128). 62
 Warning sizes LineLength Line is longer than 120 characters (found 124). 67
 Warning sizes LineLength Line is longer than 120 characters (found 197). 160
 Warning sizes LineLength Line is longer than 120 characters (found 125). 168
 Warning sizes LineLength Line is longer than 120 characters (found 181). 184

org/opendaylight/mdsal/dom/broker/GlobalDOMRpcRoutingTableEntry.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. 15
 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 naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 23
 Warning sizes LineLength Line is longer than 120 characters (found 142). 27
 Warning sizes LineLength Line is longer than 120 characters (found 129). 34
 Warning sizes LineLength Line is longer than 120 characters (found 126). 45

org/opendaylight/mdsal/dom/broker/RoutedDOMRpcRoutingTableEntry.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. 16
 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. 29
 Warning sizes LineLength Line is longer than 120 characters (found 184). 34
 Warning sizes LineLength Line is longer than 120 characters (found 165). 40
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 69
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 69
 Warning sizes LineLength Line is longer than 120 characters (found 192). 82
 Warning sizes LineLength Line is longer than 120 characters (found 126). 87

org/opendaylight/mdsal/dom/broker/SerializedDOMDataBroker.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.mdsal.common.api.LogicalDatastoreType' import. 14
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Preconditions' import. 17
 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 JavadocParagraph Empty line should be followed by <p> tag on the next line. 33
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 35
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 38
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 41
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 47
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 51
 Warning sizes LineLength Line is longer than 120 characters (found 131). 53
 Warning whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. 73
 Warning whitespace OperatorWrap '+' should be on a new line. 74

org/opendaylight/mdsal/dom/broker/ShardRegistration.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. 13

org/opendaylight/mdsal/dom/broker/ShardedDOMDataTree.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 naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 32
 Warning sizes LineLength Line is longer than 120 characters (found 182). 62
 Warning sizes LineLength Line is longer than 120 characters (found 144). 143
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 195

org/opendaylight/mdsal/dom/broker/ShardedDOMDataTreeListenerContext.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

org/opendaylight/mdsal/dom/broker/ShardedDOMDataTreeProducer.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 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 naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 37
 Warning sizes LineLength Line is longer than 120 characters (found 164). 53
 Warning sizes LineLength Line is longer than 120 characters (found 123). 86
 Warning naming ParameterName Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 131
 Warning sizes LineLength Line is longer than 120 characters (found 152). 156
 Warning sizes LineLength Line is longer than 120 characters (found 135). 194

org/opendaylight/mdsal/dom/broker/ShardedDOMDataWriteTransaction.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
 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. 34
 Warning sizes LineLength Line is longer than 120 characters (found 155). 43
 Warning sizes LineLength Line is longer than 120 characters (found 136). 109
 Warning sizes LineLength Line is longer than 120 characters (found 138). 114

org/opendaylight/mdsal/dom/broker/TransactionCommitFailedExceptionMapper.java

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

org/opendaylight/mdsal/dom/broker/UnknownDOMRpcRoutingTableEntry.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. 15
 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 naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 23
 Warning sizes LineLength Line is longer than 120 characters (found 134). 26
 Warning sizes LineLength Line is longer than 120 characters (found 127). 38

org/opendaylight/mdsal/dom/broker/osgi/OsgiBundleScanningSchemaService.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.URL'should be separated from previous import group. 17
 Warning imports CustomImportOrder 'org.opendaylight.mdsal.dom.api.DOMSchemaService'should be separated from previous import group. 24
 Warning sizes LineLength Line is longer than 120 characters (found 184). 43
 Warning javadoc JavadocMethod Missing a Javadoc comment. 67
 Warning javadoc JavadocMethod Missing a Javadoc comment. 74
 Warning javadoc JavadocMethod Missing a Javadoc comment. 80
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 247
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 248
 Warning sizes LineLength Line is longer than 120 characters (found 128). 249
 Warning javadoc JavadocMethod Missing a Javadoc comment. 268
 Warning sizes LineLength Line is longer than 120 characters (found 127). 286
 Warning sizes LineLength Line is longer than 120 characters (found 126). 291

org/opendaylight/mdsal/dom/broker/osgi/SchemaServiceActivator.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 sizes LineLength Line is longer than 120 characters (found 122). 25