Severity |
Category |
Rule |
Message |
Line |
Warning |
whitespace |
EmptyLineSeparator |
'package' should be separated from previous statement. |
8 |
Warning |
imports |
CustomImportOrder |
Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. |
13 |
Warning |
imports |
CustomImportOrder |
Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. |
14 |
Warning |
imports |
CustomImportOrder |
Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. |
15 |
Warning |
imports |
CustomImportOrder |
Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. |
16 |
Warning |
imports |
CustomImportOrder |
Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter' import. |
22 |
Warning |
javadoc |
JavadocParagraph |
Empty line should be followed by <p> tag on the next line. |
25 |
Warning |
javadoc |
JavadocParagraph |
Empty line should be followed by <p> tag on the next line. |
27 |
Warning |
indentation |
Indentation |
'method def' child have incorrect indentation level 14, expected level should be one of the following: 16, 20. |
52 |
Warning |
javadoc |
JavadocParagraph |
Empty line should be followed by <p> tag on the next line. |
65 |
Warning |
javadoc |
JavadocParagraph |
Empty line should be followed by <p> tag on the next line. |
79 |
Warning |
javadoc |
JavadocParagraph |
Empty line should be followed by <p> tag on the next line. |
93 |
Warning |
modifier |
ModifierOrder |
'@Nonnull' annotation modifier does not preceed non-annotation modifiers. |
99 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 127). |
107 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 134). |
112 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 133). |
122 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
127 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 132). |
132 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 127). |
137 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
142 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 130). |
154 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 125). |
159 |
Warning |
sizes |
LineLength |
Line is longer than 120 characters (found 141). |
169 |
Warning |
coding |
OverloadMethodsDeclarationOrder |
Overload methods should not be split. Previous overloaded method located at line '99'. |
188 |