Checkstyle Results
The following document contains the results of Checkstyle 10.12.3 with checkstyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
311 | 0 | 1015 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | NeedBraces
|
1 | Warning |
coding | NoFinalizer | 1 | Warning |
OverloadMethodsDeclarationOrder | 7 | Warning | |
VariableDeclarationUsageDistance | 5 | Warning | |
imports | CustomImportOrder
|
167 | Warning |
javadoc | JavadocParagraph | 117 | Warning |
MissingJavadocMethod
|
202 | Warning | |
MissingJavadocType
|
23 | Warning | |
SummaryJavadoc
|
281 | Warning | |
naming | AbbreviationAsWordInName
|
108 | Warning |
MemberName
|
2 | Warning | |
MethodName
|
82 | Warning | |
sizes | LineLength
|
18 | Error |
whitespace | WhitespaceAfter
|
1 | 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. | 26 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 |
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 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 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. | 26 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 |
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 preceded with an empty line. | 28 |
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 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 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. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 51 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
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. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 79 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 79 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 81 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 81 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 90 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 100 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 118 |
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. | 26 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 |
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. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 51 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
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. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 79 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 79 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 81 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 81 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 90 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 100 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 118 |
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. | 28 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 28 |
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. | 26 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 |
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. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 |
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. | 30 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 30 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 139 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 157 |
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. | 26 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 |
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. | 26 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 36 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 41 |
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. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 |
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. | 26 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 34 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 151). | 35 |
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. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 51 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
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. | 29 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 29 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 95 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 113 |
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. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 66 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 66 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 78 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 78 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 80 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 80 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 102 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 130 |
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 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 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. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 51 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
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. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 79 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 79 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 101 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 119 |
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 | javadoc | MissingJavadocType | Missing a Javadoc comment. | 203 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 217 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 222 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 271 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 284 |
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 |
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. | 134 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 141 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 154 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 185 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 198 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 281 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 335 |
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 | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
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 | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
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 154). | 637 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 643 |
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. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 39 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 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 | blocks | NeedBraces | 'else' construct must use '{}'s. | 183 |
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. | 105 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 142). | 246 |
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 | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 98 |
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 |
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. | 37 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'flushCache' declaration and its first usage is 7, 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 | coding | VariableDeclarationUsageDistance | Distance between variable 'useCache' declaration and its first usage is 7, 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). | 70 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'resultOrdered' declaration and its first usage is 7, 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). | 71 |
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. | 92 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 92 |
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. | 58 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 86 |
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 | <p> tag should be placed immediately before the first word, with no space after. | 26 |
Warning | javadoc | JavadocParagraph | Redundant <p> tag. | 26 |
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 preceded with an empty line. | 28 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 32 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 32 |
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. | 110 |
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 | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
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. | 94 |
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 | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
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. | 29 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 34 |
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 | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
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 |
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' | 32 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.datasource.unpooled.UnpooledDataSource' | 34 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 80 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 86 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 92 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 553 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 605 |
Warning | coding | NoFinalizer | Avoid using finalizer method. | 623 |
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 | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
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 |
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 | whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 66 |
org/apache/ibatis/executor/BatchExecutorException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
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 |
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 |
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 |
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 |
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 |
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). | 202 |
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 |
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 | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
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 |
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 |
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 | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
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 138). | 57 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 173 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 188 |
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. | 53 |
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 |
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 |
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 |
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 |
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 | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 127 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 330 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 748 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 970 |
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. | 81 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 163 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 172 |
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 |
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 |
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 |
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 | 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 |
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/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. | 51 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 65 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 77 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 91 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 106 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 123 |
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 '87'. | 133 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 153 |
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 '61'. | 163 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 195 |
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 '119'. | 208 |
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' | 37 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'DefaultVFS' must contain no more than '1' consecutive capital letters. | 45 |
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 | 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 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | JavadocParagraph | Redundant <p> tag. | 28 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 32 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 32 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 37 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 37 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 42 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 42 |
org/apache/ibatis/io/Resources.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
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. | 80 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 116 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 137 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 156 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 177 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 198 |
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. | 236 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 253 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 270 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 291 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 310 |
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 |
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]\w*$'. | 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]\w*$'. | 45 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SET' must contain no more than '1' consecutive capital letters. | 60 |
Warning | naming | MethodName | Method name 'SET' must match pattern '^[a-z][a-z0-9]\w*$'. | 60 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INSERT_INTO' must contain no more than '1' consecutive capital letters. | 65 |
Warning | naming | MethodName | Method name 'INSERT_INTO' must match pattern '^[a-z][a-z0-9]\w*$'. | 65 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'VALUES' must contain no more than '1' consecutive capital letters. | 71 |
Warning | naming | MethodName | Method name 'VALUES' must match pattern '^[a-z][a-z0-9]\w*$'. | 71 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INTO_COLUMNS' must contain no more than '1' consecutive capital letters. | 87 |
Warning | naming | MethodName | Method name 'INTO_COLUMNS' must match pattern '^[a-z][a-z0-9]\w*$'. | 87 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INTO_VALUES' must contain no more than '1' consecutive capital letters. | 102 |
Warning | naming | MethodName | Method name 'INTO_VALUES' must match pattern '^[a-z][a-z0-9]\w*$'. | 102 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 108 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT' must contain no more than '1' consecutive capital letters. | 108 |
Warning | naming | MethodName | Method name 'SELECT' must match pattern '^[a-z][a-z0-9]\w*$'. | 108 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT' must contain no more than '1' consecutive capital letters. | 124 |
Warning | naming | MethodName | Method name 'SELECT' must match pattern '^[a-z][a-z0-9]\w*$'. | 124 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 130 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT_DISTINCT' must contain no more than '1' consecutive capital letters. | 130 |
Warning | naming | MethodName | Method name 'SELECT_DISTINCT' must match pattern '^[a-z][a-z0-9]\w*$'. | 130 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SELECT_DISTINCT' must contain no more than '1' consecutive capital letters. | 146 |
Warning | naming | MethodName | Method name 'SELECT_DISTINCT' must match pattern '^[a-z][a-z0-9]\w*$'. | 146 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 152 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'DELETE_FROM' must contain no more than '1' consecutive capital letters. | 152 |
Warning | naming | MethodName | Method name 'DELETE_FROM' must match pattern '^[a-z][a-z0-9]\w*$'. | 152 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'FROM' must contain no more than '1' consecutive capital letters. | 158 |
Warning | naming | MethodName | Method name 'FROM' must match pattern '^[a-z][a-z0-9]\w*$'. | 158 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'FROM' must contain no more than '1' consecutive capital letters. | 173 |
Warning | naming | MethodName | Method name 'FROM' must match pattern '^[a-z][a-z0-9]\w*$'. | 173 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'JOIN' must contain no more than '1' consecutive capital letters. | 178 |
Warning | naming | MethodName | Method name 'JOIN' must match pattern '^[a-z][a-z0-9]\w*$'. | 178 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'JOIN' must contain no more than '1' consecutive capital letters. | 193 |
Warning | naming | MethodName | Method name 'JOIN' must match pattern '^[a-z][a-z0-9]\w*$'. | 193 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INNER_JOIN' must contain no more than '1' consecutive capital letters. | 198 |
Warning | naming | MethodName | Method name 'INNER_JOIN' must match pattern '^[a-z][a-z0-9]\w*$'. | 198 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'INNER_JOIN' must contain no more than '1' consecutive capital letters. | 213 |
Warning | naming | MethodName | Method name 'INNER_JOIN' must match pattern '^[a-z][a-z0-9]\w*$'. | 213 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LEFT_OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 218 |
Warning | naming | MethodName | Method name 'LEFT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9]\w*$'. | 218 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LEFT_OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 233 |
Warning | naming | MethodName | Method name 'LEFT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9]\w*$'. | 233 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'RIGHT_OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 238 |
Warning | naming | MethodName | Method name 'RIGHT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9]\w*$'. | 238 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'RIGHT_OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 253 |
Warning | naming | MethodName | Method name 'RIGHT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9]\w*$'. | 253 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 258 |
Warning | naming | MethodName | Method name 'OUTER_JOIN' must match pattern '^[a-z][a-z0-9]\w*$'. | 258 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OUTER_JOIN' must contain no more than '1' consecutive capital letters. | 273 |
Warning | naming | MethodName | Method name 'OUTER_JOIN' must match pattern '^[a-z][a-z0-9]\w*$'. | 273 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 278 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'WHERE' must contain no more than '1' consecutive capital letters. | 278 |
Warning | naming | MethodName | Method name 'WHERE' must match pattern '^[a-z][a-z0-9]\w*$'. | 278 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'WHERE' must contain no more than '1' consecutive capital letters. | 294 |
Warning | naming | MethodName | Method name 'WHERE' must match pattern '^[a-z][a-z0-9]\w*$'. | 294 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OR' must contain no more than '1' consecutive capital letters. | 300 |
Warning | naming | MethodName | Method name 'OR' must match pattern '^[a-z][a-z0-9]\w*$'. | 300 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'AND' must contain no more than '1' consecutive capital letters. | 305 |
Warning | naming | MethodName | Method name 'AND' must match pattern '^[a-z][a-z0-9]\w*$'. | 305 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'GROUP_BY' must contain no more than '1' consecutive capital letters. | 310 |
Warning | naming | MethodName | Method name 'GROUP_BY' must match pattern '^[a-z][a-z0-9]\w*$'. | 310 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'GROUP_BY' must contain no more than '1' consecutive capital letters. | 325 |
Warning | naming | MethodName | Method name 'GROUP_BY' must match pattern '^[a-z][a-z0-9]\w*$'. | 325 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 330 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'HAVING' must contain no more than '1' consecutive capital letters. | 330 |
Warning | naming | MethodName | Method name 'HAVING' must match pattern '^[a-z][a-z0-9]\w*$'. | 330 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'HAVING' must contain no more than '1' consecutive capital letters. | 346 |
Warning | naming | MethodName | Method name 'HAVING' must match pattern '^[a-z][a-z0-9]\w*$'. | 346 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'ORDER_BY' must contain no more than '1' consecutive capital letters. | 352 |
Warning | naming | MethodName | Method name 'ORDER_BY' must match pattern '^[a-z][a-z0-9]\w*$'. | 352 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'ORDER_BY' must contain no more than '1' consecutive capital letters. | 367 |
Warning | naming | MethodName | Method name 'ORDER_BY' must match pattern '^[a-z][a-z0-9]\w*$'. | 367 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LIMIT' must contain no more than '1' consecutive capital letters. | 384 |
Warning | naming | MethodName | Method name 'LIMIT' must match pattern '^[a-z][a-z0-9]\w*$'. | 384 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'LIMIT' must contain no more than '1' consecutive capital letters. | 402 |
Warning | naming | MethodName | Method name 'LIMIT' must match pattern '^[a-z][a-z0-9]\w*$'. | 402 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OFFSET' must contain no more than '1' consecutive capital letters. | 418 |
Warning | naming | MethodName | Method name 'OFFSET' must match pattern '^[a-z][a-z0-9]\w*$'. | 418 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OFFSET' must contain no more than '1' consecutive capital letters. | 436 |
Warning | naming | MethodName | Method name 'OFFSET' must match pattern '^[a-z][a-z0-9]\w*$'. | 436 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'FETCH_FIRST_ROWS_ONLY' must contain no more than '1' consecutive capital letters. | 452 |
Warning | naming | MethodName | Method name 'FETCH_FIRST_ROWS_ONLY' must match pattern '^[a-z][a-z0-9]\w*$'. | 452 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'FETCH_FIRST_ROWS_ONLY' must contain no more than '1' consecutive capital letters. | 470 |
Warning | naming | MethodName | Method name 'FETCH_FIRST_ROWS_ONLY' must match pattern '^[a-z][a-z0-9]\w*$'. | 470 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OFFSET_ROWS' must contain no more than '1' consecutive capital letters. | 486 |
Warning | naming | MethodName | Method name 'OFFSET_ROWS' must match pattern '^[a-z][a-z0-9]\w*$'. | 486 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'OFFSET_ROWS' must contain no more than '1' consecutive capital letters. | 504 |
Warning | naming | MethodName | Method name 'OFFSET_ROWS' must match pattern '^[a-z][a-z0-9]\w*$'. | 504 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'ADD_ROW' must contain no more than '1' consecutive capital letters. | 515 |
Warning | naming | MethodName | Method name 'ADD_ROW' must match pattern '^[a-z][a-z0-9]\w*$'. | 515 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'SQLStatement' must contain no more than '1' consecutive capital letters. | 562 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'selectSQL' must contain no more than '1' consecutive capital letters. | 658 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'insertSQL' must contain no more than '1' consecutive capital letters. | 683 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'deleteSQL' must contain no more than '1' consecutive capital letters. | 692 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'updateSQL' must contain no more than '1' consecutive capital letters. | 699 |
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 | naming | AbbreviationAsWordInName | Abbreviation in name 'removeCRs' must contain no more than '1' consecutive capital letters. | 53 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'setRemoveCRs' must contain no more than '1' consecutive capital letters. | 82 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name 'removeCRs' must contain no more than '1' consecutive capital letters. | 82 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 114 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 165 |
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 '74'. | 177 |
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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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]\w*$'. | 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. | 203 |
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 |
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/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 |
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. | 30 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 30 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
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. | 65 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 68 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 102 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 201 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 319 |
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 |
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 | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 83 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 132 |
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 |
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' | 22 |
Warning | imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.logging.Log' | 24 |
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 |
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 | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
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. | 63 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 184 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 184 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 255 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 269 |
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. | 200 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 213 |
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 | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 |
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 |
org/apache/ibatis/plugin/PluginException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
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 | SummaryJavadoc | Summary javadoc is missing. | 44 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 61 |
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. | 80 |
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'. | 90 |
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 '80'. | 95 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 135 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 147 |
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 | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 113 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 125 |
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 179). | 142 |
Warning | javadoc | SummaryJavadoc | Forbidden summary fragment. | 279 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 363 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 374 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 382 |
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 |
org/apache/ibatis/reflection/TypeParameterResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 | javadoc | SummaryJavadoc | Summary javadoc is missing. | 50 |
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 122). | 43 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 51 |
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). | 80 |
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 |
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 |
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 |
org/apache/ibatis/scripting/xmltags/XMLLanguageDriver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 |
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. | 65 |
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' | 31 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 186 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 232 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 243 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 321 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 321 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 439 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 653 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 698 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 705 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 712 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 723 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 779 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 871 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 910 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 1024 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 1051 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 1051 |
Warning | javadoc | MissingJavadocType | Missing a Javadoc comment. | 1106 |
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 |
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 |
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 | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
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. | 56 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 323 |
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 |
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 |
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 | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
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. | 51 |
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. | 26 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 |
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 123). | 69 |
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 |
org/apache/ibatis/type/BlobByteObjectArrayTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
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 |
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 |
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 |
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 |
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. | 111 |
Warning | naming | MemberName | Member name 'TYPE_CODE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 |
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. | 26 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 |
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. | 26 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 |
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 | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 171 |
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 | MissingJavadocMethod | Missing a Javadoc comment. | 340 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 415 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 447 |
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 '441'. | 469 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 469 |
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 |
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 |