The following document contains the results of Checkstyle 6.2 with odl_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock
|
1 | Warning |
LeftCurly
|
1 | Warning | |
NeedBraces | 14 | Warning | |
RightCurly
|
5 | Warning | |
RightCurly | 5 | Warning | |
coding | OverloadMethodsDeclarationOrder | 1 | Warning |
VariableDeclarationUsageDistance | 1 | Warning | |
imports | CustomImportOrder
|
121 | Warning |
indentation | Indentation
|
518 | Warning |
javadoc | JavadocMethod
|
42 | Warning |
JavadocParagraph | 1 | Warning | |
NonEmptyAtclauseDescription | 65 | Warning | |
misc | ArrayTypeStyle | 2 | Warning |
modifier | ModifierOrder | 17 | Warning |
naming | AbbreviationAsWordInName
|
6 | Warning |
LocalVariableName
|
31 | Warning | |
MemberName
|
7 | Warning | |
ParameterName
|
14 | Warning | |
sizes | LineLength
|
28 | Warning |
whitespace | EmptyLineSeparator
|
76 | Warning |
FileTabCharacter
|
561 | Error | |
GenericWhitespace | 8 | Warning | |
WhitespaceAround
|
33 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'io.netty.handler.logging.LoggingHandler' import. | 20 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 23 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 24 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 25 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 26 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 27 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 28 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 29 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 30 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 31 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 32 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 33 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.usc.channel.rev150101.SendMessageInput' import. | 57 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 79 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 96 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 12. | 109 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 12. | 109 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 109 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 110 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 110 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 110 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 111 |
Warning | blocks | NeedBraces | 'else' construct must use '{}'s. | 112 |
Warning | indentation | Indentation | 'else' have incorrect indentation level 16, expected level should be 12. | 112 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 112 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 113 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 114 |
Warning | naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 7, expected level should be 8. | 158 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 158 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 7, expected level should be 8. | 159 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 159 |
Warning | indentation | Indentation | 'method call' child have incorrect indentation level 7, expected level should be 8. | 161 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 161 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 7, expected level should be 8. | 162 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 162 |
Warning | indentation | Indentation | 'while' have incorrect indentation level 7, expected level should be 8. | 163 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 163 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 11, expected level should be 12. | 164 |
Warning | indentation | Indentation | 'while' child have incorrect indentation level 11, expected level should be 12. | 164 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 164 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 11, expected level should be 12. | 165 |
Warning | indentation | Indentation | 'while' child have incorrect indentation level 11, expected level should be 12. | 165 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 165 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 166 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 166 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 166 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 16. | 167 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 16. | 167 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 167 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 16. | 168 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 168 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 16. | 169 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 169 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 170 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 170 |
Warning | indentation | Indentation | 'while rcurly' have incorrect indentation level 7, expected level should be 8. | 171 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 174 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 12. | 175 |
Warning | indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 12. | 175 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 175 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 176 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 177 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 177 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 177 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 16. | 178 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 16. | 178 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 178 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 16. | 179 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 179 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 16. | 180 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 180 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 181 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 181 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 185 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 185 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 186 |
Warning | blocks | NeedBraces | 'else' construct must use '{}'s. | 187 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 187 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 188 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 191 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 192 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 193 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 193 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 194 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 194 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 195 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 195 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 196 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 196 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 197 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 198 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 247 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 267 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 20 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'io.netty.handler.logging.LoggingHandler' import. | 22 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 24 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 25 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 26 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 27 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.SettableFuture' import. | 40 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 43 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 43 |
Warning | indentation | Indentation | '.' have incorrect indentation level 3, expected level should be 5. | 44 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 44 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 45 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 45 |
Warning | indentation | Indentation | '.' have incorrect indentation level 3, expected level should be 5. | 46 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 46 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 47 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 47 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 48 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 48 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 49 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 49 |
Warning | naming | MemberName | Member name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 51 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 51 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 52 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 52 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 54 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 54 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 55 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 55 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 56 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 56 |
Warning | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. | 58 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 58 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 59 |
Warning | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. | 60 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 60 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 61 |
Warning | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. | 62 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 62 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 63 |
Warning | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. | 64 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 64 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 65 |
Warning | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. | 66 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 8. | 67 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 16, expected level should be 8. | 67 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 67 |
Warning | indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 8. | 70 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 70 |
Warning | indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 8. | 71 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 71 |
Warning | indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 8. | 72 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 72 |
Warning | indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 8. | 73 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 73 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 74 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 75 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 76 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 76 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 40, expected level should be one of the following: 28, 32. | 77 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 77 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 40, expected level should be one of the following: 28, 32. | 78 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 78 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 79 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 79 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 80 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 80 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 80 |
Warning | naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 80 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 81 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 81 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 82 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 82 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 83 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 83 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 84 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 84 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 85 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 85 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 86 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 86 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 87 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 87 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 88 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 88 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 89 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 89 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 90 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 90 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 91 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 92 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 8. | 94 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 94 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 12. | 95 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 95 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 12. | 96 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 96 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 12. | 97 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 97 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 98 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 99 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 100 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 100 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 48, expected level should be one of the following: 36, 40. | 101 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 101 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 48, expected level should be one of the following: 36, 40. | 102 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 102 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 103 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 103 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 104 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 104 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 104 |
Warning | naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 104 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 105 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 105 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 106 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 106 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 107 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 107 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 108 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 108 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 109 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 109 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 110 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 110 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 111 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 111 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 112 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 112 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 113 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 113 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 114 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 114 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 115 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 116 |
Warning | indentation | Indentation | 'try' have incorrect indentation level 24, expected level should be 12. | 118 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 118 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 32, expected level should be 16. | 119 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 119 |
Warning | indentation | Indentation | 'try rcurly' have incorrect indentation level 24, expected level should be 12. | 120 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 120 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 121 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 122 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 28, expected level should be 16. | 123 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 123 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 124 |
Warning | indentation | Indentation | 'catch rcurly' have incorrect indentation level 24, expected level should be 12. | 125 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 125 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 8. | 126 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 126 |
Warning | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. | 127 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 127 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 128 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 129 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 9, expected level should be 4. | 130 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 130 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 131 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 131 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 132 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 132 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 135 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 135 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
Warning | indentation | Indentation | 'try' have incorrect indentation level 16, expected level should be 8. | 136 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 136 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 12. | 137 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 137 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 137 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 138 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 138 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 139 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 139 |
Warning | indentation | Indentation | 'SettableFuture' have incorrect indentation level 5, expected level should be 7. | 140 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 140 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 140 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 12. | 142 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 142 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 142 |
Warning | indentation | Indentation | 'session' have incorrect indentation level 5, expected level should be 7. | 143 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 143 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 24, expected level should be 12. | 144 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 144 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 145 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 147 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 147 |
Warning | indentation | Indentation | '+' have incorrect indentation level 5, expected level should be 7. | 148 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 148 |
Warning | indentation | Indentation | '+' have incorrect indentation level 5, expected level should be 7. | 149 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 149 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 150 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 150 |
Warning | indentation | Indentation | 'try rcurly' have incorrect indentation level 16, expected level should be 8. | 151 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 151 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 24, expected level should be 12. | 152 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 152 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 24, expected level should be 12. | 153 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 153 |
Warning | indentation | Indentation | 'catch rcurly' have incorrect indentation level 16, expected level should be 8. | 154 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 154 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 155 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 155 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 156 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 157 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 157 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 158 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 159 |
Warning | indentation | Indentation | 'try' have incorrect indentation level 16, expected level should be 8. | 160 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 160 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 12. | 161 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 161 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 161 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 161 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 162 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 162 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 163 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 164 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 165 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 165 |
Warning | indentation | Indentation | 'try rcurly' have incorrect indentation level 16, expected level should be 8. | 166 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 166 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 167 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 24, expected level should be 12. | 168 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 168 |
Warning | indentation | Indentation | 'catch rcurly' have incorrect indentation level 16, expected level should be 8. | 169 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 169 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 170 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 170 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 172 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 172 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 173 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 174 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 174 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 175 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 175 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 177 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 177 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 178 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 178 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 180 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 180 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 8. | 181 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 181 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 181 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 8. | 182 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 182 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 182 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 8. | 183 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 183 |
Warning | indentation | Indentation | 'try' have incorrect indentation level 24, expected level should be 12. | 184 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 184 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 32, expected level should be 16. | 185 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 32, expected level should be 16. | 185 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 185 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 32, expected level should be 16. | 186 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 186 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 32, expected level should be 16. | 187 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 187 |
Warning | indentation | Indentation | 'try rcurly' have incorrect indentation level 24, expected level should be 12. | 188 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 188 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not preceded with whitespace. | 188 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 188 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 188 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 32, expected level should be 16. | 189 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 189 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 24, expected level should be 16. | 190 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 190 |
Warning | indentation | Indentation | 'catch rcurly' have incorrect indentation level 24, expected level should be 12. | 191 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 191 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 8. | 192 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 192 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 193 |
Warning | indentation | Indentation | 'try' have incorrect indentation level 16, expected level should be 8. | 194 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 194 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 195 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 195 |
Warning | indentation | Indentation | 'try rcurly' have incorrect indentation level 16, expected level should be 8. | 196 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 196 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 197 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 197 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'io.netty.handler.logging.LoggingHandler' import. | 23 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 26 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 27 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 28 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 29 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.SettableFuture' import. | 39 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 41 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
Warning | naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 172 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'io.netty.handler.logging.LoggingHandler' import. | 23 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 25 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 26 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 27 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 28 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 29 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.SettableFuture' import. | 42 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 45 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 45 |
Warning | indentation | Indentation | '.' have incorrect indentation level 3, expected level should be 5. | 46 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 46 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 47 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 47 |
Warning | indentation | Indentation | '.' have incorrect indentation level 3, expected level should be 5. | 48 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 48 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 49 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 49 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 50 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 50 |
Warning | naming | MemberName | Member name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 51 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 51 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 52 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 52 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 54 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 54 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 55 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 55 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 56 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 56 |
Warning | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. | 58 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 58 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 59 |
Warning | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. | 60 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 60 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 61 |
Warning | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. | 62 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 62 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 63 |
Warning | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. | 64 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 64 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 65 |
Warning | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. | 66 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 8. | 67 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 16, expected level should be 8. | 67 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 67 |
Warning | indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 8. | 70 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 70 |
Warning | indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 8. | 71 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 71 |
Warning | indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 8. | 72 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 72 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 73 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 74 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 75 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 75 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 75 |
Warning | naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 76 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 76 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 77 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 77 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 79 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 80 |
Warning | indentation | Indentation | 'Object' have incorrect indentation level 7, expected level should be 9. | 81 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 81 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 48, expected level should be one of the following: 40, 44. | 82 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 48, expected level should be one of the following: 40, 44. | 82 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 82 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 48, expected level should be one of the following: 40, 44. | 83 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 48, expected level should be one of the following: 40, 44. | 83 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 83 |
Warning | indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 10. | 84 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 84 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 86 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 87 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 48, expected level should be one of the following: 40, 44. | 88 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 88 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 56, expected level should be one of the following: 44, 48. | 89 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 89 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 48, expected level should be one of the following: 40, 44. | 90 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 90 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 48, expected level should be one of the following: 40, 44. | 91 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 91 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 48, expected level should be one of the following: 40, 44. | 92 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 92 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 93 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 95 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 96 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 96 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 40, expected level should be one of the following: 28, 32. | 97 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 97 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 40, expected level should be one of the following: 28, 32. | 98 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 98 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 99 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 99 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 100 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 100 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 101 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 101 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 102 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 102 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 103 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 103 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 104 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 104 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 105 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 105 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 106 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 106 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 107 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 107 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 32, expected level should be one of the following: 24, 28. | 108 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 108 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 110 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 111 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 8. | 113 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 113 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 12. | 114 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 114 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 12. | 115 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 115 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 12. | 116 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 116 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 117 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 118 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 119 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 119 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 119 |
Warning | naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 119 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 120 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 120 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 121 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 121 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 123 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 124 |
Warning | indentation | Indentation | 'Object' have incorrect indentation level 8, expected level should be 10. | 125 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 125 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 56, expected level should be one of the following: 48, 52. | 126 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 56, expected level should be one of the following: 48, 52. | 126 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 126 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 56, expected level should be one of the following: 48, 52. | 127 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 56, expected level should be one of the following: 48, 52. | 127 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 127 |
Warning | indentation | Indentation | '.' have incorrect indentation level 9, expected level should be 11. | 128 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 128 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 130 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 131 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 56, expected level should be one of the following: 48, 52. | 132 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 132 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 64, expected level should be one of the following: 52, 56. | 133 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 133 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 56, expected level should be one of the following: 48, 52. | 134 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 134 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 56, expected level should be one of the following: 48, 52. | 135 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 135 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 56, expected level should be one of the following: 48, 52. | 136 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 136 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 137 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 139 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 140 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 140 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 48, expected level should be one of the following: 36, 40. | 141 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 141 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 48, expected level should be one of the following: 36, 40. | 142 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 142 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 143 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 143 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 144 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 144 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 145 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 145 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 146 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 146 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 147 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 147 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 148 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 148 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 149 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 149 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 150 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 150 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 151 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 151 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 40, expected level should be one of the following: 32, 36. | 152 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 152 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 154 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 155 |
Warning | indentation | Indentation | 'try' have incorrect indentation level 24, expected level should be 12. | 157 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 157 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 32, expected level should be 16. | 158 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 32, expected level should be 16. | 158 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 158 |
Warning | indentation | Indentation | 'host' have incorrect indentation level 6, expected level should be 8. | 159 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 159 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 32, expected level should be 16. | 160 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 160 |
Warning | indentation | Indentation | 'try rcurly' have incorrect indentation level 24, expected level should be 12. | 161 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 161 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 162 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 32, expected level should be 16. | 163 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 163 |
Warning | indentation | Indentation | 'catch rcurly' have incorrect indentation level 24, expected level should be 12. | 164 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 164 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 8. | 165 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 165 |
Warning | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. | 166 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 166 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 167 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 168 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 169 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 169 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 170 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 170 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 171 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 171 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 174 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 174 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
Warning | indentation | Indentation | 'try' have incorrect indentation level 16, expected level should be 8. | 175 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 175 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 12. | 176 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 176 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 176 |
Warning | indentation | Indentation | '.' have incorrect indentation level 5, expected level should be 7. | 177 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 177 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 178 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 178 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 179 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 179 |
Warning | indentation | Indentation | 'SettableFuture' have incorrect indentation level 5, expected level should be 7. | 180 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 180 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 180 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 12. | 182 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 182 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 182 |
Warning | indentation | Indentation | 'session' have incorrect indentation level 5, expected level should be 7. | 183 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 183 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 184 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 24, expected level should be 12. | 184 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 184 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 185 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 187 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 187 |
Warning | indentation | Indentation | '+' have incorrect indentation level 5, expected level should be 7. | 188 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 188 |
Warning | indentation | Indentation | '+' have incorrect indentation level 5, expected level should be 7. | 189 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 189 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 190 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 191 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 191 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 192 |
Warning | indentation | Indentation | 'try rcurly' have incorrect indentation level 16, expected level should be 8. | 193 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 193 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 24, expected level should be 12. | 194 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 194 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 24, expected level should be 12. | 195 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 195 |
Warning | indentation | Indentation | 'catch rcurly' have incorrect indentation level 16, expected level should be 8. | 196 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 196 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 197 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 197 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 199 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 199 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 200 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 201 |
Warning | indentation | Indentation | 'try' have incorrect indentation level 16, expected level should be 8. | 202 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 202 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 12. | 203 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 203 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 203 |
Warning | naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 203 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 204 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 204 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 205 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 206 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 206 |
Warning | indentation | Indentation | 'try rcurly' have incorrect indentation level 16, expected level should be 8. | 207 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 207 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 208 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 24, expected level should be 12. | 209 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 209 |
Warning | indentation | Indentation | 'catch rcurly' have incorrect indentation level 16, expected level should be 8. | 210 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 210 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 211 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 211 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 213 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 213 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 214 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 215 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 215 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 217 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 217 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 218 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 218 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 220 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 220 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 8. | 221 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 221 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 221 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 8. | 222 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 222 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 222 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 8. | 223 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 223 |
Warning | indentation | Indentation | 'try' have incorrect indentation level 24, expected level should be 12. | 224 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 224 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 32, expected level should be 16. | 225 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 32, expected level should be 16. | 225 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 225 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 32, expected level should be 16. | 226 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 226 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 32, expected level should be 16. | 227 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 227 |
Warning | indentation | Indentation | 'try rcurly' have incorrect indentation level 24, expected level should be 12. | 228 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 228 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not preceded with whitespace. | 228 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 228 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 228 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 32, expected level should be 16. | 229 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 229 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 24, expected level should be 16. | 230 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 230 |
Warning | indentation | Indentation | 'catch rcurly' have incorrect indentation level 24, expected level should be 12. | 231 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 231 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 8. | 232 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 232 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 233 |
Warning | indentation | Indentation | 'try' have incorrect indentation level 16, expected level should be 8. | 234 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 234 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 24, expected level should be 12. | 235 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 235 |
Warning | indentation | Indentation | 'try rcurly' have incorrect indentation level 16, expected level should be 8. | 236 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 236 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 237 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 237 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'io.netty.handler.logging.LoggingHandler' import. | 23 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 26 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 27 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 28 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 29 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.SettableFuture' import. | 39 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 41 |
Warning | naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 12. | 82 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 82 |
Warning | whitespace | EmptyLineSeparator | ';' should be separated from previous statement. | 94 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 97 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 105 |
Warning | naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 106 |
Warning | blocks | RightCurly | '}' should be on the same line. | 147 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 148 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 149 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 12. | 149 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 149 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 150 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 151 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 152 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 152 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 152 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 24, expected level should be 16. | 153 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 153 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 153 |
Warning | indentation | Indentation | 'if lcurly' have incorrect indentation level 25, expected level should be 16. | 154 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 154 |
Warning | blocks | LeftCurly | '{' should be on the previous line. | 154 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 32, expected level should be 20. | 155 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 155 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 32, expected level should be 20. | 156 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 156 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 24, expected level should be 16. | 157 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 157 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 158 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 159 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 160 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 160 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 161 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 162 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 163 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 163 |
Warning | blocks | RightCurly | '}' should be on the same line. | 163 |
Warning | indentation | Indentation | 'else' have incorrect indentation level 16, expected level should be 12. | 164 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 164 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 164 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 16. | 165 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 165 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 165 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 16. | 166 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 16. | 166 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 166 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 16. | 167 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 167 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 168 |
Warning | indentation | Indentation | 'try' have incorrect indentation level 24, expected level should be 16. | 169 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 169 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 32, expected level should be 20. | 170 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 170 |
Warning | indentation | Indentation | 'try rcurly' have incorrect indentation level 24, expected level should be 16. | 171 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 171 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not preceded with whitespace. | 171 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 171 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 171 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 172 |
Warning | indentation | Indentation | 'catch rcurly' have incorrect indentation level 24, expected level should be 16. | 173 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 173 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 174 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 174 |
Warning | blocks | RightCurly | '}' should be on the same line. | 174 |
Warning | indentation | Indentation | 'else' have incorrect indentation level 16, expected level should be 12. | 175 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 175 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 175 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 176 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 177 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 178 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 179 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 180 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 180 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 21 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 23 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 24 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. | 31 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 35 |
Warning | naming | MemberName | Member name 'LOG' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 |
Warning | naming | MemberName | Member name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 |
Warning | naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 21 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. | 30 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 33 |
Warning | naming | MemberName | Member name 'LOG' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 |
Warning | naming | MemberName | Member name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 |
Warning | naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 |
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. | 21 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 22 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 68 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 88 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 89 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 90 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 91 |
Warning | indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 20. | 92 |
Warning | indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 20. | 92 |
Warning | indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 20. | 93 |
Warning | indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 16. | 94 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 96 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 98 |
Warning | indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 98 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 99 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 101 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 102 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 109 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 110 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 112 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 113 |
Warning | indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 20. | 114 |
Warning | indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 20. | 114 |
Warning | indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 20. | 115 |
Warning | indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 16. | 116 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 118 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 120 |
Warning | indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 120 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 121 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 123 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 124 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '85'. | 135 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 172 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 214 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Warning | indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 12. | 86 |
Warning | indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 12. | 87 |
Warning | indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 12. | 88 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 155 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Warning | misc | ArrayTypeStyle | Array brackets at illegal position. | 47 |
Warning | misc | ArrayTypeStyle | Array brackets at illegal position. | 63 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 20 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 21 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 29 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 30 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Warning | indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 12. | 71 |
Warning | indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 12. | 72 |
Warning | indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 12. | 73 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Warning | indentation | Indentation | 'array initialization' child have incorrect indentation level 20, expected level should be one of the following: 16, 51, 53. | 81 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 117 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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 | javadoc | SummaryJavadoc | First sentence should be present. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStream' import. | 13 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 |
Warning | naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
Warning | naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
Warning | naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Warning | naming | LocalVariableName | Local variable name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStream' import. | 13 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 21 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 42 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 47 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 20 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 43 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 52 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 81 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 85 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 109 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 26 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 39 |
Warning | naming | LocalVariableName | Local variable name 'cHandler' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
Warning | naming | LocalVariableName | Local variable name 'sHandler' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 61 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.usc.manager.cluster.UscRoutedLocalSessionManager' import. | 30 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. | 57 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'akka.actor.ActorRef' import. | 61 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 137). | 81 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 143). | 82 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 85 |
Warning | naming | MemberName | Member name 'MAX_FIXED_SESSION_ID' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 85 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 96 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 108 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 149 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 180 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 223 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 232 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 244 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 253 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 258 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 273 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 285 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 300 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 325 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 342 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 357 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 371 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 390 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 402 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 422 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 436 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 451 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 471 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 491 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 539 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 566 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 569 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 581 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 585 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 610 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 622 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 20 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 32 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 45 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 83 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. | 21 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 26 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 44 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 53 |
Warning | naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 152 |
Warning | naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 190 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. | 48 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 50 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 57 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 61 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 65 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 69 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 93 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 102 |
Warning | naming | LocalVariableName | Local variable name 'UscTopology' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 143 |
Warning | naming | LocalVariableName | Local variable name 'UscTopologyExist' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 153 |
Warning | naming | LocalVariableName | Local variable name 'UscTopologyBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 159 |
Warning | naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 200 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 219 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 228 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 237 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 269 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 286 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 346 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 360 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 373 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 386 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 400 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 400 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 408 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 435 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 453 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 469 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 484 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 502 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 521 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 547 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 566 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 579 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 590 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 635 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 670 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 724 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 10 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 16 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 19 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 20 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 23 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 24 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 28 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 29 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 33 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 34 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 37 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 38 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 41 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 46 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 51 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 52 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 56 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 57 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 60 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 61 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 64 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 10 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 15 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 26 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 30 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 40 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. | 13 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 17 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'akka.actor.Props' import. | 20 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 29 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 42 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'akka.actor.ActorRef' import. | 19 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 21 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 32 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 41 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 53 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 58 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 74 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 92 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 14 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 25 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 46 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 15 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 26 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 39 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 47 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 56 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 87 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 96 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 15 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 25 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 41 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 60 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'akka.actor.ActorRef' import. | 11 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 13 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 23 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 44 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 53 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 62 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 71 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 80 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 86 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 15 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 20 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 22 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 25 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 26 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 32 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 45 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 54 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'akka.actor.ActorRef' import. | 15 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 17 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 22 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 155). | 25 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 27 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 30 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 31 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 37 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 53 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 67 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 82 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 98 |
Warning | indentation | Indentation | 'Entry' have incorrect indentation level 8, expected level should be 12. | 107 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.Executors' import. | 11 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 19 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 26 |
Warning | whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 27 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 34 |
Warning | blocks | EmptyBlock | Empty else block. | 54 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 23 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 12 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 17 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 23 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 13 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 18 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 13 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 20 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 36 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 15 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 20 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 13 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 18 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 20 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 38 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 15 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 22 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 44 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 13 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 21 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 41 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 12 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 22 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 44 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 53 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 62 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 12 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 20 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 10 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 17 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 10 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 18 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 36 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 43 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 48 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'channelKey' 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). | 101 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 122 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
Warning | blocks | NeedBraces | 'else' construct must use '{}'s. | 132 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 136 |
Warning | naming | ParameterName | Parameter name 'Channels' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 183 |
Warning | naming | LocalVariableName | Local variable name 'sId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 229 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'io.netty.channel.ChannelHandler.Sharable' import. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.annotations.VisibleForTesting' import. | 28 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 41 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.SettableFuture' import. | 37 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 63 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 65 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 65 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 66 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 12. | 66 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 66 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 67 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 67 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 67 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 16. | 68 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 16. | 68 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 68 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 69 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 70 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 16. | 71 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 71 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 72 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 72 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 74 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 90 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 103 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 104 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 12. | 104 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 104 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 105 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 12. | 105 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 105 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 106 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 106 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 106 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 16. | 107 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 107 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 16. | 108 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 108 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 109 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 110 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 16. | 111 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 24, expected level should be 16. | 111 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 111 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 16. | 112 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 112 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 113 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 113 |
Warning | blocks | RightCurly | '}' should be on the same line. | 113 |
Warning | indentation | Indentation | 'else' have incorrect indentation level 16, expected level should be 12. | 114 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 114 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 114 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 16. | 115 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 115 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 24, expected level should be 16. | 116 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 116 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 116 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 32, expected level should be 20. | 117 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 32, expected level should be 20. | 117 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 117 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 32, expected level should be 20. | 118 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 118 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 32, expected level should be 20. | 119 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 119 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 24, expected level should be 16. | 120 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 120 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 121 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 121 |
Warning | blocks | RightCurly | '}' should be on the same line. | 122 |
Warning | indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 12. | 124 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 124 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 132 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 132 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 133 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 134 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 134 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 135 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 8. | 136 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 136 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 136 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 138 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 138 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 139 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 139 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 141 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 141 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 142 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 143 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 8. | 144 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 144 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 144 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 145 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 146 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 147 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 8. | 148 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 148 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 12. | 149 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 149 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 12. | 150 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 24, expected level should be 12. | 150 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 150 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 151 |
Warning | indentation | Indentation | 'for' have incorrect indentation level 24, expected level should be 12. | 152 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 152 |
Warning | indentation | Indentation | 'for' child have incorrect indentation level 32, expected level should be 16. | 153 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 32, expected level should be 16. | 153 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 153 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 32, expected level should be 16. | 155 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 155 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 40, expected level should be 20. | 156 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 156 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 156 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 40, expected level should be 20. | 158 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 158 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 32, expected level should be 16. | 159 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 159 |
Warning | indentation | Indentation | 'for rcurly' have incorrect indentation level 24, expected level should be 12. | 160 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 160 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 8. | 161 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 161 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 162 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 162 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.SettableFuture' import. | 27 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 61 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 28 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
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. | 17 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 55 |
Warning | blocks | NeedBraces | 'else' construct must use '{}'s. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'io.netty.handler.logging.LoggingHandler' import. | 25 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 28 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 29 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 30 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 31 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 32 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 33 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 34 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.SettableFuture' import. | 52 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 71 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 76 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 81 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 92 |
Warning | naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 121 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 126 |
Warning | naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 144 |
Warning | naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 173 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 32, expected level should be 16. | 269 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 269 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 32, expected level should be 16. | 270 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 32, expected level should be 16. | 270 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 270 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 32, expected level should be 16. | 271 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 32, expected level should be 16. | 271 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 271 |
Warning | indentation | Indentation | '.' have incorrect indentation level 6, expected level should be 8. | 272 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 272 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 32, expected level should be 16. | 273 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 32, expected level should be 16. | 273 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 273 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 32, expected level should be 16. | 274 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 274 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 40, expected level should be 20. | 275 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 275 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 275 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 275 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 40, expected level should be 20. | 277 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 40, expected level should be 20. | 277 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 277 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 277 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 40, expected level should be 20. | 278 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 278 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 40, expected level should be 20. | 279 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 279 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 32, expected level should be 16. | 280 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 280 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 32, expected level should be 16. | 282 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 32, expected level should be 16. | 282 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 282 |
Warning | naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 282 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 32, expected level should be 16. | 283 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 283 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 32, expected level should be 16. | 285 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 285 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 40, expected level should be 20. | 286 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 286 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 40, expected level should be 20. | 287 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 287 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 48, expected level should be 24. | 288 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 288 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 48, expected level should be 24. | 289 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 289 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 48, expected level should be 24. | 290 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 290 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 48, expected level should be 24. | 291 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 291 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 48, expected level should be 24. | 292 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 292 |
Warning | indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 293 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 293 |
Warning | indentation | Indentation | '+' have incorrect indentation level 8, expected level should be 10. | 294 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 294 |
Warning | indentation | Indentation | 'try' have incorrect indentation level 48, expected level should be 24. | 295 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 295 |
Warning | indentation | Indentation | 'try' child have incorrect indentation level 56, expected level should be 28. | 296 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 296 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 297 |
Warning | indentation | Indentation | 'try rcurly' have incorrect indentation level 48, expected level should be 24. | 298 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 298 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 56, expected level should be 28. | 299 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 299 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 299 |
Warning | indentation | Indentation | '+' have incorrect indentation level 9, expected level should be 11. | 300 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 300 |
Warning | indentation | Indentation | 'catch' child have incorrect indentation level 56, expected level should be 28. | 301 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 301 |
Warning | indentation | Indentation | 'catch rcurly' have incorrect indentation level 48, expected level should be 24. | 302 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 302 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 40, expected level should be 20. | 303 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 303 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 32, expected level should be 16. | 304 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 304 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 342 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 358 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 416 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 426 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 428 |
Warning | whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 433 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 453 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 464 |
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. | 25 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 51 |
Warning | naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 80 |
Warning | naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
Warning | naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 178 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'io.netty.handler.logging.LoggingHandler' import. | 26 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 28 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 30 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 74 |
Warning | naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
Warning | naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 213 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'io.netty.buffer.ByteBuf' import. | 17 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'io.netty.channel.ChannelHandler.Sharable' import. | 21 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'io.netty.buffer.ByteBuf' import. | 23 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'io.netty.channel.ChannelHandler.Sharable' import. | 26 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 30 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
Warning | imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.annotations.VisibleForTesting' import. | 24 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 36 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 20. | 62 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 24, expected level should be 20. | 62 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 62 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 108 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 9, expected level should be 4. | 12 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 12 |
Warning | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 9, expected level should be 4. | 14 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 14 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 15 |
Warning | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 9, expected level should be 4. | 16 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 29 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 30 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 31 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 32 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 20 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 38 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 48 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 48 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 49 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 49 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 51 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 22 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 25 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 26 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 27 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 28 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'io.netty.buffer.ByteBuf' import. | 12 |
Warning | indentation | Indentation | 'enum def modifier' have incorrect indentation level 8, expected level should be 4. | 20 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 20 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 21 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 22 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 23 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 24 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 25 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 16, expected level should be 8. | 26 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 26 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 27 |
Warning | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 16, expected level should be 8. | 28 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 28 |
Warning | indentation | Indentation | 'ctor def' child have incorrect indentation level 24, expected level should be 12. | 29 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 29 |
Warning | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 16, expected level should be 8. | 30 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 30 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 31 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 16, expected level should be 8. | 32 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 32 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 24, expected level should be 12. | 33 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 33 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 16, expected level should be 8. | 34 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 34 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 16, expected level should be 8. | 36 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 36 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 37 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 24, expected level should be 12. | 38 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 38 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 16, expected level should be 8. | 39 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 39 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 40 |
Warning | indentation | Indentation | 'enum def rcurly' have incorrect indentation level 8, expected level should be 4. | 41 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 41 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 42 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 43 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 43 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 43 |
Warning | whitespace | EmptyLineSeparator | ';' should be separated from previous statement. | 45 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 45 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 45 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 47 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 47 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 48 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 49 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 50 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 51 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 52 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 53 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 54 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 55 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 56 |
Warning | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. | 57 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 57 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 58 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 59 |
Warning | indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 8. | 60 |
Warning | indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 8. | 60 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 60 |
Warning | indentation | Indentation | 'for' have incorrect indentation level 16, expected level should be 8. | 61 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 61 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 61 |
Warning | indentation | Indentation | 'if' have incorrect indentation level 24, expected level should be 12. | 62 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 62 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 62 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 32, expected level should be 16. | 63 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 63 |
Warning | indentation | Indentation | 'if' child have incorrect indentation level 32, expected level should be 16. | 64 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 64 |
Warning | indentation | Indentation | 'if rcurly' have incorrect indentation level 24, expected level should be 12. | 65 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 65 |
Warning | indentation | Indentation | 'for rcurly' have incorrect indentation level 16, expected level should be 8. | 66 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 66 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 67 |
Warning | indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 8. | 68 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 68 |
Warning | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. | 69 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 69 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 70 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 72 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 72 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 73 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 73 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 74 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 74 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 78 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 78 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 79 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 80 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 80 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 81 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 81 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 84 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 84 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 85 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 86 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 86 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 87 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'io.netty.buffer.ByteBuf' import. | 12 |
Warning | indentation | Indentation | 'member def modifier' have incorrect indentation level 8, expected level should be 4. | 19 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 19 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 21 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 21 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 22 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 23 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 24 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 25 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 26 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 27 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 28 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 29 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 30 |
Warning | indentation | Indentation | 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. | 31 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 31 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 32 |
Warning | indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 8. | 33 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 33 |
Warning | indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. | 34 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 34 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 36 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 36 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 37 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 38 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 38 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 39 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 39 |
Warning | indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 41 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 41 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 42 |
Warning | indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 43 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 43 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 43 |
Warning | indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 44 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 56 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 60 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'io.netty.buffer.ByteBuf' import. | 14 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 23 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 26 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 27 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 28 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 29 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 35 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 61 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 77 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 78 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 79 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 80 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 81 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 82 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 83 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 84 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 85 |
Warning | indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 86 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 87 |
Warning | indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Warning | naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 81 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 90 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 106 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 121 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 132 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 144 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 172 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 183 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 192 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 201 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 210 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 219 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 228 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 237 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 27 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 34 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 43 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 56 |
Warning | naming | ParameterName | Parameter name 'ChannelId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 71 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 86 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 119 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 134 |
Warning | naming | LocalVariableName | Local variable name 'Channel' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 148 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 33 |
Warning | naming | LocalVariableName | Local variable name 'bCtx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 70 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 86 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 122 |
Warning | naming | LocalVariableName | Local variable name 'bCtx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |