The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
27 | |
RightCurly
|
34 | ||
| RightCurly | 34 | ||
| coding | EmptyStatement | 3 | |
| IllegalCatch | 47 | ||
| OverloadMethodsDeclarationOrder | 15 | ||
| VariableDeclarationUsageDistance | 1 | ||
| imports | CustomImportOrder
|
320 | |
| RedundantImport | 35 | ||
| UnusedImports | 23 | ||
| indentation | Indentation
|
80 | |
| javadoc | JavadocParagraph
|
19 | |
JavadocStyle
|
205 | ||
| JavadocTagContinuationIndentation | 18 | ||
| misc | ArrayTypeStyle | 1 | |
| modifier | ModifierOrder | 1 | |
| RedundantModifier | 1 | ||
| naming | AbbreviationAsWordInName
|
61 | |
ClassTypeParameterName
|
1 | ||
| ConstantName | 48 | ||
LocalVariableName
|
191 | ||
MemberName
|
4 | ||
MethodName
|
4 | ||
MethodName
|
4 | ||
ParameterName
|
73 | ||
| TypeName | 19 | ||
| regexp | RegexpSingleline
|
5 | |
RegexpSinglelineJava
|
5 | ||
RegexpSinglelineJava
|
1 | ||
| sizes | LineLength
|
130 | |
| whitespace | EmptyLineSeparator
|
10 | |
| GenericWhitespace | 4 | ||
| MethodParamPad | 26 | ||
OperatorWrap
|
1252 | ||
SeparatorWrap
|
10 | ||
SeparatorWrap
|
10 | ||
WhitespaceAround
|
448 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedReader' import. Should be before 'java.io.OutputStreamWriter'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.gson.Gson' import. Should be before 'javax.inject.Inject'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.gson.JsonArray' import. Should be before 'javax.inject.Inject'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.gson.JsonElement' import. Should be before 'javax.inject.Inject'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.gson.JsonObject' import. Should be before 'javax.inject.Inject'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.ops4j.pax.exam.Configuration' import. Should be before 'org.ops4j.pax.exam.Option'. | 41 | |
| indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 7, expected level should be one of the following: 8, 12. | 93 | |
| naming | MethodName | Method name 'HttpURLConnectionFactoryGet' must match pattern '^[a-z][a-zA-Z0-9_]*$'. | 132 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 137 | |
| naming | MethodName | Method name 'HttpURLConnectionFactoryDelete' must match pattern '^[a-z][a-zA-Z0-9_]*$'. | 140 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 145 | |
| naming | MethodName | Method name 'HttpURLConnectionFactoryPost' must match pattern '^[a-z][a-zA-Z0-9_]*$'. | 148 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 158 | |
| naming | MethodName | Method name 'HttpURLConnectionFactoryPut' must match pattern '^[a-z][a-zA-Z0-9_]*$'. | 161 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 171 | |
| naming | ParameterName | Parameter name 'url_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 174 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 179 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 180 | |
| naming | ParameterName | Parameter name 'url_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 185 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 190 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 191 | |
| naming | ParameterName | Parameter name 'url_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 196 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 201 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 202 | |
| naming | ParameterName | Parameter name 'url_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 207 | |
| naming | ParameterName | Parameter name 'url_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 | |
| naming | ParameterName | Parameter name 'url_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 216 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 221 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 222 | |
| naming | ParameterName | Parameter name 'url_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 227 | |
| naming | ParameterName | Parameter name 'url_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 231 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 235 | |
| naming | ParameterName | Parameter name 'url_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 235 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 248 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 249 | |
| naming | ParameterName | Parameter name 'url_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 256 | |
| naming | ParameterName | Parameter name 'url_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 262 | |
| naming | ParameterName | Parameter name 'url_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 279 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 53 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 54 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 69 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 70 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 71 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 72 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 73 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 74 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 85 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 86 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 87 | |
| naming | LocalVariableName | Local variable name 'bgpvpn_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 42 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 43 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 44 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| coding | EmptyStatement | Empty statement. | 62 | |
| naming | LocalVariableName | Local variable name 'fw_policy_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 33 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 34 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 53 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 54 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 67 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 68 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 69 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 70 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 71 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 72 | |
| naming | LocalVariableName | Local variable name 'fw_rule_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 42 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 43 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 44 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 76 | |
| naming | LocalVariableName | Local variable name 'fw_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 62 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 74 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 75 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 76 | |
| naming | LocalVariableName | Local variable name 'floatingIP_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 33 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 34 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 53 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 54 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 66 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 67 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 68 | |
| naming | LocalVariableName | Local variable name 'ike_policy_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronIPSECPoliciesTests' must contain no more than '4' capital letters. | 11 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 33 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 53 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 54 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 65 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 66 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 67 | |
| naming | LocalVariableName | Local variable name 'ipsec_policy_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronIPSECSiteConnectionTests' must contain no more than '4' capital letters. | 11 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 33 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 34 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 35 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 36 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 37 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 38 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 39 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 40 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 41 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 42 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 43 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 62 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 65 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 66 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 67 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 68 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 69 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 70 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 71 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 72 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 73 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 84 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 85 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 86 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 87 | |
| naming | LocalVariableName | Local variable name 'ipsec_siteConnection_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 65 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 66 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 67 | |
| naming | LocalVariableName | Local variable name 'l2gateway_connection_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 43 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 44 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| naming | LocalVariableName | Local variable name 'l2gateway_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 65 | |
| naming | LocalVariableName | Local variable name 'healthMonitor_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 33 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 34 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 35 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 36 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 53 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 54 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 69 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 70 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 71 | |
| naming | LocalVariableName | Local variable name 'listener_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 43 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 44 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 62 | |
| coding | EmptyStatement | Empty statement. | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 73 | |
| naming | LocalVariableName | Local variable name 'pool_member_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 33 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 34 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 35 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 36 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 37 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 38 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 39 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 53 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 54 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 62 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 74 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 75 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 76 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 77 | |
| naming | LocalVariableName | Local variable name 'pool_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 33 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 34 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 35 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 53 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 54 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 67 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 67 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 68 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 68 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 69 | |
| naming | LocalVariableName | Local variable name 'loadBalancer_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 40 | |
| naming | LocalVariableName | Local variable name 'meteringLabel_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 41 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 62 | |
| naming | LocalVariableName | Local variable name 'meteringRule_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the java.lang package - java.lang.Thread. | 11 | |
| naming | LocalVariableName | Local variable name 'url_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 27 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 29 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 34 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+=' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+=' is not followed by whitespace. | 37 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 53 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 54 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 62 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 92 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 93 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 94 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 95 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 96 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 131 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 132 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 137 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 139 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 144 | |
| naming | LocalVariableName | Local variable name 'url_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 145 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 145 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 145 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 154 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 155 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 155 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 156 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 156 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 157 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 157 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 158 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 158 | |
| naming | LocalVariableName | Local variable name 'network_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 33 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 34 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 35 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 36 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 37 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 38 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 39 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 40 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 41 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 42 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 724). | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 703). | 74 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 115 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 116 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 117 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 118 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 119 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 120 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 121 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 122 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 123 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 124 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 125 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 126 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 127 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 128 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 129 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 130 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 131 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 132 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 133 | |
| indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 12. | 134 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 144 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 145 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 146 | |
| naming | LocalVariableName | Local variable name 'port_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 39 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 40 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 41 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 42 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 43 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 44 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| naming | LocalVariableName | Local variable name 'qos_policy_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 62 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 65 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 66 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 74 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 75 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 76 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 77 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 85 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 86 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 87 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 88 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 96 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 97 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 98 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 99 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 110 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 110 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 111 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 112 | |
| coding | EmptyStatement | Empty statement. | 113 | |
| naming | LocalVariableName | Local variable name 'router_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 33 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 34 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 35 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 36 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 37 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 38 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 39 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 40 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 41 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 54 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 62 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 65 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 66 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 67 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 68 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 69 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 70 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 71 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 82 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 83 | |
| naming | LocalVariableName | Local variable name 'securityGroup_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 53 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 54 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 62 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 65 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 66 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 67 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 68 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 69 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 70 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 71 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 72 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 73 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 74 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 75 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 76 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 77 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 78 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 79 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 86 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 87 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 88 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 89 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 90 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 91 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 92 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 93 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 104 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 105 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 106 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 107 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 129 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 130 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 131 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 132 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 133 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 134 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 135 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 136 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 146 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 147 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 148 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 149 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 150 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 151 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 152 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 153 | |
| naming | LocalVariableName | Local variable name 'securityRule_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 33 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 34 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 35 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 36 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 37 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 38 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 39 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 40 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 41 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 61 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 62 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 62 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 65 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 65 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 66 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 66 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 67 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 67 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 131 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 132 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 133 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 134 | |
| naming | LocalVariableName | Local variable name 'subnet_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 65 | |
| naming | LocalVariableName | Local variable name 'vpnService_tester' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'Neutron_Bug3812_Tests' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| naming | LocalVariableName | Local variable name 'url_n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 352). | 21 | |
| naming | LocalVariableName | Local variable name 'content_n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 21 | |
| naming | LocalVariableName | Local variable name 'url_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 542). | 26 | |
| naming | LocalVariableName | Local variable name 'content_s1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 | |
| naming | LocalVariableName | Local variable name 'url_p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 769). | 30 | |
| naming | LocalVariableName | Local variable name 'content_p1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 | |
| naming | LocalVariableName | Local variable name 'url_p1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 568). | 34 | |
| naming | LocalVariableName | Local variable name 'content_p1m1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 542). | 38 | |
| naming | LocalVariableName | Local variable name 'content_s2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 568). | 41 | |
| naming | LocalVariableName | Local variable name 'content_p1m2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 568). | 45 | |
| naming | LocalVariableName | Local variable name 'content_p1m3' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| naming | LocalVariableName | Local variable name 'url_s1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 | |
| naming | LocalVariableName | Local variable name 'url_s2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 56 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'Neutron_Bug4027_Tests' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| naming | LocalVariableName | Local variable name 'url_n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 | |
| naming | LocalVariableName | Local variable name 'content_n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 22 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 23 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 24 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 33 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 34 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 35 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 36 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 37 | |
| naming | LocalVariableName | Local variable name 'url_2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| naming | LocalVariableName | Local variable name 'content_2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 41 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 42 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 43 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 44 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 58 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'Tempest_PortsIpV6TestJSON' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| naming | LocalVariableName | Local variable name 'url_n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 348). | 21 | |
| naming | LocalVariableName | Local variable name 'content_n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 21 | |
| naming | LocalVariableName | Local variable name 'url_s' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 514). | 26 | |
| naming | LocalVariableName | Local variable name 'content_s1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 | |
| naming | LocalVariableName | Local variable name 'url_p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 849). | 30 | |
| naming | LocalVariableName | Local variable name 'content_p1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 2,345). | 33 | |
| naming | LocalVariableName | Local variable name 'content_p2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 39 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.core.Response' import. Should be before 'org.opendaylight.neutron.spi.INeutronObject'. | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 22 | |
| naming | ClassTypeParameterName | Class type name 'NeutronRequest' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'. | 22 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 41 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 43 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 116 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.INeutronObject'. | 13 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 17 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.core.MediaType' import. Should be before 'javax.ws.rs.core.Response'. | 13 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.neutron.spi.NeutronBgpvpn' import. Should be before 'org.opendaylight.neutron.spi.NeutronCRUDInterfaces'. | 36 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 71 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 116 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 | |
| naming | LocalVariableName | Local variable name 'oSN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 | |
| naming | LocalVariableName | Local variable name 'bAdminStateUp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 124 | |
| naming | LocalVariableName | Local variable name 'bAutoAggregate' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 132 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 133 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 134 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 135 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 136 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 153 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 157 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 174 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 178 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 191 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 191 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 213 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 217 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.Consumes' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.DELETE' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.GET' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.POST' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.PUT' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.Path' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.PathParam' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.Produces' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.QueryParam' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.core.MediaType' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.core.Response' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 31 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 109 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 110 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 111 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 112 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 113 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 114 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 115 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 116 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 117 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 118 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 119 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 133 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 133 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 151 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 164 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 164 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 180 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 109 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 110 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 111 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 112 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 113 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 114 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 115 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 116 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 117 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 131 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 149 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 162 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 162 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 179 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewallPolicy'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewallPolicy'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewallPolicy'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewallPolicy'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewallPolicy'. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewall'. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewallRule'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewallRule'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewallRule'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewallRule'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewallRule'. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 119 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 120 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 121 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 122 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 123 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 124 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 125 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 126 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 127 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 128 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 129 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 130 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 131 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 132 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 133 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 134 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 135 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 136 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 137 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 138 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 139 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 140 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 141 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 142 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 143 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 144 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 145 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 146 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 147 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 148 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 149 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 163 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 182 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 182 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 196 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 196 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 212 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 129 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 133 | |
| naming | LocalVariableName | Local variable name 'oSS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 135 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 137 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 138 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 139 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 140 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 141 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 142 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 143 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 157 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 176 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 176 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 189 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 203 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 207 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 135). | 56 | |
| naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 146 | |
| naming | LocalVariableName | Local variable name 'oSS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 200 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 138 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 138 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 144 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 189 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 209 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 153). | 54 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 114 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 119 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 120 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 121 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 123 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 123 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 124 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 126 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 126 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 127 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 129 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 129 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 130 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 132 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 132 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 133 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 135 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 135 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 136 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 138 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 138 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 139 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 141 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 141 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 142 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 144 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 144 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 145 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 147 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 159 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 171 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 177 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 177 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 190 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 190 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 208 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancerHealthMonitor'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancerHealthMonitor'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancerHealthMonitor'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancerHealthMonitor'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancerHealthMonitor'. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 54 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 115 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 116 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 117 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 118 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 118 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 119 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 120 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 121 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 122 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 123 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 124 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 126 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 126 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 127 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 140 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 158 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 158 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 171 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 171 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 183 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 187 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancerListener'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancerListener'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancerListener'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancerListener'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancerListener'. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 114 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 115 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 116 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 117 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 118 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 119 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 120 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 121 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 122 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 135 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 154 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 168 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 168 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 185 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancerPoolMember'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancerPoolMember'. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 61 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 71 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 82 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 125 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 126 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 127 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 128 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 129 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 130 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 131 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 132 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 133 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 134 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 134 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 135 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 136 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 137 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 168 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 168 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 181 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 181 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 197 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 197 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '70'. | 212 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 216 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 216 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 255 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 258 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 259 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 260 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 261 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 262 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 263 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 264 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 265 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 266 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 267 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 268 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 269 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 282 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 282 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 322 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 322 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 358 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 358 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 381 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 383 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 387 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 387 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancerPool'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancerPool'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancerPool'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancerPool'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancerPool'. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancer'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancer'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancer'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancer'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronLoadBalancer'. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 57 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 80 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 107 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 | |
| naming | LocalVariableName | Local variable name 'oSS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 114 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 116 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 116 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 130 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 178 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 80 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 106 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 110 | |
| naming | LocalVariableName | Local variable name 'oSS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 113 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 114 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 128 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 128 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 148 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 148 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 161 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 121 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'oSN' 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). | 127 | |
| naming | LocalVariableName | Local variable name 'oSN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 127 | |
| naming | LocalVariableName | Local variable name 'bAdminStateUp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 | |
| naming | LocalVariableName | Local variable name 'bShared' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 130 | |
| naming | LocalVariableName | Local variable name 'bRouterExternal' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 131 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 141 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 142 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 143 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 144 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 145 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 146 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 147 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 8. | 164 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 168 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 168 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 185 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 189 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 215 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 215 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 228 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 232 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.core.Application' import. Should be before 'org.eclipse.persistence.jaxb.rs.MOXyJsonProvider'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.eclipse.persistence.jaxb.rs.MOXyJsonProvider'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'org.eclipse.persistence.jaxb.rs.MOXyJsonProvider'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.eclipse.persistence.jaxb.rs.MOXyJsonProvider'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.eclipse.persistence.jaxb.rs.MOXyJsonProvider'. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 21 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 21 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 138 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 142 | |
| naming | LocalVariableName | Local variable name 'oSS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 144 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 145 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 146 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 147 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 148 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 149 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 150 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 151 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 152 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 153 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 154 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 154 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 175 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 175 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 195 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 195 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 234 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 234 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 249 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 255 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.neutron.spi.INeutronQosPolicyCRUD' import. Should be before 'org.opendaylight.neutron.spi.NeutronQosPolicy'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.neutron.spi.NeutronCRUDInterfaces' import. Should be before 'org.opendaylight.neutron.spi.NeutronQosPolicy'. | 30 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 87 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 88 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 89 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 102 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 133 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 133 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'org.opendaylight.neutron.spi.NeutronQosPolicy'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'org.opendaylight.neutron.spi.NeutronQosPolicy'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronQosPolicy'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronQosPolicy'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronQosPolicy'. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 110 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 140 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 147 | |
| naming | LocalVariableName | Local variable name 'oSS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 150 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 151 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 152 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 153 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 154 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 154 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 168 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 168 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 189 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 210 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 210 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 225 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 230 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 230 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 244 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 244 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 16 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.codehaus.enunciate.jaxrs.TypeHint. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.Consumes' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.DELETE' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.GET' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.POST' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.PUT' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.Path' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.PathParam' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.Produces' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.QueryParam' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.core.MediaType' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.core.Response' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.HttpURLConnection' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCFlowClassifier'. | 31 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 54 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 54 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 | |
| naming | LocalVariableName | Local variable name 'oSFC' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 115 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 116 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 117 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 118 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 119 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 120 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 122 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 124 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 126 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 127 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 127 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 128 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 128 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 142 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 142 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 162 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 162 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 187 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 187 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 203 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.neutron.spi.NeutronSFCPortPair. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 17 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.Consumes' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortChain'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.DELETE' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortChain'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.GET' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortChain'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.POST' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortChain'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.PUT' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortChain'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.Path' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortChain'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.PathParam' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortChain'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.Produces' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortChain'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.QueryParam' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortChain'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.core.MediaType' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortChain'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.core.Response' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortChain'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.HttpURLConnection' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortChain'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortChain'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortChain'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortChain'. | 30 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'oSFCPC' must contain no more than '4' capital letters. | 102 | |
| naming | LocalVariableName | Local variable name 'oSFCPC' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 103 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 104 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 137 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 137 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 162 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 162 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 177 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 16 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.Consumes' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.DELETE' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.GET' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.POST' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.PUT' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.Path' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.PathParam' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.Produces' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.QueryParam' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.core.MediaType' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.core.Response' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.HttpURLConnection' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPairGroup'. | 30 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'oSFCPPG' must contain no more than '4' capital letters. | 103 | |
| naming | LocalVariableName | Local variable name 'oSFCPPG' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 104 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 105 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 119 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 119 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 134 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 163 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 178 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 16 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.Consumes' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.DELETE' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.GET' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.POST' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.PUT' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.Path' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.PathParam' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.Produces' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.QueryParam' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.core.MediaType' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.core.Response' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.HttpURLConnection' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronSFCPortPair'. | 30 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'oSFCPP' must contain no more than '4' capital letters. | 105 | |
| naming | LocalVariableName | Local variable name 'oSFCPP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 105 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 106 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 107 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 108 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 109 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 123 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 123 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 143 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 143 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 168 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 168 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 184 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'org.opendaylight.neutron.spi.NeutronSecurityGroup'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'org.opendaylight.neutron.spi.NeutronSecurityGroup'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronSecurityGroup'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronSecurityGroup'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronSecurityGroup'. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 38 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 105 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 108 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 109 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 110 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 111 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 112 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 125 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 125 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 144 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 158 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 158 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 175 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'org.opendaylight.neutron.spi.NeutronSecurityRule'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'org.opendaylight.neutron.spi.NeutronSecurityRule'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronSecurityRule'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'org.opendaylight.neutron.spi.NeutronSecurityRule'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.neutron.spi.NeutronSecurityRule'. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 38 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 115 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 116 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 117 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 118 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 119 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 120 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 121 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 122 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 123 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 124 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 125 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 126 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 127 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 128 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 129 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 130 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 131 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 132 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 133 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 146 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 165 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 165 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 179 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 179 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 196 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 128 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 132 | |
| naming | LocalVariableName | Local variable name 'oSS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 134 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 135 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 136 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 137 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 138 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 139 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 140 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 141 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 142 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 143 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 144 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 164 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 164 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 184 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 184 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 214 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 214 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 228 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 232 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronVPNIKEPoliciesNorthbound' must contain no more than '4' capital letters. | 57 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'listVPNIKEPolicies' must contain no more than '4' capital letters. | 98 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 111 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'allNeutronVPNIKEPolicy' must contain no more than '4' capital letters. | 113 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 | |
| naming | LocalVariableName | Local variable name 'oSS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 118 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 119 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 120 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 121 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 122 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 122 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 123 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 124 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'showVPNIKEPolicy' must contain no more than '4' capital letters. | 151 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 155 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 159 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'createVPNIKEPolicy' must contain no more than '4' capital letters. | 168 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'updateVPNIKEPolicy' must contain no more than '4' capital letters. | 182 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 184 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 188 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 188 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'deleteVPNIKEPolicy' must contain no more than '4' capital letters. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronVPNIKEPolicyRequest' must contain no more than '4' capital letters. | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 22 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronVPNIPSECPoliciesNorthbound' must contain no more than '4' capital letters. | 57 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 82 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'listVPNIPSECPolicies' must contain no more than '4' capital letters. | 99 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 112 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'allNeutronVPNIPSECPolicies' must contain no more than '4' capital letters. | 114 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 | |
| naming | LocalVariableName | Local variable name 'oSS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 119 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 120 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 122 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 122 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 123 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 124 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 125 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 139 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 139 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'showVPNIPSECPolicy' must contain no more than '4' capital letters. | 152 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 156 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 160 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 160 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'createVPNIPSECPolicy' must contain no more than '4' capital letters. | 169 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 173 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 173 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'updateVPNIPSECPolicy' must contain no more than '4' capital letters. | 183 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 12, expected level should be 4. | 185 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 189 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'deleteVPNIPSECPolicy' must contain no more than '4' capital letters. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronVPNIPSECPolicyRequest' must contain no more than '4' capital letters. | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 22 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'singletonVPNIPSECPolicy' must contain no more than '4' capital letters. | 23 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 25 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'bulkVPNIPSECPolicies' must contain no more than '4' capital letters. | 26 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 7, expected level should be 8. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronVPNIPSECSiteConnectionRequest' must contain no more than '4' capital letters. | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 22 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'singletonVPNIPSECSiteConnection' must contain no more than '4' capital letters. | 23 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 25 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'bulkVPNIPSECSiteConnections' must contain no more than '4' capital letters. | 26 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 7, expected level should be 8. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronVPNIPSECSiteConnectionsNorthbound' must contain no more than '4' capital letters. | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 58 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'listVPNIPSECSiteConnections' must contain no more than '4' capital letters. | 99 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'allNeutronVPNIPSECSiteConnection' must contain no more than '4' capital letters. | 115 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 | |
| naming | LocalVariableName | Local variable name 'oSS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 119 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 147 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 147 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'showVPNIPSECSiteConnection' must contain no more than '4' capital letters. | 160 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 166 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 166 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'createVPNIPSECSiteConnection' must contain no more than '4' capital letters. | 175 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 179 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 179 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'updateVPNIPSECSiteConnection' must contain no more than '4' capital letters. | 189 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 194 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 194 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'deleteVPNIPSECSiteConnection' must contain no more than '4' capital letters. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 22 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 22 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| naming | LocalVariableName | Local variable name 'VPNServiceInterface' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 119 | |
| naming | LocalVariableName | Local variable name 'oSS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 140 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 158 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 158 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 171 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 171 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 185 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 79 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 82 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 90 | |
| naming | LocalVariableName | Local variable name 'lCollection' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 109 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 113 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 118 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 127 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 136 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 138 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 142 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.core.MediaType' import. Should be before 'javax.ws.rs.core.Response'. | 13 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.core.MediaType' import. Should be before 'javax.ws.rs.core.Response'. | 13 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 15 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 17 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.core.MediaType' import. Should be before 'javax.ws.rs.core.Response'. | 13 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.ws.rs.core.MediaType' import. Should be before 'javax.ws.rs.core.Response'. | 15 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 19 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'INeutronFloatingIPCRUD' must contain no more than '4' capital letters. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 10 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 10 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 10 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'INeutronVPNIKEPolicyCRUD' must contain no more than '4' capital letters. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'INeutronVPNIPSECPolicyCRUD' must contain no more than '4' capital letters. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'INeutronVPNIPSECSiteConnectionsCRUD' must contain no more than '4' capital letters. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.List. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 49 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 52 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 90 | |
| blocks | RightCurly | '}' at column 61 should be alone on a line. | 90 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 129 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 196 | |
| blocks | RightCurly | '}' at column 63 should be alone on a line. | 196 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 241 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 246 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'getVPNIKEPolicyInterface' must contain no more than '4' capital letters. | 117 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getVPNIPSECPolicyInterface' must contain no more than '4' capital letters. | 121 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getVPNIPSECSiteConnectionsInterface' must contain no more than '4' capital letters. | 141 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'fetchINeutronFloatingIPCRUD' must contain no more than '4' capital letters. | 189 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 235 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'fetchINeutronVPNIKEPolicyCRUD' must contain no more than '4' capital letters. | 249 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'fetchINeutronVPNIPSECPolicyCRUD' must contain no more than '4' capital letters. | 254 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'fetchINeutronVPNIPSECSiteConnectionsCRUD' must contain no more than '4' capital letters. | 264 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 265 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 280 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 284 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 290 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 296 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 302 | |
| naming | LocalVariableName | Local variable name 'bCtx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 315 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 322 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 17 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 24 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 87 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 114 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 115 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 116 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 117 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 118 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 119 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronFirewall. | 14 | |
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronFirewallPolicy. | 15 | |
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronFirewallRule. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.neutron.spi.JaxbTestHelper' import. Should be before 'org.opendaylight.neutron.spi.NeutronFirewallRule'. | 17 | |
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.JaxbTestHelper. | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 376). | 21 | |
| naming | ConstantName | Name 'NeutronFirewall_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 21 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 27 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 358). | 50 | |
| naming | ConstantName | Name 'NeutronFirewallPolicy_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 50 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 56 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 625). | 76 | |
| naming | ConstantName | Name 'NeutronFirewallRule_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 76 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 82 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 17 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 24 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 99 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 100 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 101 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 102 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 103 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 17 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 24 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 208 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 210 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 263 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 264 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 265 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 266 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 267 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 268 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 269 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 270 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 271 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 272 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 273 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 274 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 275 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 276 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 44 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 105 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 110 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 143 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 144 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 145 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 146 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 147 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 148 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 149 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 150 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.JaxbTestHelper. | 14 | |
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronFloatingIP. | 15 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronFloatingIPJAXBTest' must contain no more than '4' capital letters. | 17 | |
| naming | ConstantName | Name 'NeutronFloatingIP_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 19 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 19 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 19 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 20 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 22 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 23 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 24 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 33 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 20 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 70 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 71 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 72 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 73 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 99 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 100 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 101 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 102 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 103 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 104 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 17 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 24 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 126 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 127 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 128 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 129 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 130 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 131 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 132 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 17 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 24 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 25 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 151 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 173 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 187 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 188 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 189 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 190 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 191 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 192 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 193 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 194 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 195 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 196 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'NeutronLoadBalancerHealthMonitor_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| naming | LocalVariableName | Local variable name 'neutron_id' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Assert' import. Should be before 'org.junit.Test'. | 12 | |
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronLoadBalancer. | 14 | |
| naming | ConstantName | Name 'NeutronLoadBalancer_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 17 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 24 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 120 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 128 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 132 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 155 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 156 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 157 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 158 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 159 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 160 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 161 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 162 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'NeutronLoadBalancerListener_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| naming | LocalVariableName | Local variable name 'neutron_id' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 60 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 17 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 115 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 174 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 195 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 196 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 197 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 198 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 199 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 199 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 199 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 200 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 201 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'NeutronLoadBalancerPool_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 18 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 19 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 20 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 22 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 23 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 24 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 33 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 34 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 35 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 36 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlTransient'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'javax.xml.bind.annotation.XmlTransient'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlTransient'. | 18 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 105 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 127 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 133 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 134 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 135 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 136 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 137 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 138 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 139 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 140 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 141 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'NeutronLoadBalancerPoolMember_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'NeutronLoadBalancer_SessionPersistence' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'NeutronLoadBalancer_SessionPersistenceJAXBTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 14 | |
| naming | ConstantName | Name 'NeutronLoadBalancer_SessionPersistence_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 16 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 17 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 62 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 73 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.JaxbTestHelper. | 14 | |
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronMeteringLabel. | 15 | |
| naming | ConstantName | Name 'NeutronMeteringLabel_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 81 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 82 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 83 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 84 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 85 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 96 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.JaxbTestHelper. | 14 | |
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronMeteringLabelRule. | 15 | |
| naming | ConstantName | Name 'NeutronMeteringLabelRule_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 57 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 96 | |
| blocks | RightCurly | '}' at column 61 should be alone on a line. | 96 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 102 | |
| blocks | RightCurly | '}' at column 48 should be alone on a line. | 102 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 104 | |
| blocks | RightCurly | '}' at column 49 should be alone on a line. | 104 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 110 | |
| blocks | RightCurly | '}' at column 64 should be alone on a line. | 110 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 112 | |
| blocks | RightCurly | '}' at column 65 should be alone on a line. | 112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 189 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 194 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.JaxbTestHelper. | 16 | |
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronNetwork. | 17 | |
| naming | ConstantName | Name 'NeutronNetwork_SingleProvider_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 21 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 22 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 23 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 24 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 38 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 68 | |
| naming | ConstantName | Name 'NeutronNetwork_MultipleProvider_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 73 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 73 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 74 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 75 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 76 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 77 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 78 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 79 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 80 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 81 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 82 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 83 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 84 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 85 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 86 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 94 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 137 | |
| naming | ConstantName | Name 'NeutronNetwork_L3_HA_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 142 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 142 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 142 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 142 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 143 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 144 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 145 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 146 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 147 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 148 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 149 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 150 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 151 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 152 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 153 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 160 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.JAXBException' import. Should be before 'org.junit.Test'. | 12 | |
| naming | ConstantName | Name 'NeutronNetworkQosEnabled_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 15 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 15 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 15 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 16 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 17 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 18 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 19 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 20 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 22 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 23 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 24 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'NeutronNetwork_Segment' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 21 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 36 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 68 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 69 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.JaxbTestHelper. | 14 | |
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronNetwork_Segment. | 15 | |
| naming | TypeName | Type name 'NeutronNetwork_SegmentJAXBTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 17 | |
| naming | ConstantName | Name 'NeutronNetwork_Segment_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonIgnore' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter'. | 22 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 110 | |
| blocks | RightCurly | '}' at column 61 should be alone on a line. | 110 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 218 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 238 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 278 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 328 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.JaxbTestHelper. | 17 | |
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronPort. | 18 | |
| naming | ConstantName | Name 'NeutronPort_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 27 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.JAXBException' import. Should be before 'org.junit.Test'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.junit.Test'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.junit.Test'. | 15 | |
| naming | ConstantName | Name 'NeutronPortQosEnabled_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.junit.Test'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.junit.Test'. | 15 | |
| naming | ConstantName | Name 'portSecurityEnabled_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 25 | |
| naming | ConstantName | Name 'portSecurityDisabled_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 42 | |
| naming | ConstantName | Name 'portSecurityDefault_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 58 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'NeutronPort_AllowedAddressPairs' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 20 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 37 | |
| blocks | RightCurly | '}' at column 57 should be alone on a line. | 37 | |
| blocks | LeftCurly | '{' at column 50 should have line break after. | 39 | |
| blocks | RightCurly | '}' at column 82 should be alone on a line. | 39 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 41 | |
| blocks | RightCurly | '}' at column 55 should be alone on a line. | 41 | |
| blocks | LeftCurly | '{' at column 48 should have line break after. | 43 | |
| blocks | RightCurly | '}' at column 78 should be alone on a line. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.JaxbTestHelper. | 13 | |
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronPort_AllowedAddressPairs. | 14 | |
| naming | TypeName | Type name 'NeutronPort_AllowedAddressPairsJAXBTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 16 | |
| naming | ConstantName | Name 'NeutronPort_AllowedAddressPairs_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'NeutronPort_ExtraDHCPOption' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 20 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 41 | |
| blocks | RightCurly | '}' at column 47 should be alone on a line. | 41 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 43 | |
| blocks | RightCurly | '}' at column 62 should be alone on a line. | 43 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 45 | |
| blocks | RightCurly | '}' at column 45 should be alone on a line. | 45 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 47 | |
| blocks | RightCurly | '}' at column 58 should be alone on a line. | 47 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 49 | |
| blocks | RightCurly | '}' at column 55 should be alone on a line. | 49 | |
| blocks | LeftCurly | '{' at column 49 should have line break after. | 51 | |
| blocks | RightCurly | '}' at column 79 should be alone on a line. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.JaxbTestHelper. | 14 | |
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronPort_ExtraDHCPOption. | 15 | |
| naming | TypeName | Type name 'NeutronPort_ExtraDHCPOptionJAXBTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 17 | |
| naming | ConstantName | Name 'NeutronPort_ExtraDHCPOption_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 22 | |
| naming | ConstantName | Name 'NeutronPort_ExtraDHCPOption_IPv4_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 26 | |
| naming | ConstantName | Name 'NeutronPort_ExtraDHCPOption_IPv6_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 38 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 58 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.math.BigInteger' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 18 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 70 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 71 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 72 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 73 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 17 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.JAXBException' import. Should be before 'org.junit.Test'. | 15 | |
| naming | ConstantName | Name 'NeutronQosPolicy_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 20 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 22 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 23 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 24 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 18 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 71 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 102 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 103 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 104 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 105 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 106 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 107 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.adapters.XmlAdapter' import. Should be before 'org.slf4j.LoggerFactory'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.parsers.DocumentBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.parsers.DocumentBuilderFactory' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 38 should have line break after. | 66 | |
| blocks | RightCurly | '}' at column 61 should be alone on a line. | 66 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 119 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 150 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 159 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 160 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 161 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 162 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 163 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 164 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 165 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 166 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 167 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'NeutronRouter_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 18 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 19 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 20 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 22 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 23 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 24 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| naming | LocalVariableName | Local variable name 'external_gateway_info' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'NeutronRouter_Interface' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 20 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 59 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'NeutronRouter_InterfaceJAXBTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 14 | |
| naming | ConstantName | Name 'NeutronRouter_Interface_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 15 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 16 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 17 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'NeutronRouter_NetworkReference' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 23 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 67 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'NeutronRouter_NetworkReferenceJAXBTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 16 | |
| naming | ConstantName | Name 'NeutronRouter_NetworkReference_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 18 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 19 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 21 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter'. | 19 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 171 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 176 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 178 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 224 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 225 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 226 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 227 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 228 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 229 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 230 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 231 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 232 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 233 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 234 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 235 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.JAXBException' import. Should be before 'org.junit.Test'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.junit.Test'. | 14 | |
| naming | ConstantName | Name 'NeutronSFCFlowClassifier_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 46 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.fasterxml.jackson.annotation.JsonIgnore. | 10 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessType' import. Should be before 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlAccessorType' import. Should be before 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlElement' import. Should be before 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.XmlRootElement' import. Should be before 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter' import. Should be before 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid'. | 21 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 86 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 91 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 118 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 119 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 120 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 121 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 122 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.JAXBException' import. Should be before 'org.junit.Test'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.junit.Test'. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| naming | ConstantName | Name 'NeutronSFCPortChain_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 45 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter'. | 19 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 84 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 91 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 117 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 118 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 119 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 120 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 121 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 58 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 84 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 85 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 86 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.JAXBException' import. Should be before 'org.junit.Test'. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| naming | ConstantName | Name 'NeutronSFCPortPairGroup_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 32 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.bind.JAXBException' import. Should be before 'org.junit.Test'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.junit.Test'. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| naming | ConstantName | Name 'NeutronSFCPortPair_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 38 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 41 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 24 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 53 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 54 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 55 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 70 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 71 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 72 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'NeutronSecurityGroup_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 15 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 15 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 16 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 17 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 18 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 19 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 20 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 22 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 23 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 24 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 35 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Serializable' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.xml.bind.annotation.XmlRootElement'. | 17 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 22 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 134 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 136 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 173 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 174 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 175 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 176 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 177 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 178 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 179 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 180 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 181 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 182 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'NeutronSecurityRule_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 17 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 17 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 17 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 18 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 19 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 20 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 22 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 23 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 24 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| naming | ConstantName | Name 'NeutronSecurityRuleProtocolNumber_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 33 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 34 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 35 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 36 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 37 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 38 | |
| naming | ConstantName | Name 'NeutronSecurityRuleProtocolNumberString_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 41 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 41 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 42 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 43 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 44 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 57 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.Inet6Address' import. Should be before 'java.net.InetAddress'. | 14 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 153 | |
| blocks | RightCurly | '}' at column 57 should be alone on a line. | 153 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 156 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 159 | |
| blocks | RightCurly | '}' at column 66 should be alone on a line. | 159 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 161 | |
| blocks | RightCurly | '}' at column 102 should be alone on a line. | 161 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 163 | |
| blocks | RightCurly | '}' at column 56 should be alone on a line. | 163 | |
| blocks | LeftCurly | '{' at column 50 should have line break after. | 165 | |
| blocks | RightCurly | '}' at column 82 should be alone on a line. | 165 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 174 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 179 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 181 | |
| naming | LocalVariableName | Local variable name 'aPools' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 206 | |
| naming | LocalVariableName | Local variable name 'hRoutes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 264 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 266 | |
| whitespace | WhitespaceAround | WhitespaceAround: '/' is not preceded with whitespace. | 266 | |
| whitespace | WhitespaceAround | WhitespaceAround: '/' is not followed by whitespace. | 266 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 266 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 266 | |
| whitespace | WhitespaceAround | WhitespaceAround: '%' is not preceded with whitespace. | 266 | |
| whitespace | WhitespaceAround | WhitespaceAround: '%' is not followed by whitespace. | 266 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 267 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 270 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 273 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 284 | |
| naming | LocalVariableName | Local variable name 'lowAddress_bi' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 338 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 341 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 351 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 380 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 382 | |
| whitespace | WhitespaceAround | WhitespaceAround: '/' is not preceded with whitespace. | 382 | |
| whitespace | WhitespaceAround | WhitespaceAround: '/' is not followed by whitespace. | 382 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 382 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 382 | |
| whitespace | WhitespaceAround | WhitespaceAround: '%' is not preceded with whitespace. | 382 | |
| whitespace | WhitespaceAround | WhitespaceAround: '%' is not followed by whitespace. | 382 | |
| whitespace | OperatorWrap | '!=' should be on a new line. | 382 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 383 | |
| whitespace | WhitespaceAround | WhitespaceAround: '/' is not preceded with whitespace. | 383 | |
| whitespace | WhitespaceAround | WhitespaceAround: '/' is not followed by whitespace. | 383 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 383 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 383 | |
| whitespace | WhitespaceAround | WhitespaceAround: '%' is not preceded with whitespace. | 383 | |
| whitespace | WhitespaceAround | WhitespaceAround: '%' is not followed by whitespace. | 383 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 384 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 387 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 390 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 402 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 407 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 409 | |
| whitespace | OperatorWrap | '<' should be on a new line. | 410 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 414 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 415 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 11, expected level should be 12. | 418 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.Inet6Address' import. Should be before 'java.net.InetAddress'. | 14 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 142 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 148 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 148 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 161 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 161 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 167 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 167 | |
| naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 175 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 178 | |
| naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 187 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 187 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 188 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 193 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 194 | |
| naming | LocalVariableName | Local variable name 'gIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 215 | |
| naming | LocalVariableName | Local variable name 'sIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 216 | |
| naming | LocalVariableName | Local variable name 'eIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 217 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 218 | |
| naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 219 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 228 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 228 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 235 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 235 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 246 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 246 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 251 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 251 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 261 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 262 | |
| naming | LocalVariableName | Local variable name 'gIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 281 | |
| naming | LocalVariableName | Local variable name 'sIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 282 | |
| naming | LocalVariableName | Local variable name 'eIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 283 | |
| naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 285 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 289 | |
| naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 292 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not followed by whitespace. | 296 | |
| naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronSubnetIPAllocationPool. | 17 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 37 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronSubnet. | 17 | |
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronSubnetIPAllocationPool. | 18 | |
| naming | LocalVariableName | Local variable name 'aPools' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 | |
| naming | LocalVariableName | Local variable name 'aPools' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'NeutronVPNDeadPeerDetection_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 16 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 17 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 25 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronVPNIKEPolicy' must contain no more than '4' capital letters. | 23 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 116 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronVPNIKEPolicy. | 14 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronVPNIKEPolicyJAXBTest' must contain no more than '4' capital letters. | 16 | |
| naming | ConstantName | Name 'NeutronVPNIKEPolicy_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 17 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 18 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 19 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 20 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 22 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 23 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 24 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'test_NeutronVPNIKEPolicy_JAXB' must contain no more than '4' capital letters. | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 33 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronVPNIPSECPolicy' must contain no more than '4' capital letters. | 23 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 116 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronVPNIPSECPolicy. | 14 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronVPNIPSECPolicyJAXBTest' must contain no more than '4' capital letters. | 16 | |
| naming | ConstantName | Name 'NeutronVPNIPSECPolicy_SingleProvider_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 18 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 19 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 20 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 22 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 23 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 24 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'test_NeutronVPNIPSECPolicy_JAXB' must contain no more than '4' capital letters. | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 34 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronVPNIPSECSiteConnection' must contain no more than '4' capital letters. | 23 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 149 | |
| blocks | RightCurly | '}' at column 61 should be alone on a line. | 149 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 207 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronVPNIPSECSiteConnection. | 16 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronVPNIPSECSiteConnectionJAXBTest' must contain no more than '4' capital letters. | 18 | |
| naming | ConstantName | Name 'NeutronVPNIPSECSiteConnection_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 20 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 22 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 23 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 24 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 26 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 27 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 28 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 29 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 30 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 31 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 32 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 33 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 34 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 35 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 36 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 37 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'test_NeutronVPNIPSECSiteConnection_JAXB' must contain no more than '4' capital letters. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 45 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronVPNLifetime. | 14 | |
| naming | ConstantName | Name 'NeutronVPNLifetimeTest_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 18 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 26 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.INeutronObject. | 20 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 72 | |
| blocks | RightCurly | '}' at column 61 should be alone on a line. | 72 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 88 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.NeutronVPNService. | 14 | |
| naming | ConstantName | Name 'NeutronVPNService_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 18 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 19 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 20 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 22 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 23 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 24 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 32 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 53 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'Neutron_ID' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.JaxbTestHelper. | 14 | |
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.Neutron_ID. | 15 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'Neutron_IDJAXBTest' must contain no more than '4' capital letters. | 17 | |
| naming | TypeName | Type name 'Neutron_IDJAXBTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 17 | |
| naming | ConstantName | Name 'Neutron_ID_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 19 | |
| indentation | Indentation | '"\"id\": \"4e8e5957-649f-477b-9e5b-f1f75b21c03c\" }"' have incorrect indentation level 4, expected level should be 8. | 21 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | TypeName | Type name 'Neutron_IPs' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 21 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 57 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.JaxbTestHelper. | 14 | |
| imports | RedundantImport | Redundant import from the same package - org.opendaylight.neutron.spi.Neutron_IPs. | 15 | |
| naming | TypeName | Type name 'Neutron_IPsJAXBTest' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 17 | |
| naming | ConstantName | Name 'Neutron_IPs_sourceJson' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 19 | |
| indentation | Indentation | '"\"ip_address\": \"192.168.111.3\", "' have incorrect indentation level 4, expected level should be 8. | 21 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.slf4j.LoggerFactory'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.neutron.spi.INeutronCRUD' import. Should be before 'org.slf4j.LoggerFactory'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.neutron.spi.INeutronObject' import. Should be before 'org.slf4j.LoggerFactory'. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 196). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 78 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 169 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 195 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 195 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 196 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 197 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 205 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 205 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 208 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 334 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 336 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 132). | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 66 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 102 | |
| indentation | Indentation | 'for' child have incorrect indentation level 15, expected level should be 16. | 103 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 109 | |
| indentation | Indentation | 'for' child have incorrect indentation level 15, expected level should be 16. | 110 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 150 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 164 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 171 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 26 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 152). | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 52 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'AbstractNeutronInterface' have incorrect indentation level 0, expected level should be 4. | 25 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 4. | 26 | |
| indentation | Indentation | 'createInstanceIdentifier' have incorrect indentation level 4, expected level should be 8. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 62 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 65 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 77 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 87 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 90 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 93 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 96 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 99 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.slf4j.LoggerFactory'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.neutron.spi.INeutronL2gatewayCRUD' import. Should be before 'org.slf4j.LoggerFactory'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.neutron.spi.NeutronL2gatewayDevice' import. Should be before 'org.slf4j.LoggerFactory'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.neutron.spi.NeutronL2gatewayDeviceInterface' import. Should be before 'org.slf4j.LoggerFactory'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.neutron.spi.NeutronL2gateway' import. Should be before 'org.slf4j.LoggerFactory'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.attributes.Devices' import. Should be before 'org.slf4j.LoggerFactory'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.attributes.DevicesBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.attributes.devices.Interfaces' import. Should be before 'org.slf4j.LoggerFactory'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.attributes.devices.InterfacesBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateways.attributes.L2gateways' import. Should be before 'org.slf4j.LoggerFactory'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateways.attributes.l2gateways.L2gateway' import. Should be before 'org.slf4j.LoggerFactory'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateways.attributes.l2gateways.L2gatewayBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron' import. Should be before 'org.slf4j.LoggerFactory'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier' import. Should be before 'org.slf4j.LoggerFactory'. | 29 | |
| indentation | Indentation | 'createInstanceIdentifier' have incorrect indentation level 4, expected level should be 8. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 63 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 70 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 12. | 71 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 76 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 79 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 90 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 91 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 96 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 100 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 101 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 121 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 124 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 127 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 131 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 133 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 137 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 141 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 142 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 203). | 34 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '55'. | 76 | |
| naming | LocalVariableName | Local variable name 'neutron_id' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 108 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 162). | 25 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '38'. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 34 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '54'. | 75 | |
| naming | LocalVariableName | Local variable name 'neutron_id' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.CheckedFuture' import. Should be before 'org.slf4j.LoggerFactory'. | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 51 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '71'. | 91 | |
| naming | LocalVariableName | Local variable name 'neutron_id' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 119 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 168 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 323 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 167). | 24 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '51'. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 82 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '64'. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.NetworkTypeBase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.neutron.networks.network.SegmentsBuilder'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.NetworkTypeFlat' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.neutron.networks.network.SegmentsBuilder'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.NetworkTypeGre' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.neutron.networks.network.SegmentsBuilder'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.NetworkTypeVlan' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.neutron.networks.network.SegmentsBuilder'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.NetworkTypeVxlan' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.neutron.networks.network.SegmentsBuilder'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.NetworkProviderExtension' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.neutron.networks.network.SegmentsBuilder'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.NetworkProviderExtensionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.provider.ext.rev150712.neutron.networks.network.SegmentsBuilder'. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 114 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 119 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'java.util.HashSet'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.binding.rev150712.PortBindingExtension' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.binding.rev150712.binding.attributes.VifDetailsBuilder'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.binding.rev150712.PortBindingExtensionBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.binding.rev150712.binding.attributes.VifDetailsBuilder'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 56 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 112 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 216 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be 16. | 219 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be 16. | 220 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 220 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be 16. | 221 | |
| indentation | Indentation | 'for' child have incorrect indentation level 20, expected level should be 16. | 222 | |
| naming | LocalVariableName | Local variable name 'neutron_IPs' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 28 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.neutron.spi.NeutronRouter' import. Should be before 'org.opendaylight.neutron.spi.Neutron_IPs'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.neutron.spi.NeutronRouter_NetworkReference' import. Should be before 'org.opendaylight.neutron.spi.Neutron_IPs'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l3.rev150712.routers.attributes.routers.router.external_gateway_info.ExternalFixedIps' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l3.rev150712.routers.attributes.routers.router.external_gateway_info.ExternalFixedIpsBuilder'. | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 85 | |
| naming | LocalVariableName | Local variable name 'eIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '51'. | 125 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 161 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 162 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 163 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 85 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 94 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 112 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 115 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 133 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 165 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 168 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 171 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 174 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 177 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 183 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 186 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 186 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 189 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 192 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 192 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 81 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 112 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 124 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 103 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 167). | 25 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '52'. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.secgroups.rev150712.SecurityRuleAttributes.Protocol' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.secgroups.rev150712.security.rules.attributes.security.rules.SecurityRuleBuilder'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 131 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '101'. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. Should be before 'org.slf4j.LoggerFactory'. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 179 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 181 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '122'. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.neutron.spi.INeutronQosPolicyCRUD' import. Should be before 'org.opendaylight.neutron.spi.INeutronVPNServiceCRUD'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 48 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'vPNIKEPolicyInterface' must contain no more than '4' capital letters. | 78 | |
| naming | MemberName | Member name 'vPNIKEPolicyInterface' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'vPNIPSECPolicyInterface' must contain no more than '4' capital letters. | 79 | |
| naming | MemberName | Member name 'vPNIPSECPolicyInterface' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'vPNIPSECSiteConnectionsInterface' must contain no more than '4' capital letters. | 80 | |
| naming | MemberName | Member name 'vPNIPSECSiteConnectionsInterface' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 80 | |
| naming | MemberName | Member name 'vPNServiceInterface' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 | |
| indentation | Indentation | 'void' have incorrect indentation level 4, expected level should be 8. | 95 | |
| naming | LocalVariableName | Local variable name 'sCrudInterface' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ikepolicies.attributes.IkePolicies' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ikepolicy.attributes.LifetimeBuilder'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ikepolicies.attributes.ike.policies.Ikepolicy' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ikepolicy.attributes.LifetimeBuilder'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ikepolicies.attributes.ike.policies.IkepolicyBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ikepolicy.attributes.LifetimeBuilder'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ikepolicy.attributes.LifetimeBuilder'. | 21 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronVPNIKEPolicyInterface' must contain no more than '4' capital letters. | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 26 | |
| indentation | Indentation | 'if' child have incorrect indentation level 0, expected level should be 12. | 65 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 100 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '76'. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ipsecpolicies.attributes.IpsecPolicies' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ipsecpolicy.attributes.LifetimeBuilder'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ipsecpolicies.attributes.ipsec.policies.Ipsecpolicy' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ipsecpolicy.attributes.LifetimeBuilder'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ipsecpolicies.attributes.ipsec.policies.IpsecpolicyBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ipsecpolicy.attributes.LifetimeBuilder'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ipsecpolicy.attributes.LifetimeBuilder'. | 21 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronVPNIPSECPolicyInterface' must contain no more than '4' capital letters. | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 99 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '75'. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.ipsecconnections.attributes.ipsec.site.connections.IpsecsiteconnectionBuilder'. | 22 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'NeutronVPNIPSECSiteConnectionsInterface' must contain no more than '4' capital letters. | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 208). | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 180 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '107'. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.vpnaas.rev150712.vpnservices.attributes.vpn.services.VpnserviceBuilder'. | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 24 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '65'. | 105 |