Checkstyle Results
The following document contains the results of Checkstyle 9.3 with checkstyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
319 | 0 | 1336 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | NoFinalizer | 1 | Warning |
OverloadMethodsDeclarationOrder | 7 | Warning | |
VariableDeclarationUsageDistance | 5 | Warning | |
imports | CustomImportOrder
|
167 | Warning |
indentation | CommentsIndentation
|
1 | Warning |
Indentation
|
2 | Warning | |
javadoc | JavadocParagraph | 51 | Warning |
MissingJavadocMethod
|
197 | Warning | |
MissingJavadocType
|
23 | Warning | |
RequireEmptyLineBeforeBlockTagGroup | 67 | Warning | |
SummaryJavadoc
|
281 | Warning | |
naming | AbbreviationAsWordInName
|
108 | Warning |
MemberName
|
2 | Warning | |
MethodName
|
82 | Warning | |
sizes | LineLength
|
316 | Error |
whitespace | FileTabCharacter
|
6 | Error |
WhitespaceAfter
|
17 | Warning | |
WhitespaceAround
|
3 | Warning |
Details
org/apache/ibatis/annotations/Arg.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.type.JdbcType' | 25 |
org/apache/ibatis/annotations/AutomapConstructor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
org/apache/ibatis/annotations/CacheNamespace.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.Cache' | 24 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 31 |
org/apache/ibatis/annotations/CacheNamespaceRef.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 29 |
org/apache/ibatis/annotations/ConstructorArgs.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
org/apache/ibatis/annotations/Delete.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 52 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 60 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
org/apache/ibatis/annotations/DeleteProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 77 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 87 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 96 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 104 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
org/apache/ibatis/annotations/Flush.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
org/apache/ibatis/annotations/Insert.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 52 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 60 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
org/apache/ibatis/annotations/InsertProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 77 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 87 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 96 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 104 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
org/apache/ibatis/annotations/Lang.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.scripting.LanguageDriver' | 24 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 29 |
org/apache/ibatis/annotations/Many.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.mapping.FetchType' | 23 |
org/apache/ibatis/annotations/MapKey.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
org/apache/ibatis/annotations/Mapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
org/apache/ibatis/annotations/One.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.mapping.FetchType' | 23 |
org/apache/ibatis/annotations/Options.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.mapping.ResultSetType' | 25 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 31 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 141 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 149 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 156 |
org/apache/ibatis/annotations/Param.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
org/apache/ibatis/annotations/Result.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.type.JdbcType' | 25 |
org/apache/ibatis/annotations/ResultMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 37 |
org/apache/ibatis/annotations/ResultType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 30 |
org/apache/ibatis/annotations/Results.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 35 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 151). | 36 |
org/apache/ibatis/annotations/Select.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 52 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 60 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
org/apache/ibatis/annotations/SelectKey.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.mapping.StatementType' | 25 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 30 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 96 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 104 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
org/apache/ibatis/annotations/SelectProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 77 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 87 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 96 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 104 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
org/apache/ibatis/annotations/TypeDiscriminator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.type.JdbcType' | 24 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 31 |
org/apache/ibatis/annotations/Update.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 52 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 60 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
org/apache/ibatis/annotations/UpdateProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 77 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 87 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 96 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 104 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
org/apache/ibatis/binding/BindingException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/binding/MapperMethod.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.annotations.Flush' | 27 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 118 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 205 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 219 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 224 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 275 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 288 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 366 |
org/apache/ibatis/binding/MapperProxy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.ExceptionUtil' | 29 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 33 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 71 |
org/apache/ibatis/binding/MapperProxyFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.binding.MapperProxy.MapperMethodInvoker' | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 |
org/apache/ibatis/binding/MapperRegistry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.builder.annotation.MapperAnnotationBuilder' | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
org/apache/ibatis/builder/BaseBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.mapping.ParameterMode' | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 143). | 128 |
org/apache/ibatis/builder/BuilderException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/builder/CacheRefResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/builder/IncompleteElementException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/builder/MapperBuilderAssistant.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.Cache' | 28 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 52 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 62 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 106 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 124 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 145 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 152 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 176 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 213 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 244 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 396 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 411 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 481 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 543 |
org/apache/ibatis/builder/ParameterExpression.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'skipWS' must contain no more than '1' consecutive capital letters. | 74 |
org/apache/ibatis/builder/ResultMapResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.mapping.Discriminator' | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 189). | 36 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 47 |
org/apache/ibatis/builder/SqlSourceBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.mapping.ParameterMapping' | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 37 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 44 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 75 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 162). | 137 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 168). | 152 |
org/apache/ibatis/builder/StaticSqlSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.mapping.BoundSql' | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.annotations.Arg' | 39 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 93 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 108 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 115 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 163). | 178 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 190 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 252 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 301 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 303 |
Warning | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 303 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 311 |
Warning | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 311 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 313 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 340 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 398 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 165). | 583 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 179). | 605 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 158). | 665 |
org/apache/ibatis/builder/annotation/MethodResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/builder/annotation/ProviderMethodResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.builder.BuilderException' | 23 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 39 |
org/apache/ibatis/builder/annotation/ProviderSqlSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.annotations.Lang' | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 75 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 106 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 111 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 113 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 142 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 148). | 166 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 194 |
org/apache/ibatis/builder/xml/XMLConfigBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 22 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.builder.BaseBuilder' | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 50 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 94 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 135 |
Warning | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 148 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 189 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 167). | 228 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 245 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 246 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 262 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 272 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 378 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 379 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 384 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 384 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 385 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 392 |
org/apache/ibatis/builder/xml/XMLIncludeTransformer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.builder.BuilderException' | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 33 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
org/apache/ibatis/builder/xml/XMLMapperBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.builder.BaseBuilder' | 30 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 52 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 64 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 70 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 75 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 80 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 85 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 136 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 193 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 191). | 236 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 257 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 287 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 321 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 332 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 335 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 389 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 223). | 393 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 396 |
org/apache/ibatis/builder/xml/XMLMapperEntityResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.io.Resources' | 22 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 62 |
org/apache/ibatis/builder/xml/XMLStatementBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.builder.BaseBuilder' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 49 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'flushCache' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 67 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'useCache' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 68 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'resultOrdered' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 97 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 156). | 128 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 138 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 141 |
org/apache/ibatis/cache/Cache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 22 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 22 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 24 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 24 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 26 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 44 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 49 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 57 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 95 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 95 |
org/apache/ibatis/cache/CacheException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/cache/CacheKey.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.ArrayUtil' | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
org/apache/ibatis/cache/NullCacheKey.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/cache/TransactionalCacheManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.decorators.TransactionalCache' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
org/apache/ibatis/cache/decorators/BlockingCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.Cache' | 22 |
Warning | javadoc | JavadocParagraph | Redundant <p> tag. | 26 |
org/apache/ibatis/cache/decorators/FifoCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.Cache' | 21 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
org/apache/ibatis/cache/decorators/LoggingCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
org/apache/ibatis/cache/decorators/LruCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.Cache' | 21 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
org/apache/ibatis/cache/decorators/ScheduledCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.Cache' | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
org/apache/ibatis/cache/decorators/SerializedCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.Cache' | 27 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 111 |
org/apache/ibatis/cache/decorators/SoftCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.Cache' | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
org/apache/ibatis/cache/decorators/SynchronizedCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/cache/decorators/TransactionalCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.Cache' | 23 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 29 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 29 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 95 |
org/apache/ibatis/cache/decorators/WeakCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.Cache' | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
org/apache/ibatis/cache/impl/PerpetualCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.Cache' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/cursor/Cursor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
org/apache/ibatis/cursor/defaults/DefaultCursor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cursor.Cursor' | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 72 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'next' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 147 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 169 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 182 |
org/apache/ibatis/datasource/DataSourceException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/datasource/DataSourceFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
org/apache/ibatis/datasource/jndi/JndiDataSourceFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.naming.Context' | 21 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.datasource.DataSourceException' | 26 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'PREFIX' must contain no more than '1' consecutive capital letters. | 69 |
org/apache/ibatis/datasource/pooled/PoolState.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 91 |
org/apache/ibatis/datasource/pooled/PooledConnection.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.ExceptionUtil' | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 |
org/apache/ibatis/datasource/pooled/PooledDataSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 28 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.datasource.unpooled.UnpooledDataSource' | 30 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 74 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 79 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 84 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 168). | 153 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 332 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 380 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 407 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 503 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 524 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 530 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 582 |
Warning | coding | NoFinalizer | Avoid using finalizer method. | 599 |
org/apache/ibatis/datasource/pooled/PooledDataSourceFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/datasource/unpooled/UnpooledDataSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 31 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.io.Resources' | 33 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 78 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 86 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 168). | 198 |
org/apache/ibatis/datasource/unpooled/UnpooledDataSourceFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 20 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.datasource.DataSourceException' | 22 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 27 |
org/apache/ibatis/exceptions/ExceptionFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/exceptions/IbatisException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/exceptions/PersistenceException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/exceptions/TooManyResultsException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/executor/BaseExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.CacheKey' | 26 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 47 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 125 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 133 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 169). | 141 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 182 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 274 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 277 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 304 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 182). | 321 |
org/apache/ibatis/executor/BatchExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cursor.Cursor' | 26 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 38 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 57 |
Warning | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 65 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 82 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 88 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 99 |
org/apache/ibatis/executor/BatchExecutorException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
org/apache/ibatis/executor/BatchResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.mapping.MappedStatement' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
org/apache/ibatis/executor/CachingExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.Cache' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 142). | 86 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 153). | 93 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 167). | 138 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 155 |
org/apache/ibatis/executor/ErrorContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 86 |
org/apache/ibatis/executor/ExecutionPlaceholder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/executor/Executor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.CacheKey' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 166). | 39 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 41 |
org/apache/ibatis/executor/ExecutorException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/executor/ResultExtractor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.MetaObject' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
Warning | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 |
org/apache/ibatis/executor/ReuseExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cursor.Cursor' | 26 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 157). | 56 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 58 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 64 |
org/apache/ibatis/executor/SimpleExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cursor.Cursor' | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 34 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 157). | 57 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 61 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 70 |
org/apache/ibatis/executor/keygen/Jdbc3KeyGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.binding.MapperMethod.ParamMap' | 32 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 46 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 188 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 201 |
org/apache/ibatis/executor/keygen/KeyGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.executor.Executor' | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/executor/keygen/NoKeyGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.executor.Executor' | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/executor/keygen/SelectKeyGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.executor.Executor' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 105 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 155). | 117 |
org/apache/ibatis/executor/loader/AbstractEnhancedDeserializationProxy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.executor.ExecutorException' | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 44 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 67 |
org/apache/ibatis/executor/loader/AbstractSerialStateHolder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.io.SerialFilterChecker' | 34 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 37 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 156). | 132 |
org/apache/ibatis/executor/loader/CglibProxyFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/executor/loader/JavassistProxyFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/executor/loader/ProxyFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.factory.ObjectFactory' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 188). | 33 |
org/apache/ibatis/executor/loader/ResultLoader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 21 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.CacheKey' | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 37 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 180). | 56 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 81 |
org/apache/ibatis/executor/loader/ResultLoaderMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cursor.Cursor' | 31 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 44 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 142). | 57 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 174 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 187 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 162). | 304 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 309 |
org/apache/ibatis/executor/loader/WriteReplaceInterface.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'net.sf.cglib.proxy.Callback' | 23 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.executor.loader.AbstractEnhancedDeserializationProxy' | 28 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 56 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 196). | 61 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 62 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 212). | 65 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 137). | 66 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 210). | 106 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 205). | 116 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 167). | 118 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 138 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 165 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 146). | 167 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 172 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 166). | 175 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 164). | 188 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 190 |
org/apache/ibatis/executor/loader/cglib/CglibSerialStateHolder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.executor.loader.AbstractSerialStateHolder' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 47 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 143). | 49 |
org/apache/ibatis/executor/loader/javassist/JavassistProxyFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javassist.util.proxy.MethodHandler' | 23 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.executor.ExecutorException' | 27 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 140). | 53 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 196). | 58 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 59 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 212). | 62 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 137). | 63 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 66 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 210). | 105 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 205). | 115 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 167). | 117 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 143). | 137 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 164 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 146). | 166 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 171 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 166). | 174 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 164). | 187 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 189 |
org/apache/ibatis/executor/loader/javassist/JavassistSerialStateHolder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.executor.loader.AbstractSerialStateHolder' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 45 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 47 |
org/apache/ibatis/executor/result/DefaultMapResultHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.MetaObject' | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 27 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 156). | 39 |
org/apache/ibatis/executor/result/DefaultResultContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
org/apache/ibatis/executor/result/DefaultResultHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.factory.ObjectFactory' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
org/apache/ibatis/executor/result/ResultMapException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.annotations.AutomapConstructor' | 35 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 71 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 170). | 127 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 127 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 163 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 296 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 154). | 301 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 176). | 329 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 329 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 172). | 340 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 341 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 348 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 173). | 354 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 184). | 366 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 375 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 158). | 422 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 441 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 154). | 473 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 487 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 499 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 163). | 508 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 522 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 552 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 567 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 588 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 599 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 600 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 617 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 638 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 163). | 648 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 165). | 657 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 665 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 669 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 674 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 675 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 701 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 722 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 245). | 742 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 745 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 142). | 768 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 819 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 837 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 841 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 845 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 156). | 847 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 166). | 853 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 859 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 863 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 158). | 869 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 157). | 881 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 152). | 889 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 155). | 899 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 930 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 930 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 950 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 195). | 967 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 1002 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 1034 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 1052 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 1074 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 187). | 1124 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 153). | 1142 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 145). | 1201 |
org/apache/ibatis/executor/resultset/ResultSetHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cursor.Cursor' | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
org/apache/ibatis/executor/resultset/ResultSetWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.io.Resources' | 30 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 39 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 164 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 173 |
org/apache/ibatis/executor/statement/BaseStatementHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.executor.ErrorContext' | 22 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 179). | 53 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 143). | 70 |
org/apache/ibatis/executor/statement/CallableStatementHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cursor.Cursor' | 25 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 38 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 43 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 105 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 169). | 107 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 108 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 113 |
org/apache/ibatis/executor/statement/PreparedStatementHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cursor.Cursor' | 25 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 40 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 88 |
org/apache/ibatis/executor/statement/RoutingStatementHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cursor.Cursor' | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 160). | 39 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
org/apache/ibatis/executor/statement/SimpleStatementHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cursor.Cursor' | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 172). | 40 |
org/apache/ibatis/executor/statement/StatementHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cursor.Cursor' | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 |
org/apache/ibatis/executor/statement/StatementUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 38 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 137). | 43 |
org/apache/ibatis/io/ClassLoaderWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 21 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 39 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 49 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 70 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 81 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 104 |
Warning | coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '77'. | 111 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 131 |
Warning | coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '56'. | 138 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 170 |
Warning | coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '100'. | 178 |
org/apache/ibatis/io/DefaultVFS.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.logging.Log' | 35 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'DefaultVFS' must contain no more than '1' consecutive capital letters. | 43 |
org/apache/ibatis/io/ExternalResources.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.logging.Log' | 26 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 53 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
org/apache/ibatis/io/JBoss6VFS.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.logging.Log' | 25 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'JBoss6VFS' must contain no more than '1' consecutive capital letters. | 33 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'VFS' must contain no more than '1' consecutive capital letters. | 69 |
org/apache/ibatis/io/ResolverUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.logging.Log' | 24 |
org/apache/ibatis/io/Resources.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 55 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 64 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 76 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 119 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 134 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 150 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 167 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 185 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 196 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 208 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 221 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 238 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 253 |
org/apache/ibatis/io/SerialFilterChecker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.logging.Log' | 20 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 46 |
org/apache/ibatis/io/VFS.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.logging.Log' | 27 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'VFS' must contain no more than '1' consecutive capital letters. | 35 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'VFSHolder' must contain no more than '1' consecutive capital letters. | 47 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'createVFS' must contain no more than '1' consecutive capital letters. | 51 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 67 |
org/apache/ibatis/jdbc/AbstractSQL.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'AbstractSQL' must contain no more than '1' consecutive capital letters. | 30 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'UPDATE' must contain no more than '1' consecutive capital letters. | 39 |
Warning | naming | MethodName | Method name 'UPDATE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 39 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SET' must contain no more than '1' consecutive capital letters. | 45 |
Warning | naming | MethodName | Method name 'SET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 45 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SET' must contain no more than '1' consecutive capital letters. | 58 |
Warning | naming | MethodName | Method name 'SET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 58 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INSERT_INTO' must contain no more than '1' consecutive capital letters. | 63 |
Warning | naming | MethodName | Method name 'INSERT_INTO' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 63 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'VALUES' must contain no more than '1' consecutive capital letters. | 69 |
Warning | naming | MethodName | Method name 'VALUES' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 69 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INTO_COLUMNS' must contain no more than '1' consecutive capital letters. | 83 |
Warning | naming | MethodName | Method name 'INTO_COLUMNS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 83 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INTO_VALUES' must contain no more than '1' consecutive capital letters. | 96 |
Warning | naming | MethodName | Method name 'INTO_VALUES' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 96 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 102 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT' must contain no more than '1' consecutive capital letters. | 102 |
Warning | naming | MethodName | Method name 'SELECT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 102 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT' must contain no more than '1' consecutive capital letters. | 116 |
Warning | naming | MethodName | Method name 'SELECT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 116 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 122 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT_DISTINCT' must contain no more than '1' consecutive capital letters. | 122 |
Warning | naming | MethodName | Method name 'SELECT_DISTINCT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 122 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT_DISTINCT' must contain no more than '1' consecutive capital letters. | 136 |
Warning | naming | MethodName | Method name 'SELECT_DISTINCT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 136 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 142 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'DELETE_FROM' must contain no more than '1' consecutive capital letters. | 142 |
Warning | naming | MethodName | Method name 'DELETE_FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 142 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'FROM' must contain no more than '1' consecutive capital letters. | 148 |
Warning | naming | MethodName | Method name 'FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 148 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'FROM' must contain no more than '1' consecutive capital letters. | 161 |
Warning | naming | MethodName | Method name 'FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 161 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'JOIN' must contain no more than '1' consecutive capital letters. | 166 |
Warning | naming | MethodName | Method name 'JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 166 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'JOIN' must contain no more than '1' consecutive capital letters. | 179 |
Warning | naming | MethodName | Method name 'JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 179 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INNER_JOIN' must contain no more than '1' consecutive capital letters. | 184 |
Warning | naming | MethodName | Method name 'INNER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 184 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INNER_JOIN' must contain no more than '1' consecutive capital letters. | 197 |
Warning | naming | MethodName | Method name 'INNER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 197 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LEFT_OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 202 |
Warning | naming | MethodName | Method name 'LEFT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 202 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LEFT_OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 215 |
Warning | naming | MethodName | Method name 'LEFT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 215 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'RIGHT_OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 220 |
Warning | naming | MethodName | Method name 'RIGHT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 220 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'RIGHT_OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 233 |
Warning | naming | MethodName | Method name 'RIGHT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 233 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 238 |
Warning | naming | MethodName | Method name 'OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 238 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 251 |
Warning | naming | MethodName | Method name 'OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 251 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 256 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'WHERE' must contain no more than '1' consecutive capital letters. | 256 |
Warning | naming | MethodName | Method name 'WHERE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 256 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'WHERE' must contain no more than '1' consecutive capital letters. | 270 |
Warning | naming | MethodName | Method name 'WHERE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 270 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OR' must contain no more than '1' consecutive capital letters. | 276 |
Warning | naming | MethodName | Method name 'OR' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 276 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'AND' must contain no more than '1' consecutive capital letters. | 281 |
Warning | naming | MethodName | Method name 'AND' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 281 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'GROUP_BY' must contain no more than '1' consecutive capital letters. | 286 |
Warning | naming | MethodName | Method name 'GROUP_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 286 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'GROUP_BY' must contain no more than '1' consecutive capital letters. | 299 |
Warning | naming | MethodName | Method name 'GROUP_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 299 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 304 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'HAVING' must contain no more than '1' consecutive capital letters. | 304 |
Warning | naming | MethodName | Method name 'HAVING' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 304 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'HAVING' must contain no more than '1' consecutive capital letters. | 318 |
Warning | naming | MethodName | Method name 'HAVING' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 318 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'ORDER_BY' must contain no more than '1' consecutive capital letters. | 324 |
Warning | naming | MethodName | Method name 'ORDER_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 324 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'ORDER_BY' must contain no more than '1' consecutive capital letters. | 337 |
Warning | naming | MethodName | Method name 'ORDER_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 337 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LIMIT' must contain no more than '1' consecutive capital letters. | 350 |
Warning | naming | MethodName | Method name 'LIMIT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 350 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LIMIT' must contain no more than '1' consecutive capital letters. | 364 |
Warning | naming | MethodName | Method name 'LIMIT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 364 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OFFSET' must contain no more than '1' consecutive capital letters. | 376 |
Warning | naming | MethodName | Method name 'OFFSET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 376 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OFFSET' must contain no more than '1' consecutive capital letters. | 390 |
Warning | naming | MethodName | Method name 'OFFSET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 390 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'FETCH_FIRST_ROWS_ONLY' must contain no more than '1' consecutive capital letters. | 402 |
Warning | naming | MethodName | Method name 'FETCH_FIRST_ROWS_ONLY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 402 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'FETCH_FIRST_ROWS_ONLY' must contain no more than '1' consecutive capital letters. | 416 |
Warning | naming | MethodName | Method name 'FETCH_FIRST_ROWS_ONLY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 416 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OFFSET_ROWS' must contain no more than '1' consecutive capital letters. | 428 |
Warning | naming | MethodName | Method name 'OFFSET_ROWS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 428 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OFFSET_ROWS' must contain no more than '1' consecutive capital letters. | 442 |
Warning | naming | MethodName | Method name 'OFFSET_ROWS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 442 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'ADD_ROW' must contain no more than '1' consecutive capital letters. | 452 |
Warning | naming | MethodName | Method name 'ADD_ROW' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 452 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SQLStatement' must contain no more than '1' consecutive capital letters. | 500 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'selectSQL' must contain no more than '1' consecutive capital letters. | 588 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'insertSQL' must contain no more than '1' consecutive capital letters. | 613 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'deleteSQL' must contain no more than '1' consecutive capital letters. | 622 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'updateSQL' must contain no more than '1' consecutive capital letters. | 629 |
org/apache/ibatis/jdbc/Null.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 40 |
org/apache/ibatis/jdbc/RuntimeSqlException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/jdbc/SQL.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SQL' must contain no more than '1' consecutive capital letters. | 21 |
org/apache/ibatis/jdbc/ScriptRunner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 150). | 44 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'removeCRs' must contain no more than '1' consecutive capital letters. | 52 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'setRemoveCRs' must contain no more than '1' consecutive capital letters. | 81 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'removeCRs' must contain no more than '1' consecutive capital letters. | 81 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 112 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 163 |
Warning | coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '73'. | 175 |
org/apache/ibatis/jdbc/SelectBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'BEGIN' must contain no more than '1' consecutive capital letters. | 36 |
Warning | naming | MethodName | Method name 'BEGIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 36 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'RESET' must contain no more than '1' consecutive capital letters. | 40 |
Warning | naming | MethodName | Method name 'RESET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 40 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT' must contain no more than '1' consecutive capital letters. | 44 |
Warning | naming | MethodName | Method name 'SELECT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 44 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT_DISTINCT' must contain no more than '1' consecutive capital letters. | 48 |
Warning | naming | MethodName | Method name 'SELECT_DISTINCT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 48 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'FROM' must contain no more than '1' consecutive capital letters. | 52 |
Warning | naming | MethodName | Method name 'FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 52 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'JOIN' must contain no more than '1' consecutive capital letters. | 56 |
Warning | naming | MethodName | Method name 'JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 56 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INNER_JOIN' must contain no more than '1' consecutive capital letters. | 60 |
Warning | naming | MethodName | Method name 'INNER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 60 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LEFT_OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 64 |
Warning | naming | MethodName | Method name 'LEFT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 64 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'RIGHT_OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 68 |
Warning | naming | MethodName | Method name 'RIGHT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 68 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 72 |
Warning | naming | MethodName | Method name 'OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 72 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'WHERE' must contain no more than '1' consecutive capital letters. | 76 |
Warning | naming | MethodName | Method name 'WHERE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 76 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OR' must contain no more than '1' consecutive capital letters. | 80 |
Warning | naming | MethodName | Method name 'OR' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 80 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'AND' must contain no more than '1' consecutive capital letters. | 84 |
Warning | naming | MethodName | Method name 'AND' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 84 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'GROUP_BY' must contain no more than '1' consecutive capital letters. | 88 |
Warning | naming | MethodName | Method name 'GROUP_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 88 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'HAVING' must contain no more than '1' consecutive capital letters. | 92 |
Warning | naming | MethodName | Method name 'HAVING' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 92 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'ORDER_BY' must contain no more than '1' consecutive capital letters. | 96 |
Warning | naming | MethodName | Method name 'ORDER_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 96 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 100 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SQL' must contain no more than '1' consecutive capital letters. | 100 |
Warning | naming | MethodName | Method name 'SQL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 100 |
org/apache/ibatis/jdbc/SqlBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'BEGIN' must contain no more than '1' consecutive capital letters. | 36 |
Warning | naming | MethodName | Method name 'BEGIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 36 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'RESET' must contain no more than '1' consecutive capital letters. | 40 |
Warning | naming | MethodName | Method name 'RESET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 40 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'UPDATE' must contain no more than '1' consecutive capital letters. | 44 |
Warning | naming | MethodName | Method name 'UPDATE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 44 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SET' must contain no more than '1' consecutive capital letters. | 48 |
Warning | naming | MethodName | Method name 'SET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 48 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SQL' must contain no more than '1' consecutive capital letters. | 52 |
Warning | naming | MethodName | Method name 'SQL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 52 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INSERT_INTO' must contain no more than '1' consecutive capital letters. | 60 |
Warning | naming | MethodName | Method name 'INSERT_INTO' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 60 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'VALUES' must contain no more than '1' consecutive capital letters. | 64 |
Warning | naming | MethodName | Method name 'VALUES' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 64 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT' must contain no more than '1' consecutive capital letters. | 68 |
Warning | naming | MethodName | Method name 'SELECT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 68 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT_DISTINCT' must contain no more than '1' consecutive capital letters. | 72 |
Warning | naming | MethodName | Method name 'SELECT_DISTINCT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 72 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'DELETE_FROM' must contain no more than '1' consecutive capital letters. | 76 |
Warning | naming | MethodName | Method name 'DELETE_FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 76 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'FROM' must contain no more than '1' consecutive capital letters. | 80 |
Warning | naming | MethodName | Method name 'FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 80 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'JOIN' must contain no more than '1' consecutive capital letters. | 84 |
Warning | naming | MethodName | Method name 'JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 84 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INNER_JOIN' must contain no more than '1' consecutive capital letters. | 88 |
Warning | naming | MethodName | Method name 'INNER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 88 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LEFT_OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 92 |
Warning | naming | MethodName | Method name 'LEFT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 92 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'RIGHT_OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 96 |
Warning | naming | MethodName | Method name 'RIGHT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 96 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 100 |
Warning | naming | MethodName | Method name 'OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 100 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'WHERE' must contain no more than '1' consecutive capital letters. | 104 |
Warning | naming | MethodName | Method name 'WHERE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 104 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OR' must contain no more than '1' consecutive capital letters. | 108 |
Warning | naming | MethodName | Method name 'OR' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 108 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'AND' must contain no more than '1' consecutive capital letters. | 112 |
Warning | naming | MethodName | Method name 'AND' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 112 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'GROUP_BY' must contain no more than '1' consecutive capital letters. | 116 |
Warning | naming | MethodName | Method name 'GROUP_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 116 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'HAVING' must contain no more than '1' consecutive capital letters. | 120 |
Warning | naming | MethodName | Method name 'HAVING' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 120 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'ORDER_BY' must contain no more than '1' consecutive capital letters. | 124 |
Warning | naming | MethodName | Method name 'ORDER_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 124 |
org/apache/ibatis/jdbc/SqlRunner.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.io.Resources' | 31 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 176 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 191 |
org/apache/ibatis/logging/Log.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/logging/LogException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/logging/LogFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 70 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'useLog4JLogging' must contain no more than '1' consecutive capital letters. | 74 |
org/apache/ibatis/logging/commons/JakartaCommonsLoggingImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
org/apache/ibatis/logging/jdbc/BaseJdbcLogger.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.builder.SqlSourceBuilder' | 31 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
org/apache/ibatis/logging/jdbc/ConnectionLogger.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.logging.Log' | 25 |
org/apache/ibatis/logging/jdbc/PreparedStatementLogger.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.logging.Log' | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 96 |
org/apache/ibatis/logging/jdbc/ResultSetLogger.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.logging.Log' | 29 |
org/apache/ibatis/logging/jdbc/StatementLogger.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.logging.Log' | 24 |
org/apache/ibatis/logging/jdk14/Jdk14LoggingImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.logging.Log' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/logging/log4j/Log4jImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
org/apache/ibatis/logging/log4j/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@deprecated' should be preceded with an empty line. | 18 |
org/apache/ibatis/logging/log4j2/Log4j2AbstractLoggerImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 |
org/apache/ibatis/logging/log4j2/Log4j2Impl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
org/apache/ibatis/logging/log4j2/Log4j2LoggerImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/logging/nologging/NoLoggingImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/logging/slf4j/Slf4jImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 38 |
org/apache/ibatis/logging/slf4j/Slf4jLocationAwareLoggerImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/logging/slf4j/Slf4jLoggerImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
org/apache/ibatis/logging/stdout/StdOutImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/mapping/BoundSql.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.MetaObject' | 22 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 31 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 31 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 44 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
org/apache/ibatis/mapping/CacheBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.builder.InitializingObject' | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 37 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 92 |
org/apache/ibatis/mapping/DatabaseIdProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 21 |
org/apache/ibatis/mapping/DefaultDatabaseIdProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/mapping/Discriminator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.session.Configuration' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 34 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
org/apache/ibatis/mapping/Environment.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.transaction.TransactionFactory' | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 45 |
org/apache/ibatis/mapping/FetchType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/mapping/MappedStatement.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.Cache' | 22 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 64 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 73 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 175). | 76 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 99 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 191 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 304 |
org/apache/ibatis/mapping/ParameterMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.session.Configuration' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 35 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
org/apache/ibatis/mapping/ParameterMapping.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.session.Configuration' | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 45 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 102 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 128 |
org/apache/ibatis/mapping/ParameterMode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/mapping/ResultFlag.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/mapping/ResultMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.annotations.Param' | 27 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 34 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 56 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 65 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 160). | 94 |
org/apache/ibatis/mapping/ResultMapping.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.session.Configuration' | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 52 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 135 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 147 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 150 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 154 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 145). | 167 |
org/apache/ibatis/mapping/ResultSetType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/mapping/SqlCommandType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/mapping/StatementType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/mapping/VendorDatabaseIdProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 24 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.logging.Log' | 26 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 31 |
org/apache/ibatis/parsing/GenericTokenParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
org/apache/ibatis/parsing/ParsingException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/parsing/PropertyParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 31 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@since' should be preceded with an empty line. | 33 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@since' should be preceded with an empty line. | 42 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
org/apache/ibatis/parsing/TokenHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/parsing/XNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.CharacterData' | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'XNode' must contain no more than '1' consecutive capital letters. | 33 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'newXNode' must contain no more than '1' consecutive capital letters. | 51 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 188 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 257 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 271 |
org/apache/ibatis/parsing/XPathParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.xml.XMLConstants' | 25 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.builder.BuilderException' | 33 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 43 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'XPathParser' must contain no more than '1' consecutive capital letters. | 47 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 143 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 201 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 214 |
org/apache/ibatis/plugin/Interceptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/plugin/InterceptorChain.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
org/apache/ibatis/plugin/Intercepts.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 43 |
org/apache/ibatis/plugin/Invocation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
org/apache/ibatis/plugin/Plugin.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.ExceptionUtil' | 26 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 74 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 84 |
org/apache/ibatis/plugin/PluginException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/plugin/Signature.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 49 |
org/apache/ibatis/reflection/DefaultReflectorFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.util.MapUtil' | 21 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 23 |
org/apache/ibatis/reflection/ExceptionUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
org/apache/ibatis/reflection/Jdk.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@deprecated' should be preceded with an empty line. | 27 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 43 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 60 |
org/apache/ibatis/reflection/MetaClass.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.invoker.GetFieldInvoker' | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
Warning | coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '46'. | 91 |
Warning | coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '81'. | 96 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 135 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 149 |
org/apache/ibatis/reflection/MetaObject.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.factory.ObjectFactory' | 22 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 144). | 41 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 160). | 60 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 112 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 126 |
org/apache/ibatis/reflection/OptionalUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/reflection/ParamNameResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.annotations.Param' | 28 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 34 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
org/apache/ibatis/reflection/ParamNameUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 26 |
org/apache/ibatis/reflection/ReflectionException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/reflection/Reflector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.invoker.AmbiguousMethodInvoker' | 40 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 68 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 183). | 142 |
Warning | javadoc | SummaryJavadoc | Forbidden summary fragment. | 279 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 364 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 376 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 384 |
Warning | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 467 |
org/apache/ibatis/reflection/ReflectorFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 18 |
org/apache/ibatis/reflection/SystemMetaObject.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 178). | 30 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 40 |
org/apache/ibatis/reflection/TypeParameterResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 98 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 137). | 115 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 164 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 191 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 215 |
Warning | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 233 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 158). | 271 |
org/apache/ibatis/reflection/factory/DefaultObjectFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.ReflectionException' | 33 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 156). | 88 |
org/apache/ibatis/reflection/factory/ObjectFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 30 |
org/apache/ibatis/reflection/invoker/AmbiguousMethodInvoker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.ReflectionException' | 21 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 23 |
org/apache/ibatis/reflection/invoker/GetFieldInvoker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.Reflector' | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
org/apache/ibatis/reflection/invoker/Invoker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/reflection/invoker/MethodInvoker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.Reflector' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
org/apache/ibatis/reflection/invoker/SetFieldInvoker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.Reflector' | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
org/apache/ibatis/reflection/property/PropertyCopier.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.Reflector' | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
org/apache/ibatis/reflection/property/PropertyNamer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.ReflectionException' | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 37 |
org/apache/ibatis/reflection/property/PropertyTokenizer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 74 |
org/apache/ibatis/reflection/wrapper/BaseWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.MetaObject' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 71 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 102 |
org/apache/ibatis/reflection/wrapper/BeanWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.ExceptionUtil' | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 153). | 152 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 205). | 155 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 146). | 171 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 171). | 185 |
org/apache/ibatis/reflection/wrapper/CollectionWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.MetaObject' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
org/apache/ibatis/reflection/wrapper/DefaultObjectWrapperFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 33 |
org/apache/ibatis/reflection/wrapper/MapWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.MetaObject' | 22 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 27 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 140). | 140 |
org/apache/ibatis/reflection/wrapper/ObjectWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.MetaObject' | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/reflection/wrapper/ObjectWrapperFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/scripting/LanguageDriver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 26 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 46 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 57 |
org/apache/ibatis/scripting/LanguageDriverRegistry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.util.MapUtil' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LANGUAGE_DRIVER_MAP' must contain no more than '1' consecutive capital letters. | 28 |
Warning | naming | MemberName | Member name 'LANGUAGE_DRIVER_MAP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 28 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
org/apache/ibatis/scripting/ScriptingException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/scripting/defaults/DefaultParameterHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.executor.ErrorContext' | 22 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
org/apache/ibatis/scripting/defaults/RawSqlSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.builder.SqlSourceBuilder' | 20 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
org/apache/ibatis/scripting/xmltags/ChooseSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/scripting/xmltags/DynamicContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'ognl.OgnlContext' | 22 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.MetaObject' | 26 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
Warning | whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 120 |
org/apache/ibatis/scripting/xmltags/DynamicSqlSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/scripting/xmltags/ExpressionEvaluator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.builder.BuilderException' | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 |
Warning | indentation | CommentsIndentation | Block comment has incorrect indentation level 2, expected is 3, indentation should be the same level as line 45. | 42 |
Warning | indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 45 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 50 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 80 |
org/apache/ibatis/scripting/xmltags/ForEachSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.parsing.GenericTokenParser' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 143). | 42 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 173). | 45 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 49 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 191). | 52 |
Warning | indentation | Indentation | 'Optional' has incorrect indentation level 6, expected level should be 8. | 69 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'oldContext' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 77 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 143 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 |
org/apache/ibatis/scripting/xmltags/IfSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
org/apache/ibatis/scripting/xmltags/MixedSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/scripting/xmltags/OgnlCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'ognl.Ognl' | 21 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.builder.BuilderException' | 24 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
org/apache/ibatis/scripting/xmltags/OgnlClassResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.io.Resources' | 20 |
org/apache/ibatis/scripting/xmltags/OgnlMemberAccess.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'ognl.MemberAccess' | 22 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.reflection.Reflector' | 24 |
org/apache/ibatis/scripting/xmltags/SetSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.session.Configuration' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
org/apache/ibatis/scripting/xmltags/SqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/scripting/xmltags/StaticTextSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/scripting/xmltags/TextSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.parsing.GenericTokenParser' | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
org/apache/ibatis/scripting/xmltags/TrimSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.session.Configuration' | 25 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 27 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 153). | 39 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 40 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 168). | 43 |
org/apache/ibatis/scripting/xmltags/VarDeclSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/scripting/xmltags/WhereSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.session.Configuration' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 28 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 |
org/apache/ibatis/scripting/xmltags/XMLLanguageDriver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 37 |
org/apache/ibatis/scripting/xmltags/XMLScriptBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.builder.BaseBuilder' | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 145). | 180 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 226 |
org/apache/ibatis/session/AutoMappingUnknownColumnBehavior.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 42 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 64 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 168). | 67 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 74 |
org/apache/ibatis/session/Configuration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.binding.MapperRegistry' | 30 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 98 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 126 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 157 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 185 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 231 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 242 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 250 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 260 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 429 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 573 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 634 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 676 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 676 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 677 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 153). | 682 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 682 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 684 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 192). | 689 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 689 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 148). | 690 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 699 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 757 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 849 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 888 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 976 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 1002 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 1030 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 1030 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 1032 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 1072 |
org/apache/ibatis/session/ExecutorType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/session/LocalCacheScope.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 22 |
org/apache/ibatis/session/ResultContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/session/ResultHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/session/RowBounds.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/session/SqlSession.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cursor.Cursor' | 23 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 36 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 45 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 54 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 62 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 72 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 85 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 97 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 110 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 122 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 130 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 139 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 150 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 159 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 181 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 190 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 198 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 205 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 213 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 220 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 235 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 249 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 255 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 273 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 279 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 287 |
org/apache/ibatis/session/SqlSessionException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/session/SqlSessionFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 20 |
org/apache/ibatis/session/SqlSessionFactoryBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.builder.xml.XMLConfigBuilder' | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 56 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 57 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 58 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 86 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 87 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 88 |
org/apache/ibatis/session/SqlSessionManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cursor.Cursor' | 28 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
org/apache/ibatis/session/TransactionIsolationLevel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/session/defaults/DefaultSqlSession.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.binding.BindingException' | 26 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 80 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 100 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 320 |
org/apache/ibatis/session/defaults/DefaultSqlSessionFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.exceptions.ExceptionFactory' | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 34 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 90 |
org/apache/ibatis/transaction/Transaction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@return' should be preceded with an empty line. | 31 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@throws' should be preceded with an empty line. | 39 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@throws' should be preceded with an empty line. | 46 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@throws' should be preceded with an empty line. | 53 |
org/apache/ibatis/transaction/TransactionException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/transaction/TransactionFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 21 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.session.TransactionIsolationLevel' | 23 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 34 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 43 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 51 |
org/apache/ibatis/transaction/jdbc/JdbcTransaction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 21 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.logging.Log' | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 142). | 53 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
org/apache/ibatis/transaction/jdbc/JdbcTransactionFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 21 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.session.TransactionIsolationLevel' | 23 |
org/apache/ibatis/transaction/managed/ManagedTransaction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 21 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.logging.Log' | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
org/apache/ibatis/transaction/managed/ManagedTransactionFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 21 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.session.TransactionIsolationLevel' | 23 |
org/apache/ibatis/type/Alias.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 35 |
org/apache/ibatis/type/ArrayTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 |
org/apache/ibatis/type/BaseTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.executor.result.ResultMapException' | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 40 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 68 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 87 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 96 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 105 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 109 |
org/apache/ibatis/type/BigDecimalTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/BigIntegerTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 31 |
org/apache/ibatis/type/BlobByteObjectArrayTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
org/apache/ibatis/type/BlobInputStreamTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@since' should be preceded with an empty line. | 27 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@see' should be preceded with an empty line. | 34 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@see' should be preceded with an empty line. | 44 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@see' should be preceded with an empty line. | 54 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@see' should be preceded with an empty line. | 64 |
org/apache/ibatis/type/BlobTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
org/apache/ibatis/type/BooleanTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/ByteArrayTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/ByteArrayUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/type/ByteObjectArrayTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 29 |
org/apache/ibatis/type/ByteTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/CharacterTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 29 |
org/apache/ibatis/type/ClobReaderTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@since' should be preceded with an empty line. | 27 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@see' should be preceded with an empty line. | 34 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@see' should be preceded with an empty line. | 44 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@see' should be preceded with an empty line. | 54 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@see' should be preceded with an empty line. | 64 |
org/apache/ibatis/type/ClobTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
org/apache/ibatis/type/DateOnlyTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/DateTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
org/apache/ibatis/type/DoubleTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/EnumOrdinalTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 78 |
org/apache/ibatis/type/EnumTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
org/apache/ibatis/type/FloatTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/InstantTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 32 |
org/apache/ibatis/type/IntegerTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/JdbcType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'TYPE_CODE' must contain no more than '1' consecutive capital letters. | 72 |
Warning | naming | MemberName | Member name 'TYPE_CODE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 |
org/apache/ibatis/type/LocalDateTimeTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/LocalDateTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/LocalTimeTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/LongTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/MappedJdbcTypes.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 35 |
org/apache/ibatis/type/MappedTypes.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@author' should be preceded with an empty line. | 35 |
org/apache/ibatis/type/MonthTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/NClobTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'NClobTypeHandler' must contain no more than '1' consecutive capital letters. | 28 |
org/apache/ibatis/type/NStringTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'NStringTypeHandler' must contain no more than '1' consecutive capital letters. | 26 |
org/apache/ibatis/type/ObjectTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/OffsetDateTimeTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/OffsetTimeTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/ShortTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/SimpleTypeRegistry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/SqlDateTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/SqlTimeTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/SqlTimestampTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/StringTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/TimeOnlyTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
org/apache/ibatis/type/TypeAliasRegistry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.io.ResolverUtil' | 32 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 136 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 149 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 158 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 165 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 170 |
org/apache/ibatis/type/TypeException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/type/TypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/TypeHandlerRegistry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.binding.MapperMethod.ParamMap' | 46 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 51 |
Warning | javadoc | RequireEmptyLineBeforeBlockTagGroup | Javadoc tag '@param' should be preceded with an empty line. | 185 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 334 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 409 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 441 |
Warning | coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '435'. | 463 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 463 |
org/apache/ibatis/type/UnknownTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.io.Resources' | 27 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 |
Warning | whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 116 |
org/apache/ibatis/type/YearMonthTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 26 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 |
org/apache/ibatis/type/YearTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/ZonedDateTimeTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/util/MapUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 23 |