The following document contains the results of Checkstyle 8.16 with checkstyle.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | CustomImportOrder
|
33 | |
| javadoc | JavadocMethod
|
3 | |
| JavadocParagraph | 99 | ||
SummaryJavadoc
|
8 | ||
| naming | ParameterName
|
1 | |
| sizes | LineLength
|
4 | |
| whitespace | WhitespaceAround
|
1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.function.Supplier' import. Should be before 'org.apache.ibatis.logging.Log'. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.sql.DataSource'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.reflect.Modifier' import. Should be before 'javax.sql.DataSource'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.sql.SQLException' import. Should be before 'javax.sql.DataSource'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'javax.sql.DataSource'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Optional' import. Should be before 'javax.sql.DataSource'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Properties' import. Should be before 'javax.sql.DataSource'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'javax.sql.DataSource'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.stream.Stream' import. Should be before 'javax.sql.DataSource'. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.util.Assert.notNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 64 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.util.Assert.state' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 65 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.util.ObjectUtils.isEmpty' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 66 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.util.StringUtils.hasLength' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 67 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.util.StringUtils.tokenizeToStringArray' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 68 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 74 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 166 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 241 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 271 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 346 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 374 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 377 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 402 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 416 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 480 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 557 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 48 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 48 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 52 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 52 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 55 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 55 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 401 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 406 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 114 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 149 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 175 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 35 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 118 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 118 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 120 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 120 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 129 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 129 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 132 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Documented' import. Should be before 'org.springframework.context.annotation.Import'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.ElementType' import. Should be before 'org.springframework.context.annotation.Import'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Retention' import. Should be before 'org.springframework.context.annotation.Import'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.RetentionPolicy' import. Should be before 'org.springframework.context.annotation.Import'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Target' import. Should be before 'org.springframework.context.annotation.Import'. | 24 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 39 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 39 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 41 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 41 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 43 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 43 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 46 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 46 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 111 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.springframework.batch.item.database.AbstractPagingItemReader'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.springframework.batch.item.database.AbstractPagingItemReader'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.CopyOnWriteArrayList' import. Should be before 'org.springframework.batch.item.database.AbstractPagingItemReader'. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.util.Assert.notNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.springframework.util.ClassUtils.getShortName' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 33 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.core.convert.converter.Converter'. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.mybatis.spring.batch.MyBatisCursorItemReader'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.mybatis.spring.batch.MyBatisCursorItemReader'. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.mybatis.spring.batch.MyBatisPagingItemReader'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.mybatis.spring.batch.MyBatisPagingItemReader'. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.mybatis.spring.mapper.ClassPathMapperScanner' import. Should be before 'org.mybatis.spring.mapper.MapperFactoryBean'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Annotation' import. Should be before 'org.springframework.util.StringUtils'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'org.springframework.util.StringUtils'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.springframework.util.StringUtils'. | 36 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 42 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 42 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 120 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 221 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 29 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 29 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 47 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 47 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 116 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 126 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 138 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 138 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 140 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 48 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 48 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 52 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 52 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 54 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 54 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 60 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 60 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 67 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 67 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 72 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 72 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 124 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 124 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 126 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 126 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 163 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 163 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 165 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 165 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 177 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 177 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 180 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 180 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 193 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 193 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 208 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 208 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 224 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 224 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 239 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 239 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 254 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 28 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 30 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 30 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 59 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 59 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 105 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 35 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 35 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 38 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 38 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 75 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 75 |