The following document contains the results of Checkstyle 6.18 with google_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | MissingSwitchDefault | 1 | |
| design | OneTopLevelClass | 1 | |
| imports | CustomImportOrder
|
50 | |
| indentation | Indentation
|
74 | |
| javadoc | JavadocMethod
|
5 | |
| JavadocParagraph | 2 | ||
SummaryJavadoc
|
32 | ||
| naming | AbbreviationAsWordInName
|
2 | |
CatchParameterName
|
11 | ||
LocalVariableName
|
2 | ||
ParameterName
|
1 | ||
| sizes | LineLength
|
2 | |
| whitespace | EmptyLineSeparator
|
1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 5 | |
| imports | CustomImportOrder | Import statement for 'org.apache.commons.logging.Log' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 13 | |
| imports | CustomImportOrder | Import statement for 'org.apache.commons.logging.LogFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 14 | |
| imports | CustomImportOrder | Import statement for 'com.fasterxml.jackson.core.JsonFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 16 | |
| imports | CustomImportOrder | Import statement for 'com.fasterxml.jackson.core.JsonParser' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 17 | |
| imports | CustomImportOrder | Import statement for 'net.sf.jmimemagic.MagicDetector' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 19 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 21 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 37 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 47 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 57 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 67 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 77 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 87 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 117 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'freemarker.template.Configuration' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'freemarker.template.TemplateExceptionHandler' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 8 | |
| naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 21 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 24 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.eclipse.jetty.http.HttpMethod' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 11 | |
| imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.apache.poi.ss.usermodel.Cell' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 10 | |
| imports | CustomImportOrder | Import statement for 'org.apache.poi.ss.usermodel.Row' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 11 | |
| imports | CustomImportOrder | Import statement for 'org.apache.poi.ss.usermodel.Sheet' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 12 | |
| imports | CustomImportOrder | Import statement for 'org.apache.poi.ss.usermodel.Workbook' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 13 | |
| imports | CustomImportOrder | Import statement for 'org.apache.poi.xssf.usermodel.XSSFWorkbook' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 14 | |
| imports | CustomImportOrder | Import statement for 'com.fasterxml.jackson.core.JsonFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 16 | |
| imports | CustomImportOrder | Import statement for 'com.fasterxml.jackson.core.JsonGenerator' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 17 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'setIO' must contain no more than '1' capital letters. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'lombok.Data' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 6 | |
| imports | CustomImportOrder | Import statement for 'spark.Request' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 11 | |
| imports | CustomImportOrder | Import statement for 'java.nio.file.Files' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 12 | |
| imports | CustomImportOrder | Import statement for 'java.nio.file.Path' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 13 | |
| imports | CustomImportOrder | Import statement for 'java.util.Arrays' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 14 | |
| imports | CustomImportOrder | Import statement for 'java.util.HashMap' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 15 | |
| imports | CustomImportOrder | Import statement for 'java.util.LinkedHashMap' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 16 | |
| imports | CustomImportOrder | Import statement for 'java.util.Map' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 17 | |
| imports | CustomImportOrder | Import statement for 'java.util.Optional' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 18 | |
| imports | CustomImportOrder | Import statement for 'java.util.function.BiFunction' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 19 | |
| imports | CustomImportOrder | Import statement for 'java.util.function.Consumer' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 20 | |
| imports | CustomImportOrder | Import statement for 'java.util.function.Function' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 21 | |
| imports | CustomImportOrder | Import statement for 'java.util.function.Predicate' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.jmimemagic.Magic' import. Should be before 'org.slf4j.LoggerFactory'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.jmimemagic.MagicException' import. Should be before 'org.slf4j.LoggerFactory'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.jmimemagic.MagicMatch' import. Should be before 'org.slf4j.LoggerFactory'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.jmimemagic.MagicMatchNotFoundException' import. Should be before 'org.slf4j.LoggerFactory'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.jmimemagic.MagicParseException' import. Should be before 'org.slf4j.LoggerFactory'. | 31 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'OP' must contain no more than '1' capital letters. | 36 | |
| design | OneTopLevelClass | Top-level class OP has to reside in its own source file. | 36 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 45 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 46 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 120 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 133 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 154 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 217 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 229 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 242 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 264 | |
| naming | ParameterName | Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 277 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 282 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 293 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 307 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 355 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 389 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 407 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 408 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 409 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 410 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 411 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 412 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 413 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.Objects' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 14 | |
| imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 16 | |
| imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 17 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 77 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 78 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 79 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 81 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 83 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 84 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 86 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 87 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 89 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 90 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 91 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 92 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 93 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 95 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 96 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 97 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 98 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 99 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 100 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 101 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 102 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 103 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 104 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 105 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 106 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 107 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 108 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 109 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 118 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 119 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 120 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 121 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 122 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 123 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 125 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 126 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 127 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 128 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 129 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 130 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 131 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 132 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 133 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 134 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 135 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 136 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 137 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 138 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 139 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 140 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 141 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 142 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 143 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 144 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 145 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 146 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 147 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 148 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 149 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 150 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 151 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 155 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 177 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 205 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 216 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 227 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 238 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 249 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 260 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.net.URISyntaxException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 6 | |
| imports | CustomImportOrder | Import statement for 'java.nio.file.Path' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 7 | |
| imports | CustomImportOrder | Import statement for 'java.nio.file.Paths' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 8 | |
| imports | CustomImportOrder | Import statement for 'java.util.HashMap' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 9 | |
| imports | CustomImportOrder | Import statement for 'java.util.Map' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 10 | |
| imports | CustomImportOrder | Import statement for 'java.util.Objects' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 11 | |
| imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 13 | |
| imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting group 'SPECIAL_IMPORTS' on this line. | 14 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 29 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 38 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 48 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 63 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 | |
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 11 | |
| imports | CustomImportOrder | Import statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 12 | |
| imports | CustomImportOrder | Import statement for 'spark.servlet.SparkFilter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 14 |