The following document contains the results of Checkstyle 6.2 with odl_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | MultipleVariableDeclarations | 1 | Warning |
OverloadMethodsDeclarationOrder | 20 | Warning | |
VariableDeclarationUsageDistance | 4 | Warning | |
imports | CustomImportOrder
|
80 | Warning |
indentation | Indentation
|
91 | Warning |
javadoc | JavadocMethod
|
167 | Warning |
JavadocParagraph | 1 | Warning | |
misc | ArrayTypeStyle | 4 | Warning |
modifier | ModifierOrder | 9 | Warning |
naming | AbbreviationAsWordInName
|
37 | Warning |
LocalVariableName
|
16 | Warning | |
MemberName
|
2 | Warning | |
MethodName
|
1 | Warning | |
ParameterName
|
10 | Warning | |
sizes | LineLength
|
72 | Warning |
whitespace | EmptyLineSeparator
|
74 | Warning |
FileTabCharacter
|
126 | Error | |
GenericWhitespace | 17 | Warning | |
OperatorWrap
|
10 | Warning | |
WhitespaceAround
|
13 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.lispflowmapping.interfaces.lisp.IFlowMapping' import. | 24 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.PortNumber' import. | 52 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 66 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 67 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 69 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 196 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 245 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 280 |
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.controller.sal.binding.api.BindingAwareBroker.RpcRegistration' import. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. | 63 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '166'. | 357 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '200'. | 370 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '234'. | 385 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 47 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '158'. | 219 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 279 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 26 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 27 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 32 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 46 |
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. | 10 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 16 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 19 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 28 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 32 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
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. | 26 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 57 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '60'. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 144 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 221 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 231 |
Warning | naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 242 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. | 62 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Warning | whitespace | OperatorWrap | '?' should be on a new line. | 123 |
Warning | naming | LocalVariableName | Local variable name 'current_addr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 288 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 104 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 135 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 142 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 265 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 277 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 281 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.nio.ByteBuffer' import. | 12 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 252 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 275 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 291 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 338 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 357 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 366 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
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. | 32 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 155 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 162 |
Warning | naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 163 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 170 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 188 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 196 |
Warning | naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 197 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 137). | 135 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 27 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
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.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.MappingDatabase' import. | 16 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. | 26 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 43 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 52 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 68 |
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 | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.IpAddressBuilder' import. | 29 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 84 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Warning | naming | ParameterName | Parameter name 'IPAddress' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 96 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 96 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '<' is not preceded with whitespace. | 96 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '<' is not followed by whitespace. | 96 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 97 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 16 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. | 14 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.lispflowmapping.lisp.util.LispAddressUtil' import. | 27 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. | 38 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 40 |
Warning | naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
Warning | naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
Warning | naming | LocalVariableName | Local variable name 'aInet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 80 |
Warning | naming | LocalVariableName | Local variable name 'bInet' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 119 |
Warning | naming | LocalVariableName | Local variable name 'lIt' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 119 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 229 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 28 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 34 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '47'. | 63 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '59'. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 27 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 30 |
Warning | naming | MemberName | Member name 'TABLES' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 13 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 53 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 11 |
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. | 18 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 19 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 23 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 32 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 41 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 10 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 14 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 22 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 10 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 20 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 21 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 32 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 18 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 14 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 22 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 45 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 56 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 83 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 91 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 15 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 23 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 76 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 87 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 115 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 129 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 143 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 16 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 25 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 73 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 83 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 124 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 132 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Warning | whitespace | OperatorWrap | '|' should be on a new line. | 58 |
Warning | whitespace | OperatorWrap | '|' should be on a new line. | 59 |
Warning | whitespace | OperatorWrap | '|' should be on a new line. | 63 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 70 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 73 |
Warning | naming | LocalVariableName | Local variable name 'IRC' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'itrCount' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 132 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'recordCount' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 133 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 161). | 157 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'locatorCount' declaration and its first usage is 9, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 43 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 47 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 62 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 164). | 47 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 164). | 59 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 96 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 106 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 155). | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 73 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 74 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 94 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 114 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 114 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 118 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
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 | SummaryJavadoc | First sentence should be present. | 31 |
Warning | indentation | Indentation | 'deserializeData' have incorrect indentation level 4, expected level should be 8. | 96 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 31 |
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 | SummaryJavadoc | First sentence should be present. | 31 |
Warning | indentation | Indentation | 'deserializeData' have incorrect indentation level 4, expected level should be 8. | 96 |
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 | SummaryJavadoc | First sentence should be present. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 71 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 155). | 85 |
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. | 63 |
Warning | whitespace | OperatorWrap | '-' should be on a new line. | 67 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 71 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 82 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '84'. | 118 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 132 |
Warning | whitespace | OperatorWrap | '+' should be on a new line. | 133 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 143 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 12 |
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.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.LispAddress' import. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 151). | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 18 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 50 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 48 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 49 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 88 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 153). | 107 |
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.lispflowmapping.lisp.serializer.address.Ipv4Serializer' import. | 24 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 34 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Warning | naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 |
Warning | naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
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.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.lisp.address.address.ServicePath' import. | 31 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. | 33 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 72 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 76 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 197 |
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 | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.lisp.address.address.key.value.address.KeyValueAddressBuilder' import. | 60 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.lisp.address.address.explicit.locator.path.ExplicitLocatorPathBuilder' import. | 65 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.IetfInetUtil' import. | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 78 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 125 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 158). | 127 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 158). | 130 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 201). | 151 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 201). | 153 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 212). | 173 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 212). | 175 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 211 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 227 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '259'. | 275 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 275 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 283 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 291 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '275'. | 308 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 308 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 316 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '324'. | 332 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '304'. | 336 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 340 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 350 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '>=' is not followed by whitespace. | 354 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '300'. | 361 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '328'. | 365 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '361'. | 369 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 369 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 373 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '365'. | 377 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 377 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 381 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 385 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 308). | 391 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '316'. | 397 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 397 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '397'. | 413 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 413 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 429 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 433 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 442 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 446 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 459 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 466 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 154). | 471 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 477 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 486 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'teBuilder' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 487 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 488 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 161). | 489 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 506 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 518 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 526 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 536 |
Warning | naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 536 |
Warning | naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 536 |
Warning | naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 537 |
Warning | naming | LocalVariableName | Local variable name 'aBytes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 543 |
Warning | naming | LocalVariableName | Local variable name 'bBytes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 544 |
Warning | naming | LocalVariableName | Local variable name 'aBytes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 554 |
Warning | naming | LocalVariableName | Local variable name 'bBytes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 555 |
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 | javadoc | SummaryJavadoc | First sentence should be present. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
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. | 35 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 54 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
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. | 44 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 158 |
Warning | naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 160 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '186'. | 219 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 17 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 27 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 28 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.neutron.spi.INeutronPortAware' import. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 16 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 16 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 18 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 18 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 16 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 23 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 23 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 24 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 29 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 29 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 31 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 31 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 32 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 36 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 36 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 38 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 38 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 39 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 44 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 44 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 46 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 46 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 47 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 51 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 51 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 53 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 53 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 54 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 59 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 59 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 61 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 61 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 62 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 67 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.neutron.spi.Neutron_IPs' import. | 19 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 65 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 103 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 10, expected level should be 12. | 103 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.BindingAwareBroker' import. | 14 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.sal.binding.api.BindingAwareBroker.ProviderContext' import. | 17 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 24 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | 'INeutronSubnetAware' have incorrect indentation level 2, expected level should be 4. | 29 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 29 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 30 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 30 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 32 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 33 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 34 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 34 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 36 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 36 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 37 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 38 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 38 |
Warning | indentation | Indentation | '+' have incorrect indentation level 4, expected level should be 6. | 39 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 39 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 40 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 40 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 8. | 41 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 41 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 12. | 42 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 42 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 8. | 43 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 43 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 44 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 44 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 45 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 45 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 47 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 48 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 49 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 50 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 51 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 52 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 53 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 53 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 54 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 55 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 57 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 57 |
Warning | indentation | Indentation | '+' have incorrect indentation level 4, expected level should be 6. | 58 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 58 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 59 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 59 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 61 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 62 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 8. | 64 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 64 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 64 |
Warning | indentation | Indentation | 'try' have incorrect indentation level 16, expected level should be 8. | 66 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 66 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 20, expected level should be 12. | 68 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 68 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 68 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 70 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 70 |
Warning | indentation | Indentation | '+' have incorrect indentation level 5, expected level should be 7. | 71 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 71 |
Warning | indentation | Indentation | '+' have incorrect indentation level 5, expected level should be 7. | 72 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 72 |
Warning | indentation | Indentation | '+' have incorrect indentation level 5, expected level should be 7. | 73 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 73 |
Warning | indentation | Indentation | 'try rcurly' have incorrect indentation level 16, expected level should be 8. | 74 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 74 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 24, expected level should be 12. | 75 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 75 |
Warning | indentation | Indentation | '+' have incorrect indentation level 5, expected level should be 7. | 76 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 76 |
Warning | indentation | Indentation | 'catch rcurly' have incorrect indentation level 16, expected level should be 8. | 77 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 77 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 81 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 81 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 83 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 84 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 85 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 86 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 87 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 88 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 89 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 89 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 90 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 8. | 91 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 91 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 12. | 92 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 92 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 12. | 93 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 93 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 8. | 94 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 94 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 95 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 95 |
Warning | indentation | Indentation | '+' have incorrect indentation level 4, expected level should be 6. | 96 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 96 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 97 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 97 |
Warning | indentation | Indentation | '+' have incorrect indentation level 4, expected level should be 6. | 98 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 98 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 100 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 101 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 8. | 102 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 102 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 12. | 103 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 103 |
Warning | indentation | Indentation | '+' have incorrect indentation level 5, expected level should be 7. | 104 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 104 |
Warning | indentation | Indentation | '+' have incorrect indentation level 5, expected level should be 7. | 105 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 105 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 12. | 106 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 106 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 8. | 107 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 107 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 108 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 108 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 109 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 109 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 111 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 111 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 112 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 113 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 114 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 114 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 116 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 117 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 118 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 119 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 120 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 120 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 121 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 122 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 122 |
Warning | indentation | Indentation | '+' have incorrect indentation level 4, expected level should be 6. | 123 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 123 |
Warning | indentation | Indentation | '+' have incorrect indentation level 4, expected level should be 6. | 124 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 124 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 125 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 125 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 24, expected level should be 8. | 128 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 128 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 129 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 129 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 131 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 132 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 133 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 134 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 135 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 135 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 136 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 137 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 137 |
Warning | indentation | Indentation | '+' have incorrect indentation level 4, expected level should be 6. | 138 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 138 |
Warning | indentation | Indentation | '+' have incorrect indentation level 4, expected level should be 6. | 139 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 139 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 140 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 140 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 142 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 143 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 8. | 145 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 145 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 145 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 151 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 151 |
Warning | indentation | Indentation | '+' have incorrect indentation level 5, expected level should be 7. | 152 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 152 |
Warning | indentation | Indentation | '+' have incorrect indentation level 5, expected level should be 7. | 153 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 153 |
Warning | indentation | Indentation | '+' have incorrect indentation level 5, expected level should be 7. | 154 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 154 |
Warning | indentation | Indentation | 'try rcurly' have incorrect indentation level 16, expected level should be 8. | 155 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 155 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 24, expected level should be 12. | 156 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 156 |
Warning | indentation | Indentation | '+' have incorrect indentation level 5, expected level should be 7. | 157 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 157 |
Warning | indentation | Indentation | 'catch rcurly' have incorrect indentation level 16, expected level should be 8. | 158 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 158 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 159 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 159 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 73 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 15 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 21 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 15 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 21 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 | 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 | 'org.opendaylight.controller.md.sal.binding.api.NotificationPublishService'should be separated from previous import group. | 27 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.net.InetAddresses' import. | 40 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. | 37 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 47 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 63 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 66 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 68 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 76 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 79 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 81 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 89 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 92 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 94 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 102 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 105 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 107 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 134 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 139 |
Warning | misc | ArrayTypeStyle | Array brackets at illegal position. | 144 |
Warning | misc | ArrayTypeStyle | Array brackets at illegal position. | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 12 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 19 |
Warning | misc | ArrayTypeStyle | Array brackets at illegal position. | 21 |
Warning | misc | ArrayTypeStyle | Array brackets at illegal position. | 22 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 | Wrong lexicographical order for 'org.opendaylight.lispflowmapping.lisp.type.LispMessage' import. | 24 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.lispflowmapping.lisp.serializer.MapNotifySerializer' import. | 27 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MapNotify' import. | 37 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MapReply' import. | 40 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.PortNumber' import. | 43 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 48 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 95 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 110 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 120 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 135 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 142 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 162 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 184 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 206 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.lispflowmapping.lisp.type.LispMessage' import. | 21 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.lispflowmapping.lisp.serializer.MapReplySerializer' import. | 24 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.PortNumber' import. | 33 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 37 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 51 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 70 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 80 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
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.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.IetfInetUtil' import. | 20 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Warning | naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 160 |
Warning | naming | MemberName | Member name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 178 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 264 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 278 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 304 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 324 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 346 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 354 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 375 |
Warning | naming | MethodName | Method name 'wStrArr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 379 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '79'. | 105 |
Warning | modifier | ModifierOrder | 'protected' modifier out of order with the JLS suggestions. | 124 |
Warning | modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 17 |