Checkstyle Results

The following document contains the results of Checkstyle 10.5.0 with checkstyle.xml ruleset.

Summary

Files
Checkstyle - 图1
 Info
Checkstyle - 图2
 Warnings
Checkstyle - 图3
 Errors
311010150

Files

File
Checkstyle - 图4
 I
Checkstyle - 图5
 W
Checkstyle - 图6
 E
org/apache/ibatis/annotations/Arg.java010
org/apache/ibatis/annotations/AutomapConstructor.java020
org/apache/ibatis/annotations/CacheNamespace.java030
org/apache/ibatis/annotations/CacheNamespaceRef.java040
org/apache/ibatis/annotations/ConstructorArgs.java020
org/apache/ibatis/annotations/Delete.java040
org/apache/ibatis/annotations/DeleteProvider.java090
org/apache/ibatis/annotations/Flush.java020
org/apache/ibatis/annotations/Insert.java040
org/apache/ibatis/annotations/InsertProvider.java090
org/apache/ibatis/annotations/Lang.java030
org/apache/ibatis/annotations/Many.java010
org/apache/ibatis/annotations/MapKey.java020
org/apache/ibatis/annotations/Mapper.java020
org/apache/ibatis/annotations/One.java010
org/apache/ibatis/annotations/Options.java050
org/apache/ibatis/annotations/Param.java020
org/apache/ibatis/annotations/Result.java010
org/apache/ibatis/annotations/ResultMap.java040
org/apache/ibatis/annotations/ResultType.java020
org/apache/ibatis/annotations/Results.java040
org/apache/ibatis/annotations/Select.java040
org/apache/ibatis/annotations/SelectKey.java050
org/apache/ibatis/annotations/SelectProvider.java0100
org/apache/ibatis/annotations/TypeDiscriminator.java030
org/apache/ibatis/annotations/Update.java040
org/apache/ibatis/annotations/UpdateProvider.java060
org/apache/ibatis/binding/BindingException.java010
org/apache/ibatis/binding/MapperMethod.java080
org/apache/ibatis/binding/MapperProxy.java040
org/apache/ibatis/binding/MapperProxyFactory.java020
org/apache/ibatis/binding/MapperRegistry.java040
org/apache/ibatis/builder/BaseBuilder.java030
org/apache/ibatis/builder/BuilderException.java010
org/apache/ibatis/builder/CacheRefResolver.java010
org/apache/ibatis/builder/IncompleteElementException.java010
org/apache/ibatis/builder/MapperBuilderAssistant.java0140
org/apache/ibatis/builder/ParameterExpression.java010
org/apache/ibatis/builder/ResultMapResolver.java030
org/apache/ibatis/builder/SqlSourceBuilder.java050
org/apache/ibatis/builder/StaticSqlSource.java030
org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java060
org/apache/ibatis/builder/annotation/MethodResolver.java010
org/apache/ibatis/builder/annotation/ProviderMethodResolver.java050
org/apache/ibatis/builder/annotation/ProviderSqlSource.java030
org/apache/ibatis/builder/xml/XMLConfigBuilder.java050
org/apache/ibatis/builder/xml/XMLIncludeTransformer.java030
org/apache/ibatis/builder/xml/XMLMapperBuilder.java030
org/apache/ibatis/builder/xml/XMLMapperEntityResolver.java010
org/apache/ibatis/builder/xml/XMLStatementBuilder.java070
org/apache/ibatis/cache/Cache.java0110
org/apache/ibatis/cache/CacheException.java010
org/apache/ibatis/cache/CacheKey.java050
org/apache/ibatis/cache/NullCacheKey.java010
org/apache/ibatis/cache/TransactionalCacheManager.java040
org/apache/ibatis/cache/decorators/BlockingCache.java070
org/apache/ibatis/cache/decorators/FifoCache.java020
org/apache/ibatis/cache/decorators/LoggingCache.java010
org/apache/ibatis/cache/decorators/LruCache.java020
org/apache/ibatis/cache/decorators/ScheduledCache.java030
org/apache/ibatis/cache/decorators/SerializedCache.java030
org/apache/ibatis/cache/decorators/SoftCache.java040
org/apache/ibatis/cache/decorators/SynchronizedCache.java010
org/apache/ibatis/cache/decorators/TransactionalCache.java050
org/apache/ibatis/cache/decorators/WeakCache.java040
org/apache/ibatis/cache/impl/PerpetualCache.java020
org/apache/ibatis/cursor/Cursor.java020
org/apache/ibatis/cursor/defaults/DefaultCursor.java050
org/apache/ibatis/datasource/DataSourceException.java010
org/apache/ibatis/datasource/DataSourceFactory.java020
org/apache/ibatis/datasource/jndi/JndiDataSourceFactory.java040
org/apache/ibatis/datasource/pooled/PoolState.java010
org/apache/ibatis/datasource/pooled/PooledConnection.java020
org/apache/ibatis/datasource/pooled/PooledDataSource.java090
org/apache/ibatis/datasource/pooled/PooledDataSourceFactory.java010
org/apache/ibatis/datasource/unpooled/UnpooledDataSource.java070
org/apache/ibatis/datasource/unpooled/UnpooledDataSourceFactory.java030
org/apache/ibatis/exceptions/ExceptionFactory.java010
org/apache/ibatis/exceptions/IbatisException.java010
org/apache/ibatis/exceptions/PersistenceException.java010
org/apache/ibatis/exceptions/TooManyResultsException.java010
org/apache/ibatis/executor/BaseExecutor.java030
org/apache/ibatis/executor/BatchExecutor.java030
org/apache/ibatis/executor/BatchExecutorException.java010
org/apache/ibatis/executor/BatchResult.java030
org/apache/ibatis/executor/CachingExecutor.java020
org/apache/ibatis/executor/ErrorContext.java040
org/apache/ibatis/executor/ExecutionPlaceholder.java010
org/apache/ibatis/executor/Executor.java020
org/apache/ibatis/executor/ExecutorException.java010
org/apache/ibatis/executor/ResultExtractor.java030
org/apache/ibatis/executor/ReuseExecutor.java020
org/apache/ibatis/executor/SimpleExecutor.java020
org/apache/ibatis/executor/keygen/Jdbc3KeyGenerator.java050
org/apache/ibatis/executor/keygen/KeyGenerator.java020
org/apache/ibatis/executor/keygen/NoKeyGenerator.java020
org/apache/ibatis/executor/keygen/SelectKeyGenerator.java020
org/apache/ibatis/executor/loader/AbstractEnhancedDeserializationProxy.java030
org/apache/ibatis/executor/loader/AbstractSerialStateHolder.java030
org/apache/ibatis/executor/loader/CglibProxyFactory.java010
org/apache/ibatis/executor/loader/JavassistProxyFactory.java010
org/apache/ibatis/executor/loader/ProxyFactory.java020
org/apache/ibatis/executor/loader/ResultLoader.java050
org/apache/ibatis/executor/loader/ResultLoaderMap.java080
org/apache/ibatis/executor/loader/WriteReplaceInterface.java010
org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java040
org/apache/ibatis/executor/loader/cglib/CglibSerialStateHolder.java020
org/apache/ibatis/executor/loader/javassist/JavassistProxyFactory.java040
org/apache/ibatis/executor/loader/javassist/JavassistSerialStateHolder.java020
org/apache/ibatis/executor/result/DefaultMapResultHandler.java030
org/apache/ibatis/executor/result/DefaultResultContext.java020
org/apache/ibatis/executor/result/DefaultResultHandler.java020
org/apache/ibatis/executor/result/ResultMapException.java010
org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java060
org/apache/ibatis/executor/resultset/ResultSetHandler.java020
org/apache/ibatis/executor/resultset/ResultSetWrapper.java060
org/apache/ibatis/executor/statement/BaseStatementHandler.java020
org/apache/ibatis/executor/statement/CallableStatementHandler.java020
org/apache/ibatis/executor/statement/PreparedStatementHandler.java020
org/apache/ibatis/executor/statement/RoutingStatementHandler.java030
org/apache/ibatis/executor/statement/SimpleStatementHandler.java020
org/apache/ibatis/executor/statement/StatementHandler.java020
org/apache/ibatis/io/ClassLoaderWrapper.java0130
org/apache/ibatis/io/DefaultVFS.java020
org/apache/ibatis/io/ExternalResources.java040
org/apache/ibatis/io/JBoss6VFS.java030
org/apache/ibatis/io/ResolverUtil.java090
org/apache/ibatis/io/Resources.java0150
org/apache/ibatis/io/SerialFilterChecker.java040
org/apache/ibatis/io/VFS.java040
org/apache/ibatis/jdbc/AbstractSQL.java01010
org/apache/ibatis/jdbc/Null.java010
org/apache/ibatis/jdbc/RuntimeSqlException.java010
org/apache/ibatis/jdbc/SQL.java020
org/apache/ibatis/jdbc/ScriptRunner.java060
org/apache/ibatis/jdbc/SelectBuilder.java0360
org/apache/ibatis/jdbc/SqlBuilder.java0460
org/apache/ibatis/jdbc/SqlRunner.java030
org/apache/ibatis/logging/Log.java010
org/apache/ibatis/logging/LogException.java010
org/apache/ibatis/logging/LogFactory.java040
org/apache/ibatis/logging/commons/JakartaCommonsLoggingImpl.java010
org/apache/ibatis/logging/jdbc/BaseJdbcLogger.java020
org/apache/ibatis/logging/jdbc/ConnectionLogger.java010
org/apache/ibatis/logging/jdbc/PreparedStatementLogger.java010
org/apache/ibatis/logging/jdbc/ResultSetLogger.java010
org/apache/ibatis/logging/jdbc/StatementLogger.java010
org/apache/ibatis/logging/jdk14/Jdk14LoggingImpl.java020
org/apache/ibatis/logging/log4j/Log4jImpl.java010
org/apache/ibatis/logging/log4j2/Log4j2AbstractLoggerImpl.java010
org/apache/ibatis/logging/log4j2/Log4j2Impl.java020
org/apache/ibatis/logging/log4j2/Log4j2LoggerImpl.java010
org/apache/ibatis/logging/nologging/NoLoggingImpl.java010
org/apache/ibatis/logging/slf4j/Slf4jImpl.java020
org/apache/ibatis/logging/slf4j/Slf4jLocationAwareLoggerImpl.java010
org/apache/ibatis/logging/slf4j/Slf4jLoggerImpl.java010
org/apache/ibatis/logging/stdout/StdOutImpl.java010
org/apache/ibatis/mapping/BoundSql.java040
org/apache/ibatis/mapping/CacheBuilder.java040
org/apache/ibatis/mapping/DatabaseIdProvider.java010
org/apache/ibatis/mapping/DefaultDatabaseIdProvider.java010
org/apache/ibatis/mapping/Discriminator.java040
org/apache/ibatis/mapping/Environment.java040
org/apache/ibatis/mapping/FetchType.java010
org/apache/ibatis/mapping/MappedStatement.java070
org/apache/ibatis/mapping/ParameterMap.java050
org/apache/ibatis/mapping/ParameterMapping.java060
org/apache/ibatis/mapping/ParameterMode.java010
org/apache/ibatis/mapping/ResultFlag.java010
org/apache/ibatis/mapping/ResultMap.java060
org/apache/ibatis/mapping/ResultMapping.java070
org/apache/ibatis/mapping/ResultSetType.java010
org/apache/ibatis/mapping/SqlCommandType.java010
org/apache/ibatis/mapping/StatementType.java010
org/apache/ibatis/mapping/VendorDatabaseIdProvider.java040
org/apache/ibatis/parsing/GenericTokenParser.java030
org/apache/ibatis/parsing/ParsingException.java010
org/apache/ibatis/parsing/PropertyParser.java020
org/apache/ibatis/parsing/TokenHandler.java010
org/apache/ibatis/parsing/XNode.java0120
org/apache/ibatis/parsing/XPathParser.java060
org/apache/ibatis/plugin/Interceptor.java010
org/apache/ibatis/plugin/InterceptorChain.java020
org/apache/ibatis/plugin/Intercepts.java020
org/apache/ibatis/plugin/Invocation.java020
org/apache/ibatis/plugin/Plugin.java030
org/apache/ibatis/plugin/PluginException.java010
org/apache/ibatis/reflection/DefaultReflectorFactory.java020
org/apache/ibatis/reflection/ExceptionUtil.java020
org/apache/ibatis/reflection/Jdk.java020
org/apache/ibatis/reflection/MetaClass.java090
org/apache/ibatis/reflection/MetaObject.java050
org/apache/ibatis/reflection/OptionalUtil.java010
org/apache/ibatis/reflection/ParamNameResolver.java030
org/apache/ibatis/reflection/ParamNameUtil.java010
org/apache/ibatis/reflection/ReflectionException.java010
org/apache/ibatis/reflection/Reflector.java070
org/apache/ibatis/reflection/ReflectorFactory.java010
org/apache/ibatis/reflection/SystemMetaObject.java010
org/apache/ibatis/reflection/TypeParameterResolver.java010
org/apache/ibatis/reflection/factory/DefaultObjectFactory.java020
org/apache/ibatis/reflection/invoker/AmbiguousMethodInvoker.java020
org/apache/ibatis/reflection/invoker/GetFieldInvoker.java020
org/apache/ibatis/reflection/invoker/Invoker.java010
org/apache/ibatis/reflection/invoker/MethodInvoker.java030
org/apache/ibatis/reflection/invoker/SetFieldInvoker.java020
org/apache/ibatis/reflection/property/PropertyCopier.java030
org/apache/ibatis/reflection/property/PropertyNamer.java030
org/apache/ibatis/reflection/property/PropertyTokenizer.java020
org/apache/ibatis/reflection/wrapper/BaseWrapper.java020
org/apache/ibatis/reflection/wrapper/BeanWrapper.java030
org/apache/ibatis/reflection/wrapper/CollectionWrapper.java020
org/apache/ibatis/reflection/wrapper/DefaultObjectWrapperFactory.java010
org/apache/ibatis/reflection/wrapper/MapWrapper.java020
org/apache/ibatis/reflection/wrapper/ObjectWrapper.java020
org/apache/ibatis/reflection/wrapper/ObjectWrapperFactory.java010
org/apache/ibatis/scripting/LanguageDriver.java010
org/apache/ibatis/scripting/LanguageDriverRegistry.java060
org/apache/ibatis/scripting/ScriptingException.java010
org/apache/ibatis/scripting/defaults/DefaultParameterHandler.java030
org/apache/ibatis/scripting/defaults/RawSqlSource.java020
org/apache/ibatis/scripting/xmltags/ChooseSqlNode.java010
org/apache/ibatis/scripting/xmltags/DynamicContext.java040
org/apache/ibatis/scripting/xmltags/DynamicSqlSource.java010
org/apache/ibatis/scripting/xmltags/ExpressionEvaluator.java050
org/apache/ibatis/scripting/xmltags/ForEachSqlNode.java060
org/apache/ibatis/scripting/xmltags/IfSqlNode.java020
org/apache/ibatis/scripting/xmltags/MixedSqlNode.java010
org/apache/ibatis/scripting/xmltags/OgnlCache.java030
org/apache/ibatis/scripting/xmltags/OgnlClassResolver.java010
org/apache/ibatis/scripting/xmltags/OgnlMemberAccess.java020
org/apache/ibatis/scripting/xmltags/SetSqlNode.java020
org/apache/ibatis/scripting/xmltags/SqlNode.java010
org/apache/ibatis/scripting/xmltags/StaticTextSqlNode.java010
org/apache/ibatis/scripting/xmltags/TextSqlNode.java030
org/apache/ibatis/scripting/xmltags/TrimSqlNode.java020
org/apache/ibatis/scripting/xmltags/VarDeclSqlNode.java010
org/apache/ibatis/scripting/xmltags/WhereSqlNode.java020
org/apache/ibatis/scripting/xmltags/XMLLanguageDriver.java010
org/apache/ibatis/scripting/xmltags/XMLScriptBuilder.java040
org/apache/ibatis/session/Configuration.java0200
org/apache/ibatis/session/ExecutorType.java010
org/apache/ibatis/session/LocalCacheScope.java010
org/apache/ibatis/session/ResultContext.java010
org/apache/ibatis/session/ResultHandler.java010
org/apache/ibatis/session/RowBounds.java010
org/apache/ibatis/session/SqlSession.java010
org/apache/ibatis/session/SqlSessionException.java010
org/apache/ibatis/session/SqlSessionFactory.java010
org/apache/ibatis/session/SqlSessionFactoryBuilder.java030
org/apache/ibatis/session/SqlSessionManager.java020
org/apache/ibatis/session/TransactionIsolationLevel.java010
org/apache/ibatis/session/defaults/DefaultSqlSession.java030
org/apache/ibatis/session/defaults/DefaultSqlSessionFactory.java020
org/apache/ibatis/transaction/TransactionException.java010
org/apache/ibatis/transaction/TransactionFactory.java020
org/apache/ibatis/transaction/jdbc/JdbcTransaction.java030
org/apache/ibatis/transaction/jdbc/JdbcTransactionFactory.java020
org/apache/ibatis/transaction/managed/ManagedTransaction.java030
org/apache/ibatis/transaction/managed/ManagedTransactionFactory.java020
org/apache/ibatis/type/Alias.java020
org/apache/ibatis/type/ArrayTypeHandler.java010
org/apache/ibatis/type/BaseTypeHandler.java030
org/apache/ibatis/type/BigDecimalTypeHandler.java010
org/apache/ibatis/type/BigIntegerTypeHandler.java010
org/apache/ibatis/type/BlobByteObjectArrayTypeHandler.java010
org/apache/ibatis/type/BlobTypeHandler.java010
org/apache/ibatis/type/BooleanTypeHandler.java010
org/apache/ibatis/type/ByteArrayTypeHandler.java010
org/apache/ibatis/type/ByteArrayUtils.java010
org/apache/ibatis/type/ByteObjectArrayTypeHandler.java010
org/apache/ibatis/type/ByteTypeHandler.java010
org/apache/ibatis/type/CharacterTypeHandler.java010
org/apache/ibatis/type/ClobTypeHandler.java010
org/apache/ibatis/type/DateOnlyTypeHandler.java010
org/apache/ibatis/type/DateTypeHandler.java010
org/apache/ibatis/type/DoubleTypeHandler.java010
org/apache/ibatis/type/EnumOrdinalTypeHandler.java020
org/apache/ibatis/type/EnumTypeHandler.java020
org/apache/ibatis/type/FloatTypeHandler.java010
org/apache/ibatis/type/InstantTypeHandler.java010
org/apache/ibatis/type/IntegerTypeHandler.java010
org/apache/ibatis/type/JdbcType.java030
org/apache/ibatis/type/LocalDateTimeTypeHandler.java010
org/apache/ibatis/type/LocalDateTypeHandler.java010
org/apache/ibatis/type/LocalTimeTypeHandler.java010
org/apache/ibatis/type/LongTypeHandler.java010
org/apache/ibatis/type/MappedJdbcTypes.java020
org/apache/ibatis/type/MappedTypes.java020
org/apache/ibatis/type/MonthTypeHandler.java010
org/apache/ibatis/type/NClobTypeHandler.java020
org/apache/ibatis/type/NStringTypeHandler.java020
org/apache/ibatis/type/ObjectTypeHandler.java010
org/apache/ibatis/type/OffsetDateTimeTypeHandler.java010
org/apache/ibatis/type/OffsetTimeTypeHandler.java010
org/apache/ibatis/type/ShortTypeHandler.java010
org/apache/ibatis/type/SimpleTypeRegistry.java010
org/apache/ibatis/type/SqlDateTypeHandler.java010
org/apache/ibatis/type/SqlTimeTypeHandler.java010
org/apache/ibatis/type/SqlTimestampTypeHandler.java010
org/apache/ibatis/type/StringTypeHandler.java010
org/apache/ibatis/type/TimeOnlyTypeHandler.java010
org/apache/ibatis/type/TypeAliasRegistry.java080
org/apache/ibatis/type/TypeException.java010
org/apache/ibatis/type/TypeHandler.java010
org/apache/ibatis/type/TypeHandlerRegistry.java070
org/apache/ibatis/type/UnknownTypeHandler.java020
org/apache/ibatis/type/YearMonthTypeHandler.java020
org/apache/ibatis/type/YearTypeHandler.java010
org/apache/ibatis/type/ZonedDateTimeTypeHandler.java010
org/apache/ibatis/util/MapUtil.java010

Rules

CategoryRuleViolationsSeverity
blocksNeedBraces
  • tokens: “LITERALDO, LITERAL_ELSE, LITERAL_FOR, LITERAL_IF, LITERAL_WHILE”
1
Checkstyle - 图7
 Warning
codingNoFinalizer1
Checkstyle - 图8
 Warning
OverloadMethodsDeclarationOrder7
Checkstyle - 图9
 Warning
VariableDeclarationUsageDistance5
Checkstyle - 图10
 Warning
importsCustomImportOrder
  • separateLineBetweenGroups: “true”
  • sortImportsInGroupAlphabetically: “true”
  • customImportOrderRules: “STATIC###THIRD_PARTY_PACKAGE”
  • tokens: “IMPORT, STATIC_IMPORT, PACKAGE_DEF”
167
Checkstyle - 图11
 Warning
javadocJavadocParagraph117
Checkstyle - 图12
 Warning
MissingJavadocMethod
  • scope: “public”
  • tokens: “METHOD_DEF, CTOR_DEF, ANNOTATION_FIELD_DEF, COMPACT_CTOR_DEF”
  • minLineCount: “2”
  • allowedAnnotations: “Override, Test”
202
Checkstyle - 图13
 Warning
MissingJavadocType
  • scope: “protected”
  • excludeScope: “nothing”
  • tokens: “CLASS_DEF, INTERFACE_DEF, ENUM_DEF, RECORD_DEF, ANNOTATION_DEF”
23
Checkstyle - 图14
 Warning
SummaryJavadoc
  • forbiddenSummaryFragments: “^@return the |^This method returns |^A [{]@code [a-zA-Z0-9]+}
281
Checkstyle - 图15
 Warning
namingAbbreviationAsWordInName
  • tokens: “CLASS_DEF, INTERFACE_DEF, ENUM_DEF, ANNOTATION_DEF, ANNOTATION_FIELD_DEF, PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF, PATTERN_VARIABLE_DEF, RECORD_DEF, RECORD_COMPONENT_DEF”
  • ignoreFinal: “false”
  • allowedAbbreviations: “XML,URL”
  • allowedAbbreviationLength: “0”
108
Checkstyle - 图16
 Warning
MemberName
  • format: “^[a-z][a-z0-9][a-zA-Z0-9]$”
2
Checkstyle - 图17
 Warning
MethodName
  • format: “^[a-z][a-z0-9][a-zA-Z0-9]$”
82
Checkstyle - 图18
 Warning
sizesLineLength
  • fileExtensions: “java”
  • max: “120”
  • ignorePattern: “^package.|^import.*|a href|href|http://|https://|ftp://
18
Checkstyle - 图19
 Error
whitespaceWhitespaceAfter
  • tokens: “COMMA, SEMI, TYPECAST, LITERAL_IF, LITERAL_ELSE, LITERAL_RETURN, LITERAL_WHILE, LITERAL_DO, LITERAL_FOR, LITERAL_FINALLY, DO_WHILE, ELLIPSIS, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_CATCH, LAMBDA, LITERAL_YIELD, LITERAL_CASE”
1
Checkstyle - 图20
 Warning

Details

org/apache/ibatis/annotations/Arg.java

SeverityCategoryRuleMessageLine
Checkstyle - 图21
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.type.JdbcType’25

org/apache/ibatis/annotations/AutomapConstructor.java

SeverityCategoryRuleMessageLine
Checkstyle - 图22
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.26
Checkstyle - 图23
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.26

org/apache/ibatis/annotations/CacheNamespace.java

SeverityCategoryRuleMessageLine
Checkstyle - 图24
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cache.Cache’24
Checkstyle - 图25
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.31
Checkstyle - 图26
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.31

org/apache/ibatis/annotations/CacheNamespaceRef.java

SeverityCategoryRuleMessageLine
Checkstyle - 图27
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.26
Checkstyle - 图28
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.26
Checkstyle - 图29
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.28
Checkstyle - 图30
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.28

org/apache/ibatis/annotations/ConstructorArgs.java

SeverityCategoryRuleMessageLine
Checkstyle - 图31
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.27
Checkstyle - 图32
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.27

org/apache/ibatis/annotations/Delete.java

SeverityCategoryRuleMessageLine
Checkstyle - 图33
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.27
Checkstyle - 图34
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.27
Checkstyle - 图35
 Warning
javadocSummaryJavadocSummary javadoc is missing.51
Checkstyle - 图36
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.69

org/apache/ibatis/annotations/DeleteProvider.java

SeverityCategoryRuleMessageLine
Checkstyle - 图37
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.27
Checkstyle - 图38
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.27
Checkstyle - 图39
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.79
Checkstyle - 图40
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.79
Checkstyle - 图41
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.81
Checkstyle - 图42
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.81
Checkstyle - 图43
 Warning
sizesLineLengthLine is longer than 120 characters (found 159).90
Checkstyle - 图44
 Warning
javadocSummaryJavadocSummary javadoc is missing.100
Checkstyle - 图45
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.118

org/apache/ibatis/annotations/Flush.java

SeverityCategoryRuleMessageLine
Checkstyle - 图46
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.26
Checkstyle - 图47
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.26

org/apache/ibatis/annotations/Insert.java

SeverityCategoryRuleMessageLine
Checkstyle - 图48
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.27
Checkstyle - 图49
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.27
Checkstyle - 图50
 Warning
javadocSummaryJavadocSummary javadoc is missing.51
Checkstyle - 图51
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.69

org/apache/ibatis/annotations/InsertProvider.java

SeverityCategoryRuleMessageLine
Checkstyle - 图52
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.27
Checkstyle - 图53
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.27
Checkstyle - 图54
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.79
Checkstyle - 图55
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.79
Checkstyle - 图56
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.81
Checkstyle - 图57
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.81
Checkstyle - 图58
 Warning
sizesLineLengthLine is longer than 120 characters (found 159).90
Checkstyle - 图59
 Warning
javadocSummaryJavadocSummary javadoc is missing.100
Checkstyle - 图60
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.118

org/apache/ibatis/annotations/Lang.java

SeverityCategoryRuleMessageLine
Checkstyle - 图61
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.scripting.LanguageDriver’24
Checkstyle - 图62
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.28
Checkstyle - 图63
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.28

org/apache/ibatis/annotations/Many.java

SeverityCategoryRuleMessageLine
Checkstyle - 图64
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.mapping.FetchType’23

org/apache/ibatis/annotations/MapKey.java

SeverityCategoryRuleMessageLine
Checkstyle - 图65
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.26
Checkstyle - 图66
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.26

org/apache/ibatis/annotations/Mapper.java

SeverityCategoryRuleMessageLine
Checkstyle - 图67
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.27
Checkstyle - 图68
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.27

org/apache/ibatis/annotations/One.java

SeverityCategoryRuleMessageLine
Checkstyle - 图69
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.mapping.FetchType’23

org/apache/ibatis/annotations/Options.java

SeverityCategoryRuleMessageLine
Checkstyle - 图70
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.mapping.ResultSetType’25
Checkstyle - 图71
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.30
Checkstyle - 图72
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.30
Checkstyle - 图73
 Warning
javadocSummaryJavadocSummary javadoc is missing.139
Checkstyle - 图74
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.157

org/apache/ibatis/annotations/Param.java

SeverityCategoryRuleMessageLine
Checkstyle - 图75
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.26
Checkstyle - 图76
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.26

org/apache/ibatis/annotations/Result.java

SeverityCategoryRuleMessageLine
Checkstyle - 图77
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.type.JdbcType’25

org/apache/ibatis/annotations/ResultMap.java

SeverityCategoryRuleMessageLine
Checkstyle - 图78
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.26
Checkstyle - 图79
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.26
Checkstyle - 图80
 Warning
sizesLineLengthLine is longer than 120 characters (found 121).36
Checkstyle - 图81
 Warning
javadocJavadocParagraphEmpty line should be followed by <p> tag on the next line.41

org/apache/ibatis/annotations/ResultType.java

SeverityCategoryRuleMessageLine
Checkstyle - 图82
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.27
Checkstyle - 图83
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.27

org/apache/ibatis/annotations/Results.java

SeverityCategoryRuleMessageLine
Checkstyle - 图84
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.26
Checkstyle - 图85
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.26
Checkstyle - 图86
 Warning
sizesLineLengthLine is longer than 120 characters (found 126).34
Checkstyle - 图87
 Warning
sizesLineLengthLine is longer than 120 characters (found 151).35

org/apache/ibatis/annotations/Select.java

SeverityCategoryRuleMessageLine
Checkstyle - 图88
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.27
Checkstyle - 图89
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.27
Checkstyle - 图90
 Warning
javadocSummaryJavadocSummary javadoc is missing.51
Checkstyle - 图91
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.79

org/apache/ibatis/annotations/SelectKey.java

SeverityCategoryRuleMessageLine
Checkstyle - 图92
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.mapping.StatementType’25
Checkstyle - 图93
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.29
Checkstyle - 图94
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.29
Checkstyle - 图95
 Warning
javadocSummaryJavadocSummary javadoc is missing.95
Checkstyle - 图96
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.113

org/apache/ibatis/annotations/SelectProvider.java

SeverityCategoryRuleMessageLine
Checkstyle - 图97
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.27
Checkstyle - 图98
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.27
Checkstyle - 图99
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.66
Checkstyle - 图100
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.66
Checkstyle - 图101
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.78
Checkstyle - 图102
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.78
Checkstyle - 图103
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.80
Checkstyle - 图104
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.80
Checkstyle - 图105
 Warning
javadocSummaryJavadocSummary javadoc is missing.102
Checkstyle - 图106
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.130

org/apache/ibatis/annotations/TypeDiscriminator.java

SeverityCategoryRuleMessageLine
Checkstyle - 图107
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.type.JdbcType’24
Checkstyle - 图108
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.31
Checkstyle - 图109
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.31

org/apache/ibatis/annotations/Update.java

SeverityCategoryRuleMessageLine
Checkstyle - 图110
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.27
Checkstyle - 图111
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.27
Checkstyle - 图112
 Warning
javadocSummaryJavadocSummary javadoc is missing.51
Checkstyle - 图113
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.69

org/apache/ibatis/annotations/UpdateProvider.java

SeverityCategoryRuleMessageLine
Checkstyle - 图114
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.27
Checkstyle - 图115
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.27
Checkstyle - 图116
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.79
Checkstyle - 图117
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.79
Checkstyle - 图118
 Warning
javadocSummaryJavadocSummary javadoc is missing.101
Checkstyle - 图119
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.119

org/apache/ibatis/binding/BindingException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图120
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/binding/MapperMethod.java

SeverityCategoryRuleMessageLine
Checkstyle - 图121
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.annotations.Flush’27
Checkstyle - 图122
 Warning
javadocSummaryJavadocSummary javadoc is missing.41
Checkstyle - 图123
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.57
Checkstyle - 图124
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.203
Checkstyle - 图125
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.217
Checkstyle - 图126
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.222
Checkstyle - 图127
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.271
Checkstyle - 图128
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.284

org/apache/ibatis/binding/MapperProxy.java

SeverityCategoryRuleMessageLine
Checkstyle - 图129
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.ExceptionUtil’29
Checkstyle - 图130
 Warning
javadocSummaryJavadocSummary javadoc is missing.33
Checkstyle - 图131
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.48
Checkstyle - 图132
 Warning
sizesLineLengthLine is longer than 120 characters (found 131).71

org/apache/ibatis/binding/MapperProxyFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图133
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.binding.MapperProxy.MapperMethodInvoker’23
Checkstyle - 图134
 Warning
javadocSummaryJavadocSummary javadoc is missing.26

org/apache/ibatis/binding/MapperRegistry.java

SeverityCategoryRuleMessageLine
Checkstyle - 图135
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.builder.annotation.MapperAnnotationBuilder’24
Checkstyle - 图136
 Warning
javadocSummaryJavadocSummary javadoc is missing.29
Checkstyle - 图137
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.43
Checkstyle - 图138
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.60

org/apache/ibatis/builder/BaseBuilder.java

SeverityCategoryRuleMessageLine
Checkstyle - 图139
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.mapping.ParameterMode’23
Checkstyle - 图140
 Warning
javadocSummaryJavadocSummary javadoc is missing.31
Checkstyle - 图141
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.39

org/apache/ibatis/builder/BuilderException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图142
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/builder/CacheRefResolver.java

SeverityCategoryRuleMessageLine
Checkstyle - 图143
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/builder/IncompleteElementException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图144
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/builder/MapperBuilderAssistant.java

SeverityCategoryRuleMessageLine
Checkstyle - 图145
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cache.Cache’28
Checkstyle - 图146
 Warning
javadocSummaryJavadocSummary javadoc is missing.52
Checkstyle - 图147
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.62
Checkstyle - 图148
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.72
Checkstyle - 图149
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.85
Checkstyle - 图150
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.106
Checkstyle - 图151
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.124
Checkstyle - 图152
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.134
Checkstyle - 图153
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.141
Checkstyle - 图154
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.154
Checkstyle - 图155
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.185
Checkstyle - 图156
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.198
Checkstyle - 图157
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.281
Checkstyle - 图158
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.335

org/apache/ibatis/builder/ParameterExpression.java

SeverityCategoryRuleMessageLine
Checkstyle - 图159
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘skipWS’ must contain no more than ‘1’ consecutive capital letters.74

org/apache/ibatis/builder/ResultMapResolver.java

SeverityCategoryRuleMessageLine
Checkstyle - 图160
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.mapping.Discriminator’20
Checkstyle - 图161
 Warning
javadocSummaryJavadocSummary javadoc is missing.24
Checkstyle - 图162
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.36

org/apache/ibatis/builder/SqlSourceBuilder.java

SeverityCategoryRuleMessageLine
Checkstyle - 图163
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.mapping.ParameterMapping’23
Checkstyle - 图164
 Warning
javadocSummaryJavadocSummary javadoc is missing.32
Checkstyle - 图165
 Warning
sizesLineLengthLine is longer than 120 characters (found 126).37
Checkstyle - 图166
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.43
Checkstyle - 图167
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.56

org/apache/ibatis/builder/StaticSqlSource.java

SeverityCategoryRuleMessageLine
Checkstyle - 图168
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.mapping.BoundSql’20
Checkstyle - 图169
 Warning
javadocSummaryJavadocSummary javadoc is missing.25
Checkstyle - 图170
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.38

org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java

SeverityCategoryRuleMessageLine
Checkstyle - 图171
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.annotations.Arg’39
Checkstyle - 图172
 Warning
javadocSummaryJavadocSummary javadoc is missing.93
Checkstyle - 图173
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.108
Checkstyle - 图174
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.115
Checkstyle - 图175
 Warning
sizesLineLengthLine is longer than 120 characters (found 154).637
Checkstyle - 图176
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.643

org/apache/ibatis/builder/annotation/MethodResolver.java

SeverityCategoryRuleMessageLine
Checkstyle - 图177
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/builder/annotation/ProviderMethodResolver.java

SeverityCategoryRuleMessageLine
Checkstyle - 图178
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.builder.BuilderException’23
Checkstyle - 图179
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.27
Checkstyle - 图180
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.27
Checkstyle - 图181
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.39
Checkstyle - 图182
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.39

org/apache/ibatis/builder/annotation/ProviderSqlSource.java

SeverityCategoryRuleMessageLine
Checkstyle - 图183
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.annotations.Lang’24
Checkstyle - 图184
 Warning
javadocSummaryJavadocSummary javadoc is missing.32
Checkstyle - 图185
 Warning
blocksNeedBraces‘else’ construct must use ‘{}’s.183

org/apache/ibatis/builder/xml/XMLConfigBuilder.java

SeverityCategoryRuleMessageLine
Checkstyle - 图186
 Warning
importsCustomImportOrderExtra separation in import group before ‘javax.sql.DataSource’22
Checkstyle - 图187
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.builder.BaseBuilder’24
Checkstyle - 图188
 Warning
javadocSummaryJavadocSummary javadoc is missing.50
Checkstyle - 图189
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.105
Checkstyle - 图190
 Warning
sizesLineLengthLine is longer than 120 characters (found 144).242

org/apache/ibatis/builder/xml/XMLIncludeTransformer.java

SeverityCategoryRuleMessageLine
Checkstyle - 图191
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.builder.BuilderException’23
Checkstyle - 图192
 Warning
javadocSummaryJavadocSummary javadoc is missing.33
Checkstyle - 图193
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.46

org/apache/ibatis/builder/xml/XMLMapperBuilder.java

SeverityCategoryRuleMessageLine
Checkstyle - 图194
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.builder.BaseBuilder’30
Checkstyle - 图195
 Warning
javadocSummaryJavadocSummary javadoc is missing.52
Checkstyle - 图196
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.98

org/apache/ibatis/builder/xml/XMLMapperEntityResolver.java

SeverityCategoryRuleMessageLine
Checkstyle - 图197
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.io.Resources’22

org/apache/ibatis/builder/xml/XMLStatementBuilder.java

SeverityCategoryRuleMessageLine
Checkstyle - 图198
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.builder.BaseBuilder’21
Checkstyle - 图199
 Warning
javadocSummaryJavadocSummary javadoc is missing.37
Checkstyle - 图200
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.50
Checkstyle - 图201
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.58
Checkstyle - 图202
 Warning
codingVariableDeclarationUsageDistanceDistance 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
Checkstyle - 图203
 Warning
codingVariableDeclarationUsageDistanceDistance 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
Checkstyle - 图204
 Warning
codingVariableDeclarationUsageDistanceDistance 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

SeverityCategoryRuleMessageLine
Checkstyle - 图205
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.22
Checkstyle - 图206
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.22
Checkstyle - 图207
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.24
Checkstyle - 图208
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.24
Checkstyle - 图209
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.26
Checkstyle - 图210
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.26
Checkstyle - 图211
 Warning
javadocSummaryJavadocSummary javadoc is missing.44
Checkstyle - 图212
 Warning
javadocSummaryJavadocSummary javadoc is missing.49
Checkstyle - 图213
 Warning
javadocSummaryJavadocSummary javadoc is missing.57
Checkstyle - 图214
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.92
Checkstyle - 图215
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.92

org/apache/ibatis/cache/CacheException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图216
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/cache/CacheKey.java

SeverityCategoryRuleMessageLine
Checkstyle - 图217
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.ArrayUtil’23
Checkstyle - 图218
 Warning
javadocSummaryJavadocSummary javadoc is missing.25
Checkstyle - 图219
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.58
Checkstyle - 图220
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.74
Checkstyle - 图221
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.86

org/apache/ibatis/cache/NullCacheKey.java

SeverityCategoryRuleMessageLine
Checkstyle - 图222
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/cache/TransactionalCacheManager.java

SeverityCategoryRuleMessageLine
Checkstyle - 图223
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cache.decorators.TransactionalCache’21
Checkstyle - 图224
 Warning
javadocSummaryJavadocSummary javadoc is missing.24
Checkstyle - 图225
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.43
Checkstyle - 图226
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.49

org/apache/ibatis/cache/decorators/BlockingCache.java

SeverityCategoryRuleMessageLine
Checkstyle - 图227
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cache.Cache’22
Checkstyle - 图228
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.26
Checkstyle - 图229
 Warning
javadocJavadocParagraphRedundant <p> tag.26
Checkstyle - 图230
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.28
Checkstyle - 图231
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.28
Checkstyle - 图232
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.32
Checkstyle - 图233
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.32

org/apache/ibatis/cache/decorators/FifoCache.java

SeverityCategoryRuleMessageLine
Checkstyle - 图234
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cache.Cache’21
Checkstyle - 图235
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.34

org/apache/ibatis/cache/decorators/LoggingCache.java

SeverityCategoryRuleMessageLine
Checkstyle - 图236
 Warning
javadocSummaryJavadocSummary javadoc is missing.22

org/apache/ibatis/cache/decorators/LruCache.java

SeverityCategoryRuleMessageLine
Checkstyle - 图237
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cache.Cache’21
Checkstyle - 图238
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.49

org/apache/ibatis/cache/decorators/ScheduledCache.java

SeverityCategoryRuleMessageLine
Checkstyle - 图239
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cache.Cache’20
Checkstyle - 图240
 Warning
javadocSummaryJavadocSummary javadoc is missing.22
Checkstyle - 图241
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.31

org/apache/ibatis/cache/decorators/SerializedCache.java

SeverityCategoryRuleMessageLine
Checkstyle - 图242
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cache.Cache’27
Checkstyle - 图243
 Warning
javadocSummaryJavadocSummary javadoc is missing.32
Checkstyle - 图244
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.110

org/apache/ibatis/cache/decorators/SoftCache.java

SeverityCategoryRuleMessageLine
Checkstyle - 图245
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cache.Cache’23
Checkstyle - 图246
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.27
Checkstyle - 图247
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.27
Checkstyle - 图248
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.38

org/apache/ibatis/cache/decorators/SynchronizedCache.java

SeverityCategoryRuleMessageLine
Checkstyle - 图249
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/cache/decorators/TransactionalCache.java

SeverityCategoryRuleMessageLine
Checkstyle - 图250
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cache.Cache’23
Checkstyle - 图251
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.29
Checkstyle - 图252
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.29
Checkstyle - 图253
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.47
Checkstyle - 图254
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.94

org/apache/ibatis/cache/decorators/WeakCache.java

SeverityCategoryRuleMessageLine
Checkstyle - 图255
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cache.Cache’23
Checkstyle - 图256
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.27
Checkstyle - 图257
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.27
Checkstyle - 图258
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.38

org/apache/ibatis/cache/impl/PerpetualCache.java

SeverityCategoryRuleMessageLine
Checkstyle - 图259
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cache.Cache’21
Checkstyle - 图260
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/cursor/Cursor.java

SeverityCategoryRuleMessageLine
Checkstyle - 图261
 Warning
javadocSummaryJavadocSummary javadoc is missing.29
Checkstyle - 图262
 Warning
javadocSummaryJavadocSummary javadoc is missing.34

org/apache/ibatis/cursor/defaults/DefaultCursor.java

SeverityCategoryRuleMessageLine
Checkstyle - 图263
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cursor.Cursor’23
Checkstyle - 图264
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.71
Checkstyle - 图265
 Warning
codingVariableDeclarationUsageDistanceDistance 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
Checkstyle - 图266
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.169
Checkstyle - 图267
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.182

org/apache/ibatis/datasource/DataSourceException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图268
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/datasource/DataSourceFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图269
 Warning
importsCustomImportOrderExtra separation in import group before ‘javax.sql.DataSource’20
Checkstyle - 图270
 Warning
javadocSummaryJavadocSummary javadoc is missing.22

org/apache/ibatis/datasource/jndi/JndiDataSourceFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图271
 Warning
importsCustomImportOrderExtra separation in import group before ‘javax.naming.Context’21
Checkstyle - 图272
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.datasource.DataSourceException’26
Checkstyle - 图273
 Warning
javadocSummaryJavadocSummary javadoc is missing.29
Checkstyle - 图274
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘PREFIX’ must contain no more than ‘1’ consecutive capital letters.69

org/apache/ibatis/datasource/pooled/PoolState.java

SeverityCategoryRuleMessageLine
Checkstyle - 图275
 Warning
javadocSummaryJavadocSummary javadoc is missing.21

org/apache/ibatis/datasource/pooled/PooledConnection.java

SeverityCategoryRuleMessageLine
Checkstyle - 图276
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.ExceptionUtil’24
Checkstyle - 图277
 Warning
javadocSummaryJavadocSummary javadoc is missing.26

org/apache/ibatis/datasource/pooled/PooledDataSource.java

SeverityCategoryRuleMessageLine
Checkstyle - 图278
 Warning
importsCustomImportOrderExtra separation in import group before ‘javax.sql.DataSource’32
Checkstyle - 图279
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.datasource.unpooled.UnpooledDataSource’34
Checkstyle - 图280
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.74
Checkstyle - 图281
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.80
Checkstyle - 图282
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.86
Checkstyle - 图283
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.92
Checkstyle - 图284
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.551
Checkstyle - 图285
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.604
Checkstyle - 图286
 Warning
codingNoFinalizerAvoid using finalizer method.622

org/apache/ibatis/datasource/pooled/PooledDataSourceFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图287
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/datasource/unpooled/UnpooledDataSource.java

SeverityCategoryRuleMessageLine
Checkstyle - 图288
 Warning
importsCustomImportOrderExtra separation in import group before ‘javax.sql.DataSource’31
Checkstyle - 图289
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.io.Resources’33
Checkstyle - 图290
 Warning
javadocSummaryJavadocSummary javadoc is missing.35
Checkstyle - 图291
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.65
Checkstyle - 图292
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.72
Checkstyle - 图293
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.78
Checkstyle - 图294
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.87

org/apache/ibatis/datasource/unpooled/UnpooledDataSourceFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图295
 Warning
importsCustomImportOrderExtra separation in import group before ‘javax.sql.DataSource’20
Checkstyle - 图296
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.datasource.DataSourceException’22
Checkstyle - 图297
 Warning
javadocSummaryJavadocSummary javadoc is missing.27

org/apache/ibatis/exceptions/ExceptionFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图298
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/exceptions/IbatisException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图299
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/exceptions/PersistenceException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图300
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/exceptions/TooManyResultsException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图301
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/executor/BaseExecutor.java

SeverityCategoryRuleMessageLine
Checkstyle - 图302
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cache.CacheKey’26
Checkstyle - 图303
 Warning
javadocSummaryJavadocSummary javadoc is missing.47
Checkstyle - 图304
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.125

org/apache/ibatis/executor/BatchExecutor.java

SeverityCategoryRuleMessageLine
Checkstyle - 图305
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cursor.Cursor’26
Checkstyle - 图306
 Warning
javadocSummaryJavadocSummary javadoc is missing.38
Checkstyle - 图307
 Warning
whitespaceWhitespaceAfter‘;’ is not followed by whitespace.66

org/apache/ibatis/executor/BatchExecutorException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图308
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.35

org/apache/ibatis/executor/BatchResult.java

SeverityCategoryRuleMessageLine
Checkstyle - 图309
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.mapping.MappedStatement’21
Checkstyle - 图310
 Warning
javadocSummaryJavadocSummary javadoc is missing.23
Checkstyle - 图311
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.34

org/apache/ibatis/executor/CachingExecutor.java

SeverityCategoryRuleMessageLine
Checkstyle - 图312
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cache.Cache’21
Checkstyle - 图313
 Warning
javadocSummaryJavadocSummary javadoc is missing.35

org/apache/ibatis/executor/ErrorContext.java

SeverityCategoryRuleMessageLine
Checkstyle - 图314
 Warning
javadocSummaryJavadocSummary javadoc is missing.18
Checkstyle - 图315
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.41
Checkstyle - 图316
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.48
Checkstyle - 图317
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.86

org/apache/ibatis/executor/ExecutionPlaceholder.java

SeverityCategoryRuleMessageLine
Checkstyle - 图318
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/executor/Executor.java

SeverityCategoryRuleMessageLine
Checkstyle - 图319
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cache.CacheKey’21
Checkstyle - 图320
 Warning
javadocSummaryJavadocSummary javadoc is missing.30

org/apache/ibatis/executor/ExecutorException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图321
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/executor/ResultExtractor.java

SeverityCategoryRuleMessageLine
Checkstyle - 图322
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.MetaObject’21
Checkstyle - 图323
 Warning
javadocSummaryJavadocSummary javadoc is missing.25
Checkstyle - 图324
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.37

org/apache/ibatis/executor/ReuseExecutor.java

SeverityCategoryRuleMessageLine
Checkstyle - 图325
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cursor.Cursor’26
Checkstyle - 图326
 Warning
javadocSummaryJavadocSummary javadoc is missing.36

org/apache/ibatis/executor/SimpleExecutor.java

SeverityCategoryRuleMessageLine
Checkstyle - 图327
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cursor.Cursor’24
Checkstyle - 图328
 Warning
javadocSummaryJavadocSummary javadoc is missing.34

org/apache/ibatis/executor/keygen/Jdbc3KeyGenerator.java

SeverityCategoryRuleMessageLine
Checkstyle - 图329
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.binding.MapperMethod.ParamMap’32
Checkstyle - 图330
 Warning
javadocSummaryJavadocSummary javadoc is missing.46
Checkstyle - 图331
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.74
Checkstyle - 图332
 Warning
sizesLineLengthLine is longer than 120 characters (found 125).188
Checkstyle - 图333
 Warning
sizesLineLengthLine is longer than 120 characters (found 125).202

org/apache/ibatis/executor/keygen/KeyGenerator.java

SeverityCategoryRuleMessageLine
Checkstyle - 图334
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.executor.Executor’20
Checkstyle - 图335
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/executor/keygen/NoKeyGenerator.java

SeverityCategoryRuleMessageLine
Checkstyle - 图336
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.executor.Executor’20
Checkstyle - 图337
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/executor/keygen/SelectKeyGenerator.java

SeverityCategoryRuleMessageLine
Checkstyle - 图338
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.executor.Executor’21
Checkstyle - 图339
 Warning
javadocSummaryJavadocSummary javadoc is missing.29

org/apache/ibatis/executor/loader/AbstractEnhancedDeserializationProxy.java

SeverityCategoryRuleMessageLine
Checkstyle - 图340
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.executor.ExecutorException’23
Checkstyle - 图341
 Warning
javadocSummaryJavadocSummary javadoc is missing.29
Checkstyle - 图342
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.56

org/apache/ibatis/executor/loader/AbstractSerialStateHolder.java

SeverityCategoryRuleMessageLine
Checkstyle - 图343
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.io.SerialFilterChecker’34
Checkstyle - 图344
 Warning
javadocSummaryJavadocSummary javadoc is missing.37
Checkstyle - 图345
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.55

org/apache/ibatis/executor/loader/CglibProxyFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图346
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/executor/loader/JavassistProxyFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图347
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/executor/loader/ProxyFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图348
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.factory.ObjectFactory’21
Checkstyle - 图349
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/executor/loader/ResultLoader.java

SeverityCategoryRuleMessageLine
Checkstyle - 图350
 Warning
importsCustomImportOrderExtra separation in import group before ‘javax.sql.DataSource’21
Checkstyle - 图351
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cache.CacheKey’23
Checkstyle - 图352
 Warning
javadocSummaryJavadocSummary javadoc is missing.37
Checkstyle - 图353
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.56
Checkstyle - 图354
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.70

org/apache/ibatis/executor/loader/ResultLoaderMap.java

SeverityCategoryRuleMessageLine
Checkstyle - 图355
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cursor.Cursor’31
Checkstyle - 图356
 Warning
javadocSummaryJavadocSummary javadoc is missing.44
Checkstyle - 图357
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.52
Checkstyle - 图358
 Warning
sizesLineLengthLine is longer than 120 characters (found 138).57
Checkstyle - 图359
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.78
Checkstyle - 图360
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.91
Checkstyle - 图361
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.173
Checkstyle - 图362
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.188

org/apache/ibatis/executor/loader/WriteReplaceInterface.java

SeverityCategoryRuleMessageLine
Checkstyle - 图363
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图364
 Warning
importsCustomImportOrderExtra separation in import group before ‘net.sf.cglib.proxy.Callback’23
Checkstyle - 图365
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.executor.loader.AbstractEnhancedDeserializationProxy’28
Checkstyle - 图366
 Warning
javadocSummaryJavadocSummary javadoc is missing.42
Checkstyle - 图367
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.53

org/apache/ibatis/executor/loader/cglib/CglibSerialStateHolder.java

SeverityCategoryRuleMessageLine
Checkstyle - 图368
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.executor.loader.AbstractSerialStateHolder’21
Checkstyle - 图369
 Warning
javadocSummaryJavadocSummary javadoc is missing.25

org/apache/ibatis/executor/loader/javassist/JavassistProxyFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图370
 Warning
importsCustomImportOrderExtra separation in import group before ‘javassist.util.proxy.MethodHandler’23
Checkstyle - 图371
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.executor.ExecutorException’27
Checkstyle - 图372
 Warning
javadocSummaryJavadocSummary javadoc is missing.41
Checkstyle - 图373
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.49

org/apache/ibatis/executor/loader/javassist/JavassistSerialStateHolder.java

SeverityCategoryRuleMessageLine
Checkstyle - 图374
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.executor.loader.AbstractSerialStateHolder’21
Checkstyle - 图375
 Warning
javadocSummaryJavadocSummary javadoc is missing.25

org/apache/ibatis/executor/result/DefaultMapResultHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图376
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.MetaObject’20
Checkstyle - 图377
 Warning
javadocSummaryJavadocSummary javadoc is missing.27
Checkstyle - 图378
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.38

org/apache/ibatis/executor/result/DefaultResultContext.java

SeverityCategoryRuleMessageLine
Checkstyle - 图379
 Warning
javadocSummaryJavadocSummary javadoc is missing.20
Checkstyle - 图380
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.29

org/apache/ibatis/executor/result/DefaultResultHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图381
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.factory.ObjectFactory’21
Checkstyle - 图382
 Warning
javadocSummaryJavadocSummary javadoc is missing.25

org/apache/ibatis/executor/result/ResultMapException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图383
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图384
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.annotations.AutomapConstructor’35
Checkstyle - 图385
 Warning
javadocSummaryJavadocSummary javadoc is missing.71
Checkstyle - 图386
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.127
Checkstyle - 图387
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.326
Checkstyle - 图388
 Warning
sizesLineLengthLine is longer than 120 characters (found 174).742
Checkstyle - 图389
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.964

org/apache/ibatis/executor/resultset/ResultSetHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图390
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cursor.Cursor’23
Checkstyle - 图391
 Warning
javadocSummaryJavadocSummary javadoc is missing.25

org/apache/ibatis/executor/resultset/ResultSetWrapper.java

SeverityCategoryRuleMessageLine
Checkstyle - 图392
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.io.Resources’30
Checkstyle - 图393
 Warning
javadocSummaryJavadocSummary javadoc is missing.39
Checkstyle - 图394
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.53
Checkstyle - 图395
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.81
Checkstyle - 图396
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.163
Checkstyle - 图397
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.172

org/apache/ibatis/executor/statement/BaseStatementHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图398
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.executor.ErrorContext’22
Checkstyle - 图399
 Warning
javadocSummaryJavadocSummary javadoc is missing.36

org/apache/ibatis/executor/statement/CallableStatementHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图400
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cursor.Cursor’25
Checkstyle - 图401
 Warning
javadocSummaryJavadocSummary javadoc is missing.38

org/apache/ibatis/executor/statement/PreparedStatementHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图402
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cursor.Cursor’25
Checkstyle - 图403
 Warning
javadocSummaryJavadocSummary javadoc is missing.35

org/apache/ibatis/executor/statement/RoutingStatementHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图404
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cursor.Cursor’23
Checkstyle - 图405
 Warning
javadocSummaryJavadocSummary javadoc is missing.32
Checkstyle - 图406
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.39

org/apache/ibatis/executor/statement/SimpleStatementHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图407
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cursor.Cursor’24
Checkstyle - 图408
 Warning
javadocSummaryJavadocSummary javadoc is missing.35

org/apache/ibatis/executor/statement/StatementHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图409
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cursor.Cursor’23
Checkstyle - 图410
 Warning
javadocSummaryJavadocSummary javadoc is missing.28

org/apache/ibatis/io/ClassLoaderWrapper.java

SeverityCategoryRuleMessageLine
Checkstyle - 图411
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.21
Checkstyle - 图412
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.39
Checkstyle - 图413
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.51
Checkstyle - 图414
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.65
Checkstyle - 图415
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.77
Checkstyle - 图416
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.91
Checkstyle - 图417
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.106
Checkstyle - 图418
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.123
Checkstyle - 图419
 Warning
codingOverloadMethodsDeclarationOrderAll 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
Checkstyle - 图420
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.153
Checkstyle - 图421
 Warning
codingOverloadMethodsDeclarationOrderAll 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
Checkstyle - 图422
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.195
Checkstyle - 图423
 Warning
codingOverloadMethodsDeclarationOrderAll 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

SeverityCategoryRuleMessageLine
Checkstyle - 图424
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.logging.Log’37
Checkstyle - 图425
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘DefaultVFS’ must contain no more than ‘1’ consecutive capital letters.45

org/apache/ibatis/io/ExternalResources.java

SeverityCategoryRuleMessageLine
Checkstyle - 图426
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.logging.Log’26
Checkstyle - 图427
 Warning
javadocSummaryJavadocSummary javadoc is missing.29
Checkstyle - 图428
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.41
Checkstyle - 图429
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.53

org/apache/ibatis/io/JBoss6VFS.java

SeverityCategoryRuleMessageLine
Checkstyle - 图430
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.logging.Log’25
Checkstyle - 图431
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘JBoss6VFS’ must contain no more than ‘1’ consecutive capital letters.33
Checkstyle - 图432
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘VFS’ must contain no more than ‘1’ consecutive capital letters.69

org/apache/ibatis/io/ResolverUtil.java

SeverityCategoryRuleMessageLine
Checkstyle - 图433
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.logging.Log’24
Checkstyle - 图434
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.28
Checkstyle - 图435
 Warning
javadocJavadocParagraphRedundant <p> tag.28
Checkstyle - 图436
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.32
Checkstyle - 图437
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.32
Checkstyle - 图438
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.37
Checkstyle - 图439
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.37
Checkstyle - 图440
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.42
Checkstyle - 图441
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.42

org/apache/ibatis/io/Resources.java

SeverityCategoryRuleMessageLine
Checkstyle - 图442
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.54
Checkstyle - 图443
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.64
Checkstyle - 图444
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.80
Checkstyle - 图445
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.101
Checkstyle - 图446
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.116
Checkstyle - 图447
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.137
Checkstyle - 图448
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.156
Checkstyle - 图449
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.177
Checkstyle - 图450
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.198
Checkstyle - 图451
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.221
Checkstyle - 图452
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.236
Checkstyle - 图453
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.253
Checkstyle - 图454
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.270
Checkstyle - 图455
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.291
Checkstyle - 图456
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.310

org/apache/ibatis/io/SerialFilterChecker.java

SeverityCategoryRuleMessageLine
Checkstyle - 图457
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.logging.Log’20
Checkstyle - 图458
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.23
Checkstyle - 图459
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.42
Checkstyle - 图460
 Warning
sizesLineLengthLine is longer than 120 characters (found 132).46

org/apache/ibatis/io/VFS.java

SeverityCategoryRuleMessageLine
Checkstyle - 图461
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.logging.Log’27
Checkstyle - 图462
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘VFS’ must contain no more than ‘1’ consecutive capital letters.35
Checkstyle - 图463
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘VFSHolder’ must contain no more than ‘1’ consecutive capital letters.47
Checkstyle - 图464
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘createVFS’ must contain no more than ‘1’ consecutive capital letters.51

org/apache/ibatis/jdbc/AbstractSQL.java

SeverityCategoryRuleMessageLine
Checkstyle - 图465
 Warning
javadocSummaryJavadocSummary javadoc is missing.24
Checkstyle - 图466
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘AbstractSQL’ must contain no more than ‘1’ consecutive capital letters.30
Checkstyle - 图467
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.39
Checkstyle - 图468
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘UPDATE’ must contain no more than ‘1’ consecutive capital letters.39
Checkstyle - 图469
 Warning
namingMethodNameMethod name ‘UPDATE’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.39
Checkstyle - 图470
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘SET’ must contain no more than ‘1’ consecutive capital letters.45
Checkstyle - 图471
 Warning
namingMethodNameMethod name ‘SET’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.45
Checkstyle - 图472
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘SET’ must contain no more than ‘1’ consecutive capital letters.60
Checkstyle - 图473
 Warning
namingMethodNameMethod name ‘SET’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’.60
Checkstyle - 图474
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.65
Checkstyle - 图475
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘INSERTINTO’ must contain no more than ‘1’ consecutive capital letters.65
Checkstyle - 图476
 Warning
namingMethodNameMethod name ‘INSERT_INTO’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.65
Checkstyle - 图477
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.71
Checkstyle - 图478
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘VALUES’ must contain no more than ‘1’ consecutive capital letters.71
Checkstyle - 图479
 Warning
namingMethodNameMethod name ‘VALUES’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’.71
Checkstyle - 图480
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘INTOCOLUMNS’ must contain no more than ‘1’ consecutive capital letters.87
Checkstyle - 图481
 Warning
namingMethodNameMethod name ‘INTO_COLUMNS’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.87
Checkstyle - 图482
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘INTOVALUES’ must contain no more than ‘1’ consecutive capital letters.102
Checkstyle - 图483
 Warning
namingMethodNameMethod name ‘INTO_VALUES’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.102
Checkstyle - 图484
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.108
Checkstyle - 图485
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘SELECT’ must contain no more than ‘1’ consecutive capital letters.108
Checkstyle - 图486
 Warning
namingMethodNameMethod name ‘SELECT’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.108
Checkstyle - 图487
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘SELECT’ must contain no more than ‘1’ consecutive capital letters.124
Checkstyle - 图488
 Warning
namingMethodNameMethod name ‘SELECT’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.124
Checkstyle - 图489
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.130
Checkstyle - 图490
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘SELECTDISTINCT’ must contain no more than ‘1’ consecutive capital letters.130
Checkstyle - 图491
 Warning
namingMethodNameMethod name ‘SELECT_DISTINCT’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.130
Checkstyle - 图492
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘SELECTDISTINCT’ must contain no more than ‘1’ consecutive capital letters.146
Checkstyle - 图493
 Warning
namingMethodNameMethod name ‘SELECT_DISTINCT’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.146
Checkstyle - 图494
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.152
Checkstyle - 图495
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘DELETEFROM’ must contain no more than ‘1’ consecutive capital letters.152
Checkstyle - 图496
 Warning
namingMethodNameMethod name ‘DELETE_FROM’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.152
Checkstyle - 图497
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘FROM’ must contain no more than ‘1’ consecutive capital letters.158
Checkstyle - 图498
 Warning
namingMethodNameMethod name ‘FROM’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.158
Checkstyle - 图499
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘FROM’ must contain no more than ‘1’ consecutive capital letters.173
Checkstyle - 图500
 Warning
namingMethodNameMethod name ‘FROM’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.173
Checkstyle - 图501
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘JOIN’ must contain no more than ‘1’ consecutive capital letters.178
Checkstyle - 图502
 Warning
namingMethodNameMethod name ‘JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’.178
Checkstyle - 图503
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘JOIN’ must contain no more than ‘1’ consecutive capital letters.193
Checkstyle - 图504
 Warning
namingMethodNameMethod name ‘JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.193
Checkstyle - 图505
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘INNER_JOIN’ must contain no more than ‘1’ consecutive capital letters.198
Checkstyle - 图506
 Warning
namingMethodNameMethod name ‘INNER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.198
Checkstyle - 图507
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘INNERJOIN’ must contain no more than ‘1’ consecutive capital letters.213
Checkstyle - 图508
 Warning
namingMethodNameMethod name ‘INNER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.213
Checkstyle - 图509
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘LEFTOUTER_JOIN’ must contain no more than ‘1’ consecutive capital letters.218
Checkstyle - 图510
 Warning
namingMethodNameMethod name ‘LEFT_OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.218
Checkstyle - 图511
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘LEFTOUTER_JOIN’ must contain no more than ‘1’ consecutive capital letters.233
Checkstyle - 图512
 Warning
namingMethodNameMethod name ‘LEFT_OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.233
Checkstyle - 图513
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘RIGHTOUTER_JOIN’ must contain no more than ‘1’ consecutive capital letters.238
Checkstyle - 图514
 Warning
namingMethodNameMethod name ‘RIGHT_OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.238
Checkstyle - 图515
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘RIGHTOUTER_JOIN’ must contain no more than ‘1’ consecutive capital letters.253
Checkstyle - 图516
 Warning
namingMethodNameMethod name ‘RIGHT_OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.253
Checkstyle - 图517
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘OUTERJOIN’ must contain no more than ‘1’ consecutive capital letters.258
Checkstyle - 图518
 Warning
namingMethodNameMethod name ‘OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.258
Checkstyle - 图519
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘OUTERJOIN’ must contain no more than ‘1’ consecutive capital letters.273
Checkstyle - 图520
 Warning
namingMethodNameMethod name ‘OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.273
Checkstyle - 图521
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.278
Checkstyle - 图522
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘WHERE’ must contain no more than ‘1’ consecutive capital letters.278
Checkstyle - 图523
 Warning
namingMethodNameMethod name ‘WHERE’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.278
Checkstyle - 图524
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘WHERE’ must contain no more than ‘1’ consecutive capital letters.294
Checkstyle - 图525
 Warning
namingMethodNameMethod name ‘WHERE’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.294
Checkstyle - 图526
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘OR’ must contain no more than ‘1’ consecutive capital letters.300
Checkstyle - 图527
 Warning
namingMethodNameMethod name ‘OR’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’.300
Checkstyle - 图528
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘AND’ must contain no more than ‘1’ consecutive capital letters.305
Checkstyle - 图529
 Warning
namingMethodNameMethod name ‘AND’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.305
Checkstyle - 图530
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘GROUP_BY’ must contain no more than ‘1’ consecutive capital letters.310
Checkstyle - 图531
 Warning
namingMethodNameMethod name ‘GROUP_BY’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.310
Checkstyle - 图532
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘GROUPBY’ must contain no more than ‘1’ consecutive capital letters.325
Checkstyle - 图533
 Warning
namingMethodNameMethod name ‘GROUP_BY’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.325
Checkstyle - 图534
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.330
Checkstyle - 图535
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘HAVING’ must contain no more than ‘1’ consecutive capital letters.330
Checkstyle - 图536
 Warning
namingMethodNameMethod name ‘HAVING’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.330
Checkstyle - 图537
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘HAVING’ must contain no more than ‘1’ consecutive capital letters.346
Checkstyle - 图538
 Warning
namingMethodNameMethod name ‘HAVING’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.346
Checkstyle - 图539
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘ORDERBY’ must contain no more than ‘1’ consecutive capital letters.352
Checkstyle - 图540
 Warning
namingMethodNameMethod name ‘ORDER_BY’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.352
Checkstyle - 图541
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘ORDERBY’ must contain no more than ‘1’ consecutive capital letters.367
Checkstyle - 图542
 Warning
namingMethodNameMethod name ‘ORDER_BY’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.367
Checkstyle - 图543
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘LIMIT’ must contain no more than ‘1’ consecutive capital letters.384
Checkstyle - 图544
 Warning
namingMethodNameMethod name ‘LIMIT’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’.384
Checkstyle - 图545
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘LIMIT’ must contain no more than ‘1’ consecutive capital letters.402
Checkstyle - 图546
 Warning
namingMethodNameMethod name ‘LIMIT’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.402
Checkstyle - 图547
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘OFFSET’ must contain no more than ‘1’ consecutive capital letters.418
Checkstyle - 图548
 Warning
namingMethodNameMethod name ‘OFFSET’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.418
Checkstyle - 图549
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘OFFSET’ must contain no more than ‘1’ consecutive capital letters.436
Checkstyle - 图550
 Warning
namingMethodNameMethod name ‘OFFSET’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’.436
Checkstyle - 图551
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘FETCHFIRST_ROWS_ONLY’ must contain no more than ‘1’ consecutive capital letters.452
Checkstyle - 图552
 Warning
namingMethodNameMethod name ‘FETCH_FIRST_ROWS_ONLY’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.452
Checkstyle - 图553
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘FETCHFIRST_ROWS_ONLY’ must contain no more than ‘1’ consecutive capital letters.470
Checkstyle - 图554
 Warning
namingMethodNameMethod name ‘FETCH_FIRST_ROWS_ONLY’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.470
Checkstyle - 图555
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘OFFSETROWS’ must contain no more than ‘1’ consecutive capital letters.486
Checkstyle - 图556
 Warning
namingMethodNameMethod name ‘OFFSET_ROWS’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.486
Checkstyle - 图557
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘OFFSETROWS’ must contain no more than ‘1’ consecutive capital letters.504
Checkstyle - 图558
 Warning
namingMethodNameMethod name ‘OFFSET_ROWS’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.504
Checkstyle - 图559
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘ADDROW’ must contain no more than ‘1’ consecutive capital letters.515
Checkstyle - 图560
 Warning
namingMethodNameMethod name ‘ADD_ROW’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.515
Checkstyle - 图561
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘SQLStatement’ must contain no more than ‘1’ consecutive capital letters.562
Checkstyle - 图562
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘selectSQL’ must contain no more than ‘1’ consecutive capital letters.658
Checkstyle - 图563
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘insertSQL’ must contain no more than ‘1’ consecutive capital letters.683
Checkstyle - 图564
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘deleteSQL’ must contain no more than ‘1’ consecutive capital letters.692
Checkstyle - 图565
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘updateSQL’ must contain no more than ‘1’ consecutive capital letters.699

org/apache/ibatis/jdbc/Null.java

SeverityCategoryRuleMessageLine
Checkstyle - 图566
 Warning
javadocSummaryJavadocSummary javadoc is missing.40

org/apache/ibatis/jdbc/RuntimeSqlException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图567
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/jdbc/SQL.java

SeverityCategoryRuleMessageLine
Checkstyle - 图568
 Warning
javadocSummaryJavadocSummary javadoc is missing.18
Checkstyle - 图569
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘SQL’ must contain no more than ‘1’ consecutive capital letters.21

org/apache/ibatis/jdbc/ScriptRunner.java

SeverityCategoryRuleMessageLine
Checkstyle - 图570
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘removeCRs’ must contain no more than ‘1’ consecutive capital letters.53
Checkstyle - 图571
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘setRemoveCRs’ must contain no more than ‘1’ consecutive capital letters.82
Checkstyle - 图572
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘removeCRs’ must contain no more than ‘1’ consecutive capital letters.82
Checkstyle - 图573
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.114
Checkstyle - 图574
 Warning
javadocSummaryJavadocSummary javadoc is missing.165
Checkstyle - 图575
 Warning
codingOverloadMethodsDeclarationOrderAll 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

SeverityCategoryRuleMessageLine
Checkstyle - 图576
 Warning
javadocSummaryJavadocSummary javadoc is missing.18
Checkstyle - 图577
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘BEGIN’ must contain no more than ‘1’ consecutive capital letters.36
Checkstyle - 图578
 Warning
namingMethodNameMethod name ‘BEGIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.36
Checkstyle - 图579
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘RESET’ must contain no more than ‘1’ consecutive capital letters.40
Checkstyle - 图580
 Warning
namingMethodNameMethod name ‘RESET’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.40
Checkstyle - 图581
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘SELECT’ must contain no more than ‘1’ consecutive capital letters.44
Checkstyle - 图582
 Warning
namingMethodNameMethod name ‘SELECT’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’.44
Checkstyle - 图583
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘SELECTDISTINCT’ must contain no more than ‘1’ consecutive capital letters.48
Checkstyle - 图584
 Warning
namingMethodNameMethod name ‘SELECT_DISTINCT’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.48
Checkstyle - 图585
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘FROM’ must contain no more than ‘1’ consecutive capital letters.52
Checkstyle - 图586
 Warning
namingMethodNameMethod name ‘FROM’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’.52
Checkstyle - 图587
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘JOIN’ must contain no more than ‘1’ consecutive capital letters.56
Checkstyle - 图588
 Warning
namingMethodNameMethod name ‘JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.56
Checkstyle - 图589
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘INNER_JOIN’ must contain no more than ‘1’ consecutive capital letters.60
Checkstyle - 图590
 Warning
namingMethodNameMethod name ‘INNER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.60
Checkstyle - 图591
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘LEFTOUTER_JOIN’ must contain no more than ‘1’ consecutive capital letters.64
Checkstyle - 图592
 Warning
namingMethodNameMethod name ‘LEFT_OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.64
Checkstyle - 图593
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘RIGHTOUTER_JOIN’ must contain no more than ‘1’ consecutive capital letters.68
Checkstyle - 图594
 Warning
namingMethodNameMethod name ‘RIGHT_OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.68
Checkstyle - 图595
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘OUTERJOIN’ must contain no more than ‘1’ consecutive capital letters.72
Checkstyle - 图596
 Warning
namingMethodNameMethod name ‘OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.72
Checkstyle - 图597
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘WHERE’ must contain no more than ‘1’ consecutive capital letters.76
Checkstyle - 图598
 Warning
namingMethodNameMethod name ‘WHERE’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.76
Checkstyle - 图599
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘OR’ must contain no more than ‘1’ consecutive capital letters.80
Checkstyle - 图600
 Warning
namingMethodNameMethod name ‘OR’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.80
Checkstyle - 图601
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘AND’ must contain no more than ‘1’ consecutive capital letters.84
Checkstyle - 图602
 Warning
namingMethodNameMethod name ‘AND’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’.84
Checkstyle - 图603
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘GROUPBY’ must contain no more than ‘1’ consecutive capital letters.88
Checkstyle - 图604
 Warning
namingMethodNameMethod name ‘GROUP_BY’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.88
Checkstyle - 图605
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘HAVING’ must contain no more than ‘1’ consecutive capital letters.92
Checkstyle - 图606
 Warning
namingMethodNameMethod name ‘HAVING’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’.92
Checkstyle - 图607
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘ORDERBY’ must contain no more than ‘1’ consecutive capital letters.96
Checkstyle - 图608
 Warning
namingMethodNameMethod name ‘ORDER_BY’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.96
Checkstyle - 图609
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.100
Checkstyle - 图610
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘SQL’ must contain no more than ‘1’ consecutive capital letters.100
Checkstyle - 图611
 Warning
namingMethodNameMethod name ‘SQL’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’.100

org/apache/ibatis/jdbc/SqlBuilder.java

SeverityCategoryRuleMessageLine
Checkstyle - 图612
 Warning
javadocSummaryJavadocSummary javadoc is missing.18
Checkstyle - 图613
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘BEGIN’ must contain no more than ‘1’ consecutive capital letters.36
Checkstyle - 图614
 Warning
namingMethodNameMethod name ‘BEGIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.36
Checkstyle - 图615
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘RESET’ must contain no more than ‘1’ consecutive capital letters.40
Checkstyle - 图616
 Warning
namingMethodNameMethod name ‘RESET’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.40
Checkstyle - 图617
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘UPDATE’ must contain no more than ‘1’ consecutive capital letters.44
Checkstyle - 图618
 Warning
namingMethodNameMethod name ‘UPDATE’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’.44
Checkstyle - 图619
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘SET’ must contain no more than ‘1’ consecutive capital letters.48
Checkstyle - 图620
 Warning
namingMethodNameMethod name ‘SET’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.48
Checkstyle - 图621
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.52
Checkstyle - 图622
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘SQL’ must contain no more than ‘1’ consecutive capital letters.52
Checkstyle - 图623
 Warning
namingMethodNameMethod name ‘SQL’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.52
Checkstyle - 图624
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘INSERTINTO’ must contain no more than ‘1’ consecutive capital letters.60
Checkstyle - 图625
 Warning
namingMethodNameMethod name ‘INSERT_INTO’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.60
Checkstyle - 图626
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘VALUES’ must contain no more than ‘1’ consecutive capital letters.64
Checkstyle - 图627
 Warning
namingMethodNameMethod name ‘VALUES’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.64
Checkstyle - 图628
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘SELECT’ must contain no more than ‘1’ consecutive capital letters.68
Checkstyle - 图629
 Warning
namingMethodNameMethod name ‘SELECT’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.68
Checkstyle - 图630
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘SELECTDISTINCT’ must contain no more than ‘1’ consecutive capital letters.72
Checkstyle - 图631
 Warning
namingMethodNameMethod name ‘SELECT_DISTINCT’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.72
Checkstyle - 图632
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘DELETEFROM’ must contain no more than ‘1’ consecutive capital letters.76
Checkstyle - 图633
 Warning
namingMethodNameMethod name ‘DELETE_FROM’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.76
Checkstyle - 图634
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘FROM’ must contain no more than ‘1’ consecutive capital letters.80
Checkstyle - 图635
 Warning
namingMethodNameMethod name ‘FROM’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’.80
Checkstyle - 图636
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘JOIN’ must contain no more than ‘1’ consecutive capital letters.84
Checkstyle - 图637
 Warning
namingMethodNameMethod name ‘JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.84
Checkstyle - 图638
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘INNER_JOIN’ must contain no more than ‘1’ consecutive capital letters.88
Checkstyle - 图639
 Warning
namingMethodNameMethod name ‘INNER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.88
Checkstyle - 图640
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘LEFTOUTER_JOIN’ must contain no more than ‘1’ consecutive capital letters.92
Checkstyle - 图641
 Warning
namingMethodNameMethod name ‘LEFT_OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.92
Checkstyle - 图642
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘RIGHTOUTER_JOIN’ must contain no more than ‘1’ consecutive capital letters.96
Checkstyle - 图643
 Warning
namingMethodNameMethod name ‘RIGHT_OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.96
Checkstyle - 图644
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘OUTERJOIN’ must contain no more than ‘1’ consecutive capital letters.100
Checkstyle - 图645
 Warning
namingMethodNameMethod name ‘OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.100
Checkstyle - 图646
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘WHERE’ must contain no more than ‘1’ consecutive capital letters.104
Checkstyle - 图647
 Warning
namingMethodNameMethod name ‘WHERE’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.104
Checkstyle - 图648
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘OR’ must contain no more than ‘1’ consecutive capital letters.108
Checkstyle - 图649
 Warning
namingMethodNameMethod name ‘OR’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.108
Checkstyle - 图650
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘AND’ must contain no more than ‘1’ consecutive capital letters.112
Checkstyle - 图651
 Warning
namingMethodNameMethod name ‘AND’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’.112
Checkstyle - 图652
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘GROUPBY’ must contain no more than ‘1’ consecutive capital letters.116
Checkstyle - 图653
 Warning
namingMethodNameMethod name ‘GROUP_BY’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’.116
Checkstyle - 图654
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘HAVING’ must contain no more than ‘1’ consecutive capital letters.120
Checkstyle - 图655
 Warning
namingMethodNameMethod name ‘HAVING’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’.120
Checkstyle - 图656
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘ORDERBY’ must contain no more than ‘1’ consecutive capital letters.124
Checkstyle - 图657
 Warning
namingMethodNameMethod name ‘ORDER_BY’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.124

org/apache/ibatis/jdbc/SqlRunner.java

SeverityCategoryRuleMessageLine
Checkstyle - 图658
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.io.Resources’31
Checkstyle - 图659
 Warning
javadocSummaryJavadocSummary javadoc is missing.35
Checkstyle - 图660
 Warning
javadocSummaryJavadocSummary javadoc is missing.203

org/apache/ibatis/logging/Log.java

SeverityCategoryRuleMessageLine
Checkstyle - 图661
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/logging/LogException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图662
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/logging/LogFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图663
 Warning
javadocSummaryJavadocSummary javadoc is missing.20
Checkstyle - 图664
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.50
Checkstyle - 图665
 Warning
javadocSummaryJavadocSummary javadoc is missing.70
Checkstyle - 图666
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘useLog4JLogging’ must contain no more than ‘1’ consecutive capital letters.74

org/apache/ibatis/logging/commons/JakartaCommonsLoggingImpl.java

SeverityCategoryRuleMessageLine
Checkstyle - 图667
 Warning
javadocSummaryJavadocSummary javadoc is missing.21

org/apache/ibatis/logging/jdbc/BaseJdbcLogger.java

SeverityCategoryRuleMessageLine
Checkstyle - 图668
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.builder.SqlSourceBuilder’31
Checkstyle - 图669
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.57

org/apache/ibatis/logging/jdbc/ConnectionLogger.java

SeverityCategoryRuleMessageLine
Checkstyle - 图670
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.logging.Log’25

org/apache/ibatis/logging/jdbc/PreparedStatementLogger.java

SeverityCategoryRuleMessageLine
Checkstyle - 图671
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.logging.Log’25

org/apache/ibatis/logging/jdbc/ResultSetLogger.java

SeverityCategoryRuleMessageLine
Checkstyle - 图672
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.logging.Log’29

org/apache/ibatis/logging/jdbc/StatementLogger.java

SeverityCategoryRuleMessageLine
Checkstyle - 图673
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.logging.Log’24

org/apache/ibatis/logging/jdk14/Jdk14LoggingImpl.java

SeverityCategoryRuleMessageLine
Checkstyle - 图674
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.logging.Log’21
Checkstyle - 图675
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/logging/log4j/Log4jImpl.java

SeverityCategoryRuleMessageLine
Checkstyle - 图676
 Warning
javadocSummaryJavadocSummary javadoc is missing.22

org/apache/ibatis/logging/log4j2/Log4j2AbstractLoggerImpl.java

SeverityCategoryRuleMessageLine
Checkstyle - 图677
 Warning
javadocSummaryJavadocSummary javadoc is missing.28

org/apache/ibatis/logging/log4j2/Log4j2Impl.java

SeverityCategoryRuleMessageLine
Checkstyle - 图678
 Warning
javadocSummaryJavadocSummary javadoc is missing.23
Checkstyle - 图679
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.30

org/apache/ibatis/logging/log4j2/Log4j2LoggerImpl.java

SeverityCategoryRuleMessageLine
Checkstyle - 图680
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/logging/nologging/NoLoggingImpl.java

SeverityCategoryRuleMessageLine
Checkstyle - 图681
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/logging/slf4j/Slf4jImpl.java

SeverityCategoryRuleMessageLine
Checkstyle - 图682
 Warning
javadocSummaryJavadocSummary javadoc is missing.24
Checkstyle - 图683
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.32

org/apache/ibatis/logging/slf4j/Slf4jLocationAwareLoggerImpl.java

SeverityCategoryRuleMessageLine
Checkstyle - 图684
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/logging/slf4j/Slf4jLoggerImpl.java

SeverityCategoryRuleMessageLine
Checkstyle - 图685
 Warning
javadocSummaryJavadocSummary javadoc is missing.21

org/apache/ibatis/logging/stdout/StdOutImpl.java

SeverityCategoryRuleMessageLine
Checkstyle - 图686
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/mapping/BoundSql.java

SeverityCategoryRuleMessageLine
Checkstyle - 图687
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.MetaObject’22
Checkstyle - 图688
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.30
Checkstyle - 图689
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.30
Checkstyle - 图690
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.43

org/apache/ibatis/mapping/CacheBuilder.java

SeverityCategoryRuleMessageLine
Checkstyle - 图691
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.builder.InitializingObject’24
Checkstyle - 图692
 Warning
javadocSummaryJavadocSummary javadoc is missing.37
Checkstyle - 图693
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.60
Checkstyle - 图694
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.92

org/apache/ibatis/mapping/DatabaseIdProvider.java

SeverityCategoryRuleMessageLine
Checkstyle - 图695
 Warning
importsCustomImportOrderExtra separation in import group before ‘javax.sql.DataSource’21

org/apache/ibatis/mapping/DefaultDatabaseIdProvider.java

SeverityCategoryRuleMessageLine
Checkstyle - 图696
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/mapping/Discriminator.java

SeverityCategoryRuleMessageLine
Checkstyle - 图697
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.session.Configuration’21
Checkstyle - 图698
 Warning
javadocSummaryJavadocSummary javadoc is missing.23
Checkstyle - 图699
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.34
Checkstyle - 图700
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.42

org/apache/ibatis/mapping/Environment.java

SeverityCategoryRuleMessageLine
Checkstyle - 图701
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.transaction.TransactionFactory’20
Checkstyle - 图702
 Warning
javadocSummaryJavadocSummary javadoc is missing.22
Checkstyle - 图703
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.30
Checkstyle - 图704
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.45

org/apache/ibatis/mapping/FetchType.java

SeverityCategoryRuleMessageLine
Checkstyle - 图705
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/mapping/MappedStatement.java

SeverityCategoryRuleMessageLine
Checkstyle - 图706
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cache.Cache’22
Checkstyle - 图707
 Warning
javadocSummaryJavadocSummary javadoc is missing.31
Checkstyle - 图708
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.65
Checkstyle - 图709
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.68
Checkstyle - 图710
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.102
Checkstyle - 图711
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.201
Checkstyle - 图712
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.319

org/apache/ibatis/mapping/ParameterMap.java

SeverityCategoryRuleMessageLine
Checkstyle - 图713
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.session.Configuration’21
Checkstyle - 图714
 Warning
javadocSummaryJavadocSummary javadoc is missing.23
Checkstyle - 图715
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.35
Checkstyle - 图716
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.38
Checkstyle - 图717
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.48

org/apache/ibatis/mapping/ParameterMapping.java

SeverityCategoryRuleMessageLine
Checkstyle - 图718
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.session.Configuration’20
Checkstyle - 图719
 Warning
javadocSummaryJavadocSummary javadoc is missing.25
Checkstyle - 图720
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.45
Checkstyle - 图721
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.48
Checkstyle - 图722
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.55
Checkstyle - 图723
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.102

org/apache/ibatis/mapping/ParameterMode.java

SeverityCategoryRuleMessageLine
Checkstyle - 图724
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/mapping/ResultFlag.java

SeverityCategoryRuleMessageLine
Checkstyle - 图725
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/mapping/ResultMap.java

SeverityCategoryRuleMessageLine
Checkstyle - 图726
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.annotations.Param’27
Checkstyle - 图727
 Warning
javadocSummaryJavadocSummary javadoc is missing.34
Checkstyle - 图728
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.56
Checkstyle - 图729
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.65
Checkstyle - 图730
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.83
Checkstyle - 图731
 Warning
sizesLineLengthLine is longer than 120 characters (found 174).132

org/apache/ibatis/mapping/ResultMapping.java

SeverityCategoryRuleMessageLine
Checkstyle - 图732
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.session.Configuration’23
Checkstyle - 图733
 Warning
javadocSummaryJavadocSummary javadoc is missing.28
Checkstyle - 图734
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.52
Checkstyle - 图735
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.55
Checkstyle - 图736
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.61
Checkstyle - 图737
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.67
Checkstyle - 图738
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.135

org/apache/ibatis/mapping/ResultSetType.java

SeverityCategoryRuleMessageLine
Checkstyle - 图739
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/mapping/SqlCommandType.java

SeverityCategoryRuleMessageLine
Checkstyle - 图740
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/mapping/StatementType.java

SeverityCategoryRuleMessageLine
Checkstyle - 图741
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/mapping/VendorDatabaseIdProvider.java

SeverityCategoryRuleMessageLine
Checkstyle - 图742
 Warning
importsCustomImportOrderExtra separation in import group before ‘javax.sql.DataSource’24
Checkstyle - 图743
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.logging.Log’26
Checkstyle - 图744
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.31
Checkstyle - 图745
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.31

org/apache/ibatis/parsing/GenericTokenParser.java

SeverityCategoryRuleMessageLine
Checkstyle - 图746
 Warning
javadocSummaryJavadocSummary javadoc is missing.18
Checkstyle - 图747
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.27
Checkstyle - 图748
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.33

org/apache/ibatis/parsing/ParsingException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图749
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/parsing/PropertyParser.java

SeverityCategoryRuleMessageLine
Checkstyle - 图750
 Warning
javadocSummaryJavadocSummary javadoc is missing.20
Checkstyle - 图751
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.55

org/apache/ibatis/parsing/TokenHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图752
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/parsing/XNode.java

SeverityCategoryRuleMessageLine
Checkstyle - 图753
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.w3c.dom.CharacterData’24
Checkstyle - 图754
 Warning
javadocSummaryJavadocSummary javadoc is missing.30
Checkstyle - 图755
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘XNode’ must contain no more than ‘1’ consecutive capital letters.33
Checkstyle - 图756
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.42
Checkstyle - 图757
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘newXNode’ must contain no more than ‘1’ consecutive capital letters.51
Checkstyle - 图758
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.55
Checkstyle - 图759
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.63
Checkstyle - 图760
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.76
Checkstyle - 图761
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.184
Checkstyle - 图762
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.184
Checkstyle - 图763
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.255
Checkstyle - 图764
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.269

org/apache/ibatis/parsing/XPathParser.java

SeverityCategoryRuleMessageLine
Checkstyle - 图765
 Warning
importsCustomImportOrderExtra separation in import group before ‘javax.xml.XMLConstants’25
Checkstyle - 图766
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.builder.BuilderException’33
Checkstyle - 图767
 Warning
javadocSummaryJavadocSummary javadoc is missing.43
Checkstyle - 图768
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘XPathParser’ must contain no more than ‘1’ consecutive capital letters.47
Checkstyle - 图769
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.200
Checkstyle - 图770
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.213

org/apache/ibatis/plugin/Interceptor.java

SeverityCategoryRuleMessageLine
Checkstyle - 图771
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/plugin/InterceptorChain.java

SeverityCategoryRuleMessageLine
Checkstyle - 图772
 Warning
javadocSummaryJavadocSummary javadoc is missing.22
Checkstyle - 图773
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.29

org/apache/ibatis/plugin/Intercepts.java

SeverityCategoryRuleMessageLine
Checkstyle - 图774
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.27
Checkstyle - 图775
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.27

org/apache/ibatis/plugin/Invocation.java

SeverityCategoryRuleMessageLine
Checkstyle - 图776
 Warning
javadocSummaryJavadocSummary javadoc is missing.21
Checkstyle - 图777
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.30

org/apache/ibatis/plugin/Plugin.java

SeverityCategoryRuleMessageLine
Checkstyle - 图778
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.ExceptionUtil’26
Checkstyle - 图779
 Warning
javadocSummaryJavadocSummary javadoc is missing.29
Checkstyle - 图780
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.44

org/apache/ibatis/plugin/PluginException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图781
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/reflection/DefaultReflectorFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图782
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.util.MapUtil’21
Checkstyle - 图783
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.23

org/apache/ibatis/reflection/ExceptionUtil.java

SeverityCategoryRuleMessageLine
Checkstyle - 图784
 Warning
javadocSummaryJavadocSummary javadoc is missing.21
Checkstyle - 图785
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.30

org/apache/ibatis/reflection/Jdk.java

SeverityCategoryRuleMessageLine
Checkstyle - 图786
 Warning
javadocSummaryJavadocSummary javadoc is missing.44
Checkstyle - 图787
 Warning
javadocSummaryJavadocSummary javadoc is missing.61

org/apache/ibatis/reflection/MetaClass.java

SeverityCategoryRuleMessageLine
Checkstyle - 图788
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.invoker.GetFieldInvoker’24
Checkstyle - 图789
 Warning
javadocSummaryJavadocSummary javadoc is missing.29
Checkstyle - 图790
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.56
Checkstyle - 图791
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.71
Checkstyle - 图792
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.80
Checkstyle - 图793
 Warning
codingOverloadMethodsDeclarationOrderAll 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
Checkstyle - 图794
 Warning
codingOverloadMethodsDeclarationOrderAll 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
Checkstyle - 图795
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.135
Checkstyle - 图796
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.148

org/apache/ibatis/reflection/MetaObject.java

SeverityCategoryRuleMessageLine
Checkstyle - 图797
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.factory.ObjectFactory’22
Checkstyle - 图798
 Warning
javadocSummaryJavadocSummary javadoc is missing.30
Checkstyle - 图799
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.61
Checkstyle - 图800
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.113
Checkstyle - 图801
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.126

org/apache/ibatis/reflection/OptionalUtil.java

SeverityCategoryRuleMessageLine
Checkstyle - 图802
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/reflection/ParamNameResolver.java

SeverityCategoryRuleMessageLine
Checkstyle - 图803
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.annotations.Param’28
Checkstyle - 图804
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.34
Checkstyle - 图805
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.57

org/apache/ibatis/reflection/ParamNameUtil.java

SeverityCategoryRuleMessageLine
Checkstyle - 图806
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.26

org/apache/ibatis/reflection/ReflectionException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图807
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/reflection/Reflector.java

SeverityCategoryRuleMessageLine
Checkstyle - 图808
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.invoker.AmbiguousMethodInvoker’40
Checkstyle - 图809
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.68
Checkstyle - 图810
 Warning
sizesLineLengthLine is longer than 120 characters (found 179).142
Checkstyle - 图811
 Warning
javadocSummaryJavadocForbidden summary fragment.279
Checkstyle - 图812
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.365
Checkstyle - 图813
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.376
Checkstyle - 图814
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.384

org/apache/ibatis/reflection/ReflectorFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图815
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.18

org/apache/ibatis/reflection/SystemMetaObject.java

SeverityCategoryRuleMessageLine
Checkstyle - 图816
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/reflection/TypeParameterResolver.java

SeverityCategoryRuleMessageLine
Checkstyle - 图817
 Warning
javadocSummaryJavadocSummary javadoc is missing.28

org/apache/ibatis/reflection/factory/DefaultObjectFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图818
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.ReflectionException’33
Checkstyle - 图819
 Warning
javadocSummaryJavadocSummary javadoc is missing.36

org/apache/ibatis/reflection/invoker/AmbiguousMethodInvoker.java

SeverityCategoryRuleMessageLine
Checkstyle - 图820
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.ReflectionException’21
Checkstyle - 图821
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.23

org/apache/ibatis/reflection/invoker/GetFieldInvoker.java

SeverityCategoryRuleMessageLine
Checkstyle - 图822
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.Reflector’20
Checkstyle - 图823
 Warning
javadocSummaryJavadocSummary javadoc is missing.22

org/apache/ibatis/reflection/invoker/Invoker.java

SeverityCategoryRuleMessageLine
Checkstyle - 图824
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/reflection/invoker/MethodInvoker.java

SeverityCategoryRuleMessageLine
Checkstyle - 图825
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.Reflector’21
Checkstyle - 图826
 Warning
javadocSummaryJavadocSummary javadoc is missing.23
Checkstyle - 图827
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.31

org/apache/ibatis/reflection/invoker/SetFieldInvoker.java

SeverityCategoryRuleMessageLine
Checkstyle - 图828
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.Reflector’20
Checkstyle - 图829
 Warning
javadocSummaryJavadocSummary javadoc is missing.22

org/apache/ibatis/reflection/property/PropertyCopier.java

SeverityCategoryRuleMessageLine
Checkstyle - 图830
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.Reflector’20
Checkstyle - 图831
 Warning
javadocSummaryJavadocSummary javadoc is missing.22
Checkstyle - 图832
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.31

org/apache/ibatis/reflection/property/PropertyNamer.java

SeverityCategoryRuleMessageLine
Checkstyle - 图833
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.ReflectionException’20
Checkstyle - 图834
 Warning
javadocSummaryJavadocSummary javadoc is missing.22
Checkstyle - 图835
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.31

org/apache/ibatis/reflection/property/PropertyTokenizer.java

SeverityCategoryRuleMessageLine
Checkstyle - 图836
 Warning
javadocSummaryJavadocSummary javadoc is missing.20
Checkstyle - 图837
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.29

org/apache/ibatis/reflection/wrapper/BaseWrapper.java

SeverityCategoryRuleMessageLine
Checkstyle - 图838
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.MetaObject’21
Checkstyle - 图839
 Warning
javadocSummaryJavadocSummary javadoc is missing.25

org/apache/ibatis/reflection/wrapper/BeanWrapper.java

SeverityCategoryRuleMessageLine
Checkstyle - 图840
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.ExceptionUtil’20
Checkstyle - 图841
 Warning
javadocSummaryJavadocSummary javadoc is missing.29
Checkstyle - 图842
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.37

org/apache/ibatis/reflection/wrapper/CollectionWrapper.java

SeverityCategoryRuleMessageLine
Checkstyle - 图843
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.MetaObject’21
Checkstyle - 图844
 Warning
javadocSummaryJavadocSummary javadoc is missing.25

org/apache/ibatis/reflection/wrapper/DefaultObjectWrapperFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图845
 Warning
javadocSummaryJavadocSummary javadoc is missing.21

org/apache/ibatis/reflection/wrapper/MapWrapper.java

SeverityCategoryRuleMessageLine
Checkstyle - 图846
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.MetaObject’22
Checkstyle - 图847
 Warning
javadocSummaryJavadocSummary javadoc is missing.27

org/apache/ibatis/reflection/wrapper/ObjectWrapper.java

SeverityCategoryRuleMessageLine
Checkstyle - 图848
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.MetaObject’20
Checkstyle - 图849
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/reflection/wrapper/ObjectWrapperFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图850
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/scripting/LanguageDriver.java

SeverityCategoryRuleMessageLine
Checkstyle - 图851
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.26

org/apache/ibatis/scripting/LanguageDriverRegistry.java

SeverityCategoryRuleMessageLine
Checkstyle - 图852
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.util.MapUtil’21
Checkstyle - 图853
 Warning
javadocSummaryJavadocSummary javadoc is missing.23
Checkstyle - 图854
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘LANGUAGE_DRIVER_MAP’ must contain no more than ‘1’ consecutive capital letters.28
Checkstyle - 图855
 Warning
namingMemberNameMember name ‘LANGUAGE_DRIVER_MAP’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.28
Checkstyle - 图856
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.32
Checkstyle - 图857
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.45

org/apache/ibatis/scripting/ScriptingException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图858
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/scripting/defaults/DefaultParameterHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图859
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.executor.ErrorContext’22
Checkstyle - 图860
 Warning
javadocSummaryJavadocSummary javadoc is missing.35
Checkstyle - 图861
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.48

org/apache/ibatis/scripting/defaults/RawSqlSource.java

SeverityCategoryRuleMessageLine
Checkstyle - 图862
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.builder.SqlSourceBuilder’20
Checkstyle - 图863
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.43

org/apache/ibatis/scripting/xmltags/ChooseSqlNode.java

SeverityCategoryRuleMessageLine
Checkstyle - 图864
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/scripting/xmltags/DynamicContext.java

SeverityCategoryRuleMessageLine
Checkstyle - 图865
 Warning
importsCustomImportOrderExtra separation in import group before ‘ognl.OgnlContext’22
Checkstyle - 图866
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.MetaObject’26
Checkstyle - 图867
 Warning
javadocSummaryJavadocSummary javadoc is missing.29
Checkstyle - 图868
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.45

org/apache/ibatis/scripting/xmltags/DynamicSqlSource.java

SeverityCategoryRuleMessageLine
Checkstyle - 图869
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/scripting/xmltags/ExpressionEvaluator.java

SeverityCategoryRuleMessageLine
Checkstyle - 图870
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.builder.BuilderException’24
Checkstyle - 图871
 Warning
javadocSummaryJavadocSummary javadoc is missing.26
Checkstyle - 图872
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.31
Checkstyle - 图873
 Warning
javadocSummaryJavadocSummary javadoc is missing.42
Checkstyle - 图874
 Warning
javadocSummaryJavadocSummary javadoc is missing.50

org/apache/ibatis/scripting/xmltags/ForEachSqlNode.java

SeverityCategoryRuleMessageLine
Checkstyle - 图875
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.parsing.GenericTokenParser’21
Checkstyle - 图876
 Warning
javadocSummaryJavadocSummary javadoc is missing.24
Checkstyle - 图877
 Warning
javadocSummaryJavadocSummary javadoc is missing.41
Checkstyle - 图878
 Warning
sizesLineLengthLine is longer than 120 characters (found 122).43
Checkstyle - 图879
 Warning
javadocSummaryJavadocSummary javadoc is missing.51
Checkstyle - 图880
 Warning
codingVariableDeclarationUsageDistanceDistance 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

SeverityCategoryRuleMessageLine
Checkstyle - 图881
 Warning
javadocSummaryJavadocSummary javadoc is missing.18
Checkstyle - 图882
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.26

org/apache/ibatis/scripting/xmltags/MixedSqlNode.java

SeverityCategoryRuleMessageLine
Checkstyle - 图883
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/scripting/xmltags/OgnlCache.java

SeverityCategoryRuleMessageLine
Checkstyle - 图884
 Warning
importsCustomImportOrderExtra separation in import group before ‘ognl.Ognl’21
Checkstyle - 图885
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.builder.BuilderException’24
Checkstyle - 图886
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.43

org/apache/ibatis/scripting/xmltags/OgnlClassResolver.java

SeverityCategoryRuleMessageLine
Checkstyle - 图887
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.io.Resources’20

org/apache/ibatis/scripting/xmltags/OgnlMemberAccess.java

SeverityCategoryRuleMessageLine
Checkstyle - 图888
 Warning
importsCustomImportOrderExtra separation in import group before ‘ognl.MemberAccess’22
Checkstyle - 图889
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.reflection.Reflector’24

org/apache/ibatis/scripting/xmltags/SetSqlNode.java

SeverityCategoryRuleMessageLine
Checkstyle - 图890
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.session.Configuration’21
Checkstyle - 图891
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/scripting/xmltags/SqlNode.java

SeverityCategoryRuleMessageLine
Checkstyle - 图892
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/scripting/xmltags/StaticTextSqlNode.java

SeverityCategoryRuleMessageLine
Checkstyle - 图893
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/scripting/xmltags/TextSqlNode.java

SeverityCategoryRuleMessageLine
Checkstyle - 图894
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.parsing.GenericTokenParser’20
Checkstyle - 图895
 Warning
javadocSummaryJavadocSummary javadoc is missing.25
Checkstyle - 图896
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.41

org/apache/ibatis/scripting/xmltags/TrimSqlNode.java

SeverityCategoryRuleMessageLine
Checkstyle - 图897
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.session.Configuration’25
Checkstyle - 图898
 Warning
javadocSummaryJavadocSummary javadoc is missing.27

org/apache/ibatis/scripting/xmltags/VarDeclSqlNode.java

SeverityCategoryRuleMessageLine
Checkstyle - 图899
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/scripting/xmltags/WhereSqlNode.java

SeverityCategoryRuleMessageLine
Checkstyle - 图900
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.session.Configuration’21
Checkstyle - 图901
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/scripting/xmltags/XMLLanguageDriver.java

SeverityCategoryRuleMessageLine
Checkstyle - 图902
 Warning
javadocSummaryJavadocSummary javadoc is missing.31

org/apache/ibatis/scripting/xmltags/XMLScriptBuilder.java

SeverityCategoryRuleMessageLine
Checkstyle - 图903
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.builder.BaseBuilder’23
Checkstyle - 图904
 Warning
javadocSummaryJavadocSummary javadoc is missing.32
Checkstyle - 图905
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.46
Checkstyle - 图906
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.65

org/apache/ibatis/session/Configuration.java

SeverityCategoryRuleMessageLine
Checkstyle - 图907
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.binding.MapperRegistry’31
Checkstyle - 图908
 Warning
javadocSummaryJavadocSummary javadoc is missing.99
Checkstyle - 图909
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.186
Checkstyle - 图910
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.232
Checkstyle - 图911
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.243
Checkstyle - 图912
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.321
Checkstyle - 图913
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.321
Checkstyle - 图914
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.439
Checkstyle - 图915
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.653
Checkstyle - 图916
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.698
Checkstyle - 图917
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.705
Checkstyle - 图918
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.712
Checkstyle - 图919
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.723
Checkstyle - 图920
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.779
Checkstyle - 图921
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.871
Checkstyle - 图922
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.910
Checkstyle - 图923
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.1024
Checkstyle - 图924
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.1051
Checkstyle - 图925
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.1051
Checkstyle - 图926
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.1106

org/apache/ibatis/session/ExecutorType.java

SeverityCategoryRuleMessageLine
Checkstyle - 图927
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/session/LocalCacheScope.java

SeverityCategoryRuleMessageLine
Checkstyle - 图928
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/session/ResultContext.java

SeverityCategoryRuleMessageLine
Checkstyle - 图929
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/session/ResultHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图930
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/session/RowBounds.java

SeverityCategoryRuleMessageLine
Checkstyle - 图931
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/session/SqlSession.java

SeverityCategoryRuleMessageLine
Checkstyle - 图932
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cursor.Cursor’23

org/apache/ibatis/session/SqlSessionException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图933
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/session/SqlSessionFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图934
 Warning
javadocSummaryJavadocFirst sentence of Javadoc is missing an ending period.20

org/apache/ibatis/session/SqlSessionFactoryBuilder.java

SeverityCategoryRuleMessageLine
Checkstyle - 图935
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.builder.xml.XMLConfigBuilder’23
Checkstyle - 图936
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.47
Checkstyle - 图937
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.77

org/apache/ibatis/session/SqlSessionManager.java

SeverityCategoryRuleMessageLine
Checkstyle - 图938
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.cursor.Cursor’28
Checkstyle - 图939
 Warning
javadocSummaryJavadocSummary javadoc is missing.32

org/apache/ibatis/session/TransactionIsolationLevel.java

SeverityCategoryRuleMessageLine
Checkstyle - 图940
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/session/defaults/DefaultSqlSession.java

SeverityCategoryRuleMessageLine
Checkstyle - 图941
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.binding.BindingException’26
Checkstyle - 图942
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.56
Checkstyle - 图943
 Warning
javadocSummaryJavadocSummary javadoc is missing.323

org/apache/ibatis/session/defaults/DefaultSqlSessionFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图944
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.exceptions.ExceptionFactory’21
Checkstyle - 图945
 Warning
javadocSummaryJavadocSummary javadoc is missing.34

org/apache/ibatis/transaction/TransactionException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图946
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/transaction/TransactionFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图947
 Warning
importsCustomImportOrderExtra separation in import group before ‘javax.sql.DataSource’21
Checkstyle - 图948
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.session.TransactionIsolationLevel’23

org/apache/ibatis/transaction/jdbc/JdbcTransaction.java

SeverityCategoryRuleMessageLine
Checkstyle - 图949
 Warning
importsCustomImportOrderExtra separation in import group before ‘javax.sql.DataSource’21
Checkstyle - 图950
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.logging.Log’23
Checkstyle - 图951
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.52

org/apache/ibatis/transaction/jdbc/JdbcTransactionFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图952
 Warning
importsCustomImportOrderExtra separation in import group before ‘javax.sql.DataSource’21
Checkstyle - 图953
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.session.TransactionIsolationLevel’23

org/apache/ibatis/transaction/managed/ManagedTransaction.java

SeverityCategoryRuleMessageLine
Checkstyle - 图954
 Warning
importsCustomImportOrderExtra separation in import group before ‘javax.sql.DataSource’21
Checkstyle - 图955
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.logging.Log’23
Checkstyle - 图956
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.51

org/apache/ibatis/transaction/managed/ManagedTransactionFactory.java

SeverityCategoryRuleMessageLine
Checkstyle - 图957
 Warning
importsCustomImportOrderExtra separation in import group before ‘javax.sql.DataSource’21
Checkstyle - 图958
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.session.TransactionIsolationLevel’23

org/apache/ibatis/type/Alias.java

SeverityCategoryRuleMessageLine
Checkstyle - 图959
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.26
Checkstyle - 图960
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.26

org/apache/ibatis/type/ArrayTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图961
 Warning
javadocSummaryJavadocSummary javadoc is missing.36

org/apache/ibatis/type/BaseTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图962
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.executor.result.ResultMapException’23
Checkstyle - 图963
 Warning
javadocSummaryJavadocSummary javadoc is missing.40
Checkstyle - 图964
 Warning
sizesLineLengthLine is longer than 120 characters (found 123).69

org/apache/ibatis/type/BigDecimalTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图965
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/type/BigIntegerTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图966
 Warning
javadocSummaryJavadocSummary javadoc is missing.25

org/apache/ibatis/type/BlobByteObjectArrayTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图967
 Warning
javadocSummaryJavadocSummary javadoc is missing.25

org/apache/ibatis/type/BlobTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图968
 Warning
javadocSummaryJavadocSummary javadoc is missing.25

org/apache/ibatis/type/BooleanTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图969
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/type/ByteArrayTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图970
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/type/ByteArrayUtils.java

SeverityCategoryRuleMessageLine
Checkstyle - 图971
 Warning
javadocSummaryJavadocSummary javadoc is missing.18

org/apache/ibatis/type/ByteObjectArrayTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图972
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/type/ByteTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图973
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/type/CharacterTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图974
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/type/ClobTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图975
 Warning
javadocSummaryJavadocSummary javadoc is missing.25

org/apache/ibatis/type/DateOnlyTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图976
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/type/DateTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图977
 Warning
javadocSummaryJavadocSummary javadoc is missing.25

org/apache/ibatis/type/DoubleTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图978
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/type/EnumOrdinalTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图979
 Warning
javadocSummaryJavadocSummary javadoc is missing.23
Checkstyle - 图980
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.31

org/apache/ibatis/type/EnumTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图981
 Warning
javadocSummaryJavadocSummary javadoc is missing.23
Checkstyle - 图982
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.30

org/apache/ibatis/type/FloatTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图983
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/type/InstantTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图984
 Warning
javadocSummaryJavadocSummary javadoc is missing.25

org/apache/ibatis/type/IntegerTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图985
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/type/JdbcType.java

SeverityCategoryRuleMessageLine
Checkstyle - 图986
 Warning
javadocSummaryJavadocSummary javadoc is missing.22
Checkstyle - 图987
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘TYPE_CODE’ must contain no more than ‘1’ consecutive capital letters.111
Checkstyle - 图988
 Warning
namingMemberNameMember name ‘TYPE_CODE’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’.111

org/apache/ibatis/type/LocalDateTimeTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图989
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/type/LocalDateTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图990
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/type/LocalTimeTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图991
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/type/LongTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图992
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/type/MappedJdbcTypes.java

SeverityCategoryRuleMessageLine
Checkstyle - 图993
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.26
Checkstyle - 图994
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.26

org/apache/ibatis/type/MappedTypes.java

SeverityCategoryRuleMessageLine
Checkstyle - 图995
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.26
Checkstyle - 图996
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.26

org/apache/ibatis/type/MonthTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图997
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/type/NClobTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图998
 Warning
javadocSummaryJavadocSummary javadoc is missing.25
Checkstyle - 图999
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘NClobTypeHandler’ must contain no more than ‘1’ consecutive capital letters.28

org/apache/ibatis/type/NStringTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1000
 Warning
javadocSummaryJavadocSummary javadoc is missing.23
Checkstyle - 图1001
 Warning
namingAbbreviationAsWordInNameAbbreviation in name ‘NStringTypeHandler’ must contain no more than ‘1’ consecutive capital letters.26

org/apache/ibatis/type/ObjectTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1002
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/type/OffsetDateTimeTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1003
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/type/OffsetTimeTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1004
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/type/ShortTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1005
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/type/SimpleTypeRegistry.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1006
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/type/SqlDateTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1007
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/type/SqlTimeTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1008
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/type/SqlTimestampTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1009
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/type/StringTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1010
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/type/TimeOnlyTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1011
 Warning
javadocSummaryJavadocSummary javadoc is missing.25

org/apache/ibatis/type/TypeAliasRegistry.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1012
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.io.ResolverUtil’32
Checkstyle - 图1013
 Warning
javadocSummaryJavadocSummary javadoc is missing.35
Checkstyle - 图1014
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.42
Checkstyle - 图1015
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.111
Checkstyle - 图1016
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.136
Checkstyle - 图1017
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.149
Checkstyle - 图1018
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.158
Checkstyle - 图1019
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.171

org/apache/ibatis/type/TypeException.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1020
 Warning
javadocSummaryJavadocSummary javadoc is missing.20

org/apache/ibatis/type/TypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1021
 Warning
javadocSummaryJavadocSummary javadoc is missing.23

org/apache/ibatis/type/TypeHandlerRegistry.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1022
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.binding.MapperMethod.ParamMap’46
Checkstyle - 图1023
 Warning
javadocSummaryJavadocSummary javadoc is missing.51
Checkstyle - 图1024
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.338
Checkstyle - 图1025
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.413
Checkstyle - 图1026
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.445
Checkstyle - 图1027
 Warning
codingOverloadMethodsDeclarationOrderAll 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 ‘439’.467
Checkstyle - 图1028
 Warning
javadocMissingJavadocMethodMissing a Javadoc comment.467

org/apache/ibatis/type/UnknownTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1029
 Warning
importsCustomImportOrderExtra separation in import group before ‘org.apache.ibatis.io.Resources’27
Checkstyle - 图1030
 Warning
javadocSummaryJavadocSummary javadoc is missing.30

org/apache/ibatis/type/YearMonthTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1031
 Warning
javadocJavadocParagraph<p> tag should be placed immediately before the first word, with no space after.26
Checkstyle - 图1032
 Warning
javadocJavadocParagraph<p> tag should be preceded with an empty line.26

org/apache/ibatis/type/YearTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1033
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/type/ZonedDateTimeTypeHandler.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1034
 Warning
javadocSummaryJavadocSummary javadoc is missing.24

org/apache/ibatis/util/MapUtil.java

SeverityCategoryRuleMessageLine
Checkstyle - 图1035
 Warning
javadocMissingJavadocTypeMissing a Javadoc comment.23