Checkstyle Results
The following document contains the results of Checkstyle 10.23.1 with checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 26 | 0 | 42 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | CustomImportOrder
|
10 | |
| javadoc | JavadocParagraph | 1 | |
MissingJavadocMethod
|
8 | ||
MissingJavadocType
|
11 | ||
SummaryJavadoc
|
4 | ||
| naming | AbbreviationAsWordInName
|
3 | |
MethodName
|
1 | ||
| sizes | LineLength
|
2 | |
| whitespace | EmptyLineSeparator
|
2 |
Details
org/mybatis/scripting/velocity/Driver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/mybatis/scripting/velocity/FastLinkedList.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 20 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 54 |
org/mybatis/scripting/velocity/InDirective.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.velocity.context.InternalContextAdapter' | 23 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 39 |
org/mybatis/scripting/velocity/ParameterMappingCollector.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.mapping.ParameterMapping' | 22 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 | |
| naming | MethodName | Method name 'g' must match pattern '^[a-z][a-z0-9]\w*$'. | 50 |
org/mybatis/scripting/velocity/ParameterMappingSourceParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.builder.BaseBuilder' | 22 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 36 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
org/mybatis/scripting/velocity/RepeatDirective.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.velocity.context.ChainedInternalContextAdapter' | 23 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 44 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 193 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 242 |
org/mybatis/scripting/velocity/SQLScriptSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.mapping.BoundSql' | 21 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 26 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'SQLScriptSource' must contain no more than '1' consecutive capital letters. | 26 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
org/mybatis/scripting/velocity/SetDirective.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.velocity.context.InternalContextAdapter' | 21 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 25 |
org/mybatis/scripting/velocity/TrimDirective.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.velocity.context.InternalContextAdapter' | 23 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 28 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'LEFT' must contain no more than '1' consecutive capital letters. | 56 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'RIGHT' must contain no more than '1' consecutive capital letters. | 69 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 92 |
org/mybatis/scripting/velocity/VelocityFacade.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.builder.BuilderException' | 25 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 34 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
org/mybatis/scripting/velocity/VelocityLanguageDriver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 29 |
org/mybatis/scripting/velocity/VelocityLanguageDriverConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.commons.text.WordUtils' | 37 | |
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous line. | 68 | |
| whitespace | EmptyLineSeparator | 'INSTANCE_INIT' should be separated from previous line. | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 134 |
org/mybatis/scripting/velocity/WhereDirective.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.velocity.context.InternalContextAdapter' | 21 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 25 |
MyBatis