The following document contains the results of Checkstyle 6.18 with google_checks.xml ruleset.
File | ![]() |
![]() |
![]() |
---|---|---|---|
net/technearts/ConverterFactory.java | 0 | 6 | 0 |
net/technearts/ExcelFile.java | 0 | 21 | 0 |
net/technearts/ExcelMarshaller.java | 0 | 19 | 0 |
net/technearts/Mapping.java | 0 | 2 | 0 |
net/technearts/Mappings.java | 0 | 1 | 0 |
net/technearts/Repository.java | 0 | 18 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | OverloadMethodsDeclarationOrder | 1 | ![]() |
imports | CustomImportOrder
|
27 | ![]() |
javadoc | JavadocMethod
|
18 | ![]() |
naming | CatchParameterName
|
14 | ![]() |
LocalVariableName
|
5 | ![]() | |
whitespace | EmptyLineSeparator
|
2 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement for 'org.apache.commons.lang3.ArrayUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 9 |
![]() |
imports | CustomImportOrder | Import statement for 'org.apache.poi.ss.usermodel.DateUtil' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 10 |
![]() |
naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 25 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 |
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. | 19 |
![]() |
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. | 20 |
![]() |
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. | 21 |
![]() |
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. | 22 |
![]() |
imports | CustomImportOrder | Import statement for 'com.google.common.collect.Streams' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 24 |
![]() |
whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 28 |
![]() |
whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 35 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 168 |
![]() |
naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 177 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 5 |
![]() |
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. | 6 |
![]() |
imports | CustomImportOrder | Import statement for 'java.util.HashSet' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 7 |
![]() |
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. | 8 |
![]() |
imports | CustomImportOrder | Import statement for 'java.util.Set' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 9 |
![]() |
imports | CustomImportOrder | Import statement for 'java.util.SortedSet' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line. | 10 |
![]() |
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. | 11 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonParseException' import. Should be before 'org.slf4j.LoggerFactory'. | 18 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.JsonMappingException' import. Should be before 'org.slf4j.LoggerFactory'. | 19 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.slf4j.LoggerFactory'. | 20 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.fasterxml.jackson.dataformat.yaml.YAMLFactory' import. Should be before 'org.slf4j.LoggerFactory'. | 21 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'net.technearts.ExcelFile.ExcelSheet' import. Should be before 'org.slf4j.LoggerFactory'. | 23 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 82 |
![]() |
naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
![]() |
naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 104 |
![]() |
naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 106 |
![]() |
naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 |
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. | 5 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
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. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement for 'org.apache.commons.beanutils.PropertyUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 19 |
![]() |
imports | CustomImportOrder | Import statement for 'org.apache.commons.lang3.StringUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 20 |
![]() |
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. | 21 |
![]() |
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. | 22 |
![]() |
imports | CustomImportOrder | Import statement for 'com.google.common.collect.HashBasedTable' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 24 |
![]() |
imports | CustomImportOrder | Import statement for 'com.google.common.collect.Table' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 25 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
![]() |
naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
![]() |
naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
![]() |
naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 133 |
![]() |
naming | CatchParameterName | Catch parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 136 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '69'. | 153 |