The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | RightCurly
|
5 | |
| RightCurly | 5 | ||
| coding | IllegalCatch | 1 | |
| OverloadMethodsDeclarationOrder | 1 | ||
| VariableDeclarationUsageDistance | 1 | ||
| imports | CustomImportOrder
|
160 | |
| UnusedImports | 2 | ||
| indentation | Indentation
|
29 | |
| javadoc | JavadocParagraph
|
8 | |
JavadocStyle
|
153 | ||
| JavadocTagContinuationIndentation | 3 | ||
| modifier | RedundantModifier | 1 | |
| naming | AbbreviationAsWordInName
|
31 | |
ClassTypeParameterName
|
1 | ||
| ConstantName | 2 | ||
LocalVariableName
|
49 | ||
ParameterName
|
59 | ||
| sizes | LineLength
|
32 | |
| whitespace | EmptyLineSeparator
|
5 | |
| GenericWhitespace | 1 | ||
| MethodParamPad | 9 | ||
OperatorWrap
|
227 | ||
SeparatorWrap
|
1 | ||
SeparatorWrap
|
1 | ||
WhitespaceAround
|
120 |
| 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 |