Checkstyle Results

The following document contains the results of Checkstyle 8.16 with checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
274 0 1105 0

Files

File  I  W  E
org/apache/ibatis/annotations/DeleteProvider.java 0 3 0
org/apache/ibatis/annotations/InsertProvider.java 0 3 0
org/apache/ibatis/annotations/ResultMap.java 0 1 0
org/apache/ibatis/annotations/Results.java 0 2 0
org/apache/ibatis/annotations/SelectProvider.java 0 3 0
org/apache/ibatis/annotations/UpdateProvider.java 0 3 0
org/apache/ibatis/binding/BindingException.java 0 1 0
org/apache/ibatis/binding/MapperMethod.java 0 7 0
org/apache/ibatis/binding/MapperProxy.java 0 3 0
org/apache/ibatis/binding/MapperProxyFactory.java 0 1 0
org/apache/ibatis/binding/MapperRegistry.java 0 6 0
org/apache/ibatis/builder/BaseBuilder.java 0 3 0
org/apache/ibatis/builder/BuilderException.java 0 1 0
org/apache/ibatis/builder/CacheRefResolver.java 0 1 0
org/apache/ibatis/builder/IncompleteElementException.java 0 1 0
org/apache/ibatis/builder/InitializingObject.java 0 1 0
org/apache/ibatis/builder/MapperBuilderAssistant.java 0 18 0
org/apache/ibatis/builder/ResultMapResolver.java 0 4 0
org/apache/ibatis/builder/SqlSourceBuilder.java 0 7 0
org/apache/ibatis/builder/StaticSqlSource.java 0 2 0
org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java 0 14 0
org/apache/ibatis/builder/annotation/MethodResolver.java 0 1 0
org/apache/ibatis/builder/annotation/ProviderMethodResolver.java 0 2 0
org/apache/ibatis/builder/annotation/ProviderSqlSource.java 0 18 0
org/apache/ibatis/builder/xml/XMLConfigBuilder.java 0 12 0
org/apache/ibatis/builder/xml/XMLIncludeTransformer.java 0 3 0
org/apache/ibatis/builder/xml/XMLMapperBuilder.java 0 20 0
org/apache/ibatis/builder/xml/XMLMapperEntityResolver.java 0 2 0
org/apache/ibatis/builder/xml/XMLStatementBuilder.java 0 12 0
org/apache/ibatis/cache/Cache.java 0 11 0
org/apache/ibatis/cache/CacheException.java 0 1 0
org/apache/ibatis/cache/CacheKey.java 0 7 0
org/apache/ibatis/cache/NullCacheKey.java 0 1 0
org/apache/ibatis/cache/TransactionalCacheManager.java 0 3 0
org/apache/ibatis/cache/decorators/BlockingCache.java 0 2 0
org/apache/ibatis/cache/decorators/FifoCache.java 0 1 0
org/apache/ibatis/cache/decorators/LoggingCache.java 0 1 0
org/apache/ibatis/cache/decorators/LruCache.java 0 1 0
org/apache/ibatis/cache/decorators/ScheduledCache.java 0 2 0
org/apache/ibatis/cache/decorators/SerializedCache.java 0 1 0
org/apache/ibatis/cache/decorators/SoftCache.java 0 1 0
org/apache/ibatis/cache/decorators/SynchronizedCache.java 0 1 0
org/apache/ibatis/cache/decorators/TransactionalCache.java 0 4 0
org/apache/ibatis/cache/decorators/WeakCache.java 0 1 0
org/apache/ibatis/cache/impl/PerpetualCache.java 0 1 0
org/apache/ibatis/cursor/Cursor.java 0 2 0
org/apache/ibatis/cursor/defaults/DefaultCursor.java 0 3 0
org/apache/ibatis/datasource/DataSourceException.java 0 1 0
org/apache/ibatis/datasource/DataSourceFactory.java 0 1 0
org/apache/ibatis/datasource/jndi/JndiDataSourceFactory.java 0 2 0
org/apache/ibatis/datasource/pooled/PoolState.java 0 3 0
org/apache/ibatis/datasource/pooled/PooledConnection.java 0 1 0
org/apache/ibatis/datasource/pooled/PooledDataSource.java 0 14 0
org/apache/ibatis/datasource/pooled/PooledDataSourceFactory.java 0 1 0
org/apache/ibatis/datasource/unpooled/UnpooledDataSource.java 0 8 0
org/apache/ibatis/datasource/unpooled/UnpooledDataSourceFactory.java 0 1 0
org/apache/ibatis/exceptions/ExceptionFactory.java 0 1 0
org/apache/ibatis/exceptions/IbatisException.java 0 1 0
org/apache/ibatis/exceptions/PersistenceException.java 0 1 0
org/apache/ibatis/exceptions/TooManyResultsException.java 0 1 0
org/apache/ibatis/executor/BaseExecutor.java 0 9 0
org/apache/ibatis/executor/BatchExecutor.java 0 5 0
org/apache/ibatis/executor/BatchExecutorException.java 0 1 0
org/apache/ibatis/executor/BatchResult.java 0 2 0
org/apache/ibatis/executor/CachingExecutor.java 0 6 0
org/apache/ibatis/executor/ErrorContext.java 0 5 0
org/apache/ibatis/executor/ExecutionPlaceholder.java 0 1 0
org/apache/ibatis/executor/Executor.java 0 3 0
org/apache/ibatis/executor/ExecutorException.java 0 1 0
org/apache/ibatis/executor/ResultExtractor.java 0 2 0
org/apache/ibatis/executor/ReuseExecutor.java 0 4 0
org/apache/ibatis/executor/SimpleExecutor.java 0 4 0
org/apache/ibatis/executor/keygen/Jdbc3KeyGenerator.java 0 4 0
org/apache/ibatis/executor/keygen/KeyGenerator.java 0 1 0
org/apache/ibatis/executor/keygen/NoKeyGenerator.java 0 1 0
org/apache/ibatis/executor/keygen/SelectKeyGenerator.java 0 3 0
org/apache/ibatis/executor/loader/AbstractEnhancedDeserializationProxy.java 0 4 0
org/apache/ibatis/executor/loader/AbstractSerialStateHolder.java 0 3 0
org/apache/ibatis/executor/loader/CglibProxyFactory.java 0 1 0
org/apache/ibatis/executor/loader/JavassistProxyFactory.java 0 1 0
org/apache/ibatis/executor/loader/ProxyFactory.java 0 2 0
org/apache/ibatis/executor/loader/ResultLoader.java 0 5 0
org/apache/ibatis/executor/loader/ResultLoaderMap.java 0 9 0
org/apache/ibatis/executor/loader/WriteReplaceInterface.java 0 1 0
org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java 0 18 0
org/apache/ibatis/executor/loader/cglib/CglibSerialStateHolder.java 0 3 0
org/apache/ibatis/executor/loader/javassist/JavassistProxyFactory.java 0 18 0
org/apache/ibatis/executor/loader/javassist/JavassistSerialStateHolder.java 0 3 0
org/apache/ibatis/executor/result/DefaultMapResultHandler.java 0 3 0
org/apache/ibatis/executor/result/DefaultResultContext.java 0 2 0
org/apache/ibatis/executor/result/DefaultResultHandler.java 0 1 0
org/apache/ibatis/executor/result/ResultMapException.java 0 1 0
org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java 0 60 0
org/apache/ibatis/executor/resultset/ResultSetHandler.java 0 1 0
org/apache/ibatis/executor/resultset/ResultSetWrapper.java 0 8 0
org/apache/ibatis/executor/statement/BaseStatementHandler.java 0 3 0
org/apache/ibatis/executor/statement/CallableStatementHandler.java 0 6 0
org/apache/ibatis/executor/statement/PreparedStatementHandler.java 0 3 0
org/apache/ibatis/executor/statement/RoutingStatementHandler.java 0 3 0
org/apache/ibatis/executor/statement/SimpleStatementHandler.java 0 2 0
org/apache/ibatis/executor/statement/StatementHandler.java 0 1 0
org/apache/ibatis/executor/statement/StatementUtil.java 0 1 0
org/apache/ibatis/io/ClassLoaderWrapper.java 0 16 0
org/apache/ibatis/io/DefaultVFS.java 0 9 0
org/apache/ibatis/io/ExternalResources.java 0 4 0
org/apache/ibatis/io/JBoss6VFS.java 0 5 0
org/apache/ibatis/io/ResolverUtil.java 0 1 0
org/apache/ibatis/io/Resources.java 0 18 0
org/apache/ibatis/io/VFS.java 0 8 0
org/apache/ibatis/jdbc/AbstractSQL.java 0 116 0
org/apache/ibatis/jdbc/Null.java 0 1 0
org/apache/ibatis/jdbc/RuntimeSqlException.java 0 1 0
org/apache/ibatis/jdbc/SQL.java 0 2 0
org/apache/ibatis/jdbc/ScriptRunner.java 0 6 0
org/apache/ibatis/jdbc/SelectBuilder.java 0 35 0
org/apache/ibatis/jdbc/SqlBuilder.java 0 46 0
org/apache/ibatis/jdbc/SqlRunner.java 0 3 0
org/apache/ibatis/logging/Log.java 0 1 0
org/apache/ibatis/logging/LogException.java 0 1 0
org/apache/ibatis/logging/LogFactory.java 0 3 0
org/apache/ibatis/logging/commons/JakartaCommonsLoggingImpl.java 0 1 0
org/apache/ibatis/logging/jdbc/BaseJdbcLogger.java 0 1 0
org/apache/ibatis/logging/jdbc/PreparedStatementLogger.java 0 1 0
org/apache/ibatis/logging/jdk14/Jdk14LoggingImpl.java 0 1 0
org/apache/ibatis/logging/log4j/Log4jImpl.java 0 1 0
org/apache/ibatis/logging/log4j2/Log4j2AbstractLoggerImpl.java 0 1 0
org/apache/ibatis/logging/log4j2/Log4j2Impl.java 0 2 0
org/apache/ibatis/logging/log4j2/Log4j2LoggerImpl.java 0 1 0
org/apache/ibatis/logging/nologging/NoLoggingImpl.java 0 1 0
org/apache/ibatis/logging/slf4j/Slf4jImpl.java 0 3 0
org/apache/ibatis/logging/slf4j/Slf4jLocationAwareLoggerImpl.java 0 1 0
org/apache/ibatis/logging/slf4j/Slf4jLoggerImpl.java 0 1 0
org/apache/ibatis/logging/stdout/StdOutImpl.java 0 1 0
org/apache/ibatis/mapping/BoundSql.java 0 4 0
org/apache/ibatis/mapping/CacheBuilder.java 0 3 0
org/apache/ibatis/mapping/DefaultDatabaseIdProvider.java 0 1 0
org/apache/ibatis/mapping/Discriminator.java 0 2 0
org/apache/ibatis/mapping/Environment.java 0 2 0
org/apache/ibatis/mapping/FetchType.java 0 1 0
org/apache/ibatis/mapping/MappedStatement.java 0 9 0
org/apache/ibatis/mapping/ParameterMap.java 0 3 0
org/apache/ibatis/mapping/ParameterMapping.java 0 6 0
org/apache/ibatis/mapping/ParameterMode.java 0 1 0
org/apache/ibatis/mapping/ResultFlag.java 0 1 0
org/apache/ibatis/mapping/ResultMap.java 0 5 0
org/apache/ibatis/mapping/ResultMapping.java 0 9 0
org/apache/ibatis/mapping/ResultSetType.java 0 1 0
org/apache/ibatis/mapping/SqlCommandType.java 0 1 0
org/apache/ibatis/mapping/StatementType.java 0 1 0
org/apache/ibatis/mapping/VendorDatabaseIdProvider.java 0 1 0
org/apache/ibatis/parsing/GenericTokenParser.java 0 3 0
org/apache/ibatis/parsing/ParsingException.java 0 1 0
org/apache/ibatis/parsing/PropertyParser.java 0 3 0
org/apache/ibatis/parsing/TokenHandler.java 0 1 0
org/apache/ibatis/parsing/XNode.java 0 20 0
org/apache/ibatis/parsing/XPathParser.java 0 4 0
org/apache/ibatis/plugin/Interceptor.java 0 1 0
org/apache/ibatis/plugin/InterceptorChain.java 0 2 0
org/apache/ibatis/plugin/Invocation.java 0 2 0
org/apache/ibatis/plugin/Plugin.java 0 4 0
org/apache/ibatis/plugin/PluginException.java 0 1 0
org/apache/ibatis/reflection/ExceptionUtil.java 0 2 0
org/apache/ibatis/reflection/Jdk.java 0 2 0
org/apache/ibatis/reflection/MetaClass.java 0 11 0
org/apache/ibatis/reflection/MetaObject.java 0 6 0
org/apache/ibatis/reflection/OptionalUtil.java 0 1 0
org/apache/ibatis/reflection/ParamNameResolver.java 0 1 0
org/apache/ibatis/reflection/ReflectionException.java 0 1 0
org/apache/ibatis/reflection/Reflector.java 0 6 0
org/apache/ibatis/reflection/SystemMetaObject.java 0 3 0
org/apache/ibatis/reflection/TypeParameterResolver.java 0 11 0
org/apache/ibatis/reflection/factory/DefaultObjectFactory.java 0 2 0
org/apache/ibatis/reflection/invoker/GetFieldInvoker.java 0 1 0
org/apache/ibatis/reflection/invoker/Invoker.java 0 1 0
org/apache/ibatis/reflection/invoker/MethodInvoker.java 0 2 0
org/apache/ibatis/reflection/invoker/SetFieldInvoker.java 0 1 0
org/apache/ibatis/reflection/property/PropertyCopier.java 0 2 0
org/apache/ibatis/reflection/property/PropertyNamer.java 0 3 0
org/apache/ibatis/reflection/property/PropertyTokenizer.java 0 3 0
org/apache/ibatis/reflection/wrapper/BaseWrapper.java 0 3 0
org/apache/ibatis/reflection/wrapper/BeanWrapper.java 0 6 0
org/apache/ibatis/reflection/wrapper/CollectionWrapper.java 0 1 0
org/apache/ibatis/reflection/wrapper/DefaultObjectWrapperFactory.java 0 2 0
org/apache/ibatis/reflection/wrapper/MapWrapper.java 0 2 0
org/apache/ibatis/reflection/wrapper/ObjectWrapper.java 0 1 0
org/apache/ibatis/reflection/wrapper/ObjectWrapperFactory.java 0 1 0
org/apache/ibatis/scripting/LanguageDriver.java 0 3 0
org/apache/ibatis/scripting/LanguageDriverRegistry.java 0 5 0
org/apache/ibatis/scripting/ScriptingException.java 0 1 0
org/apache/ibatis/scripting/defaults/DefaultParameterHandler.java 0 2 0
org/apache/ibatis/scripting/defaults/RawSqlSource.java 0 1 0
org/apache/ibatis/scripting/xmltags/ChooseSqlNode.java 0 1 0
org/apache/ibatis/scripting/xmltags/DynamicContext.java 0 2 0
org/apache/ibatis/scripting/xmltags/DynamicSqlSource.java 0 1 0
org/apache/ibatis/scripting/xmltags/ExpressionEvaluator.java 0 4 0
org/apache/ibatis/scripting/xmltags/ForEachSqlNode.java 0 5 0
org/apache/ibatis/scripting/xmltags/IfSqlNode.java 0 2 0
org/apache/ibatis/scripting/xmltags/MixedSqlNode.java 0 1 0
org/apache/ibatis/scripting/xmltags/OgnlCache.java 0 1 0
org/apache/ibatis/scripting/xmltags/SetSqlNode.java 0 1 0
org/apache/ibatis/scripting/xmltags/SqlNode.java 0 1 0
org/apache/ibatis/scripting/xmltags/StaticTextSqlNode.java 0 1 0
org/apache/ibatis/scripting/xmltags/TextSqlNode.java 0 2 0
org/apache/ibatis/scripting/xmltags/TrimSqlNode.java 0 4 0
org/apache/ibatis/scripting/xmltags/VarDeclSqlNode.java 0 1 0
org/apache/ibatis/scripting/xmltags/WhereSqlNode.java 0 2 0
org/apache/ibatis/scripting/xmltags/XMLLanguageDriver.java 0 3 0
org/apache/ibatis/scripting/xmltags/XMLScriptBuilder.java 0 6 0
org/apache/ibatis/session/AutoMappingUnknownColumnBehavior.java 0 4 0
org/apache/ibatis/session/Configuration.java 0 36 0
org/apache/ibatis/session/ExecutorType.java 0 1 0
org/apache/ibatis/session/LocalCacheScope.java 0 1 0
org/apache/ibatis/session/ResultContext.java 0 1 0
org/apache/ibatis/session/ResultHandler.java 0 1 0
org/apache/ibatis/session/RowBounds.java 0 1 0
org/apache/ibatis/session/SqlSessionException.java 0 1 0
org/apache/ibatis/session/SqlSessionFactory.java 0 1 0
org/apache/ibatis/session/SqlSessionFactoryBuilder.java 0 2 0
org/apache/ibatis/session/SqlSessionManager.java 0 1 0
org/apache/ibatis/session/TransactionIsolationLevel.java 0 1 0
org/apache/ibatis/session/defaults/DefaultSqlSession.java 0 3 0
org/apache/ibatis/session/defaults/DefaultSqlSessionFactory.java 0 2 0
org/apache/ibatis/transaction/Transaction.java 0 5 0
org/apache/ibatis/transaction/TransactionException.java 0 1 0
org/apache/ibatis/transaction/TransactionFactory.java 0 1 0
org/apache/ibatis/transaction/jdbc/JdbcTransaction.java 0 1 0
org/apache/ibatis/transaction/managed/ManagedTransaction.java 0 1 0
org/apache/ibatis/type/ArrayTypeHandler.java 0 2 0
org/apache/ibatis/type/BaseTypeHandler.java 0 8 0
org/apache/ibatis/type/BigDecimalTypeHandler.java 0 1 0
org/apache/ibatis/type/BigIntegerTypeHandler.java 0 2 0
org/apache/ibatis/type/BlobByteObjectArrayTypeHandler.java 0 1 0
org/apache/ibatis/type/BlobTypeHandler.java 0 1 0
org/apache/ibatis/type/BooleanTypeHandler.java 0 1 0
org/apache/ibatis/type/ByteArrayTypeHandler.java 0 1 0
org/apache/ibatis/type/ByteArrayUtils.java 0 1 0
org/apache/ibatis/type/ByteObjectArrayTypeHandler.java 0 2 0
org/apache/ibatis/type/ByteTypeHandler.java 0 1 0
org/apache/ibatis/type/CharacterTypeHandler.java 0 2 0
org/apache/ibatis/type/ClobTypeHandler.java 0 1 0
org/apache/ibatis/type/DateOnlyTypeHandler.java 0 1 0
org/apache/ibatis/type/DateTypeHandler.java 0 1 0
org/apache/ibatis/type/DoubleTypeHandler.java 0 1 0
org/apache/ibatis/type/EnumOrdinalTypeHandler.java 0 3 0
org/apache/ibatis/type/EnumTypeHandler.java 0 2 0
org/apache/ibatis/type/FloatTypeHandler.java 0 1 0
org/apache/ibatis/type/InstantTypeHandler.java 0 2 0
org/apache/ibatis/type/IntegerTypeHandler.java 0 1 0
org/apache/ibatis/type/JdbcType.java 0 3 0
org/apache/ibatis/type/LocalDateTimeTypeHandler.java 0 1 0
org/apache/ibatis/type/LocalDateTypeHandler.java 0 1 0
org/apache/ibatis/type/LocalTimeTypeHandler.java 0 1 0
org/apache/ibatis/type/LongTypeHandler.java 0 1 0
org/apache/ibatis/type/MonthTypeHandler.java 0 1 0
org/apache/ibatis/type/NClobTypeHandler.java 0 1 0
org/apache/ibatis/type/NStringTypeHandler.java 0 1 0
org/apache/ibatis/type/ObjectTypeHandler.java 0 1 0
org/apache/ibatis/type/OffsetDateTimeTypeHandler.java 0 1 0
org/apache/ibatis/type/OffsetTimeTypeHandler.java 0 1 0
org/apache/ibatis/type/ShortTypeHandler.java 0 1 0
org/apache/ibatis/type/SimpleTypeRegistry.java 0 1 0
org/apache/ibatis/type/SqlDateTypeHandler.java 0 1 0
org/apache/ibatis/type/SqlTimeTypeHandler.java 0 1 0
org/apache/ibatis/type/SqlTimestampTypeHandler.java 0 1 0
org/apache/ibatis/type/StringTypeHandler.java 0 1 0
org/apache/ibatis/type/TimeOnlyTypeHandler.java 0 1 0
org/apache/ibatis/type/TypeAliasRegistry.java 0 9 0
org/apache/ibatis/type/TypeException.java 0 1 0
org/apache/ibatis/type/TypeHandler.java 0 2 0
org/apache/ibatis/type/TypeHandlerRegistry.java 0 7 0
org/apache/ibatis/type/UnknownTypeHandler.java 0 1 0
org/apache/ibatis/type/YearMonthTypeHandler.java 0 2 0
org/apache/ibatis/type/YearTypeHandler.java 0 1 0
org/apache/ibatis/type/ZonedDateTimeTypeHandler.java 0 1 0

Rules

Category Rule Violations Severity
blocks EmptyCatchBlock
  • exceptionVariableName: "expected"
1  Warning
RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, STATIC_INIT, INSTANCE_INIT"
  • id: "RightCurlyAlone"
  • option: "alone"
5  Warning
RightCurly
  • tokens: "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_DO"
  • id: "RightCurlySame"
5  Warning
coding MultipleVariableDeclarations 1  Warning
NoFinalizer 1  Warning
OverloadMethodsDeclarationOrder 12  Warning
VariableDeclarationUsageDistance 5  Warning
indentation CommentsIndentation 1  Warning
Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
6  Warning
javadoc AtclauseOrder
  • tagOrder: "@param, @return, @throws, @deprecated"
  • target: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
1  Warning
JavadocMethod
  • scope: "public"
  • allowMissingThrowsTags: "true"
  • allowThrowsTagsForSubclasses: "true"
  • allowMissingReturnTag: "true"
  • allowMissingParamTags: "true"
  • minLineCount: "2"
  • allowedAnnotations: "Override, Test"
201  Warning
JavadocParagraph 24  Warning
JavadocTagContinuationIndentation 2  Warning
NonEmptyAtclauseDescription 10  Warning
SingleLineJavadoc
  • ignoreInlineTags: "false"
3  Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
312  Warning
modifier ModifierOrder 1  Warning
naming AbbreviationAsWordInName
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "1"
107  Warning
LocalVariableName
  • format: "^[a-z]([a-z0-9][a-zA-Z0-9]*)?$"
  • tokens: "VARIABLE_DEF"
2  Warning
MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
3  Warning
MethodName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9_]*$"
82  Warning
ParameterName
  • format: "^[a-z]([a-z0-9][a-zA-Z0-9]*)?$"
1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
314  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
3  Warning
NoWhitespaceBefore
  • tokens: "COMMA, SEMI, POST_INC, POST_DEC, DOT, ELLIPSIS, METHOD_REF"
  • allowLineBreaks: "true"
2  Warning
OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR, METHOD_REF "
  • option: "NL"
3  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
2  Warning

Details

org/apache/ibatis/annotations/DeleteProvider.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 72
 Warning sizes LineLength Line is longer than 120 characters (found 146). 77
 Warning sizes LineLength Line is longer than 120 characters (found 159). 81

org/apache/ibatis/annotations/InsertProvider.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 73
 Warning sizes LineLength Line is longer than 120 characters (found 146). 78
 Warning sizes LineLength Line is longer than 120 characters (found 159). 82

org/apache/ibatis/annotations/ResultMap.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 121). 36

org/apache/ibatis/annotations/Results.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 34
 Warning sizes LineLength Line is longer than 120 characters (found 151). 35

org/apache/ibatis/annotations/SelectProvider.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 73
 Warning sizes LineLength Line is longer than 120 characters (found 146). 78
 Warning sizes LineLength Line is longer than 120 characters (found 159). 82

org/apache/ibatis/annotations/UpdateProvider.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 73
 Warning sizes LineLength Line is longer than 120 characters (found 146). 78
 Warning sizes LineLength Line is longer than 120 characters (found 159). 82

org/apache/ibatis/binding/BindingException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/binding/MapperMethod.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning sizes LineLength Line is longer than 120 characters (found 136). 118
 Warning javadoc JavadocMethod Missing a Javadoc comment. 224
 Warning javadoc JavadocMethod Missing a Javadoc comment. 288
 Warning sizes LineLength Line is longer than 120 characters (found 128). 369
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '328'. 376

org/apache/ibatis/binding/MapperProxy.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 32
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning sizes LineLength Line is longer than 120 characters (found 131). 70

org/apache/ibatis/binding/MapperProxyFactory.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 26

org/apache/ibatis/binding/MapperRegistry.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43
 Warning javadoc JavadocMethod Missing a Javadoc comment. 60
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 82
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 89
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 101

org/apache/ibatis/builder/BaseBuilder.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning sizes LineLength Line is longer than 120 characters (found 143). 128

org/apache/ibatis/builder/BuilderException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/builder/CacheRefResolver.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/builder/IncompleteElementException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/builder/InitializingObject.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 129). 31

org/apache/ibatis/builder/MapperBuilderAssistant.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 52
 Warning javadoc JavadocMethod Missing a Javadoc comment. 62
 Warning javadoc JavadocMethod Missing a Javadoc comment. 72
 Warning javadoc JavadocMethod Missing a Javadoc comment. 85
 Warning javadoc JavadocMethod Missing a Javadoc comment. 106
 Warning javadoc JavadocMethod Missing a Javadoc comment. 124
 Warning javadoc JavadocMethod Missing a Javadoc comment. 145
 Warning javadoc JavadocMethod Missing a Javadoc comment. 152
 Warning javadoc JavadocMethod Missing a Javadoc comment. 176
 Warning javadoc JavadocMethod Missing a Javadoc comment. 213
 Warning javadoc JavadocMethod Missing a Javadoc comment. 244
 Warning sizes LineLength Line is longer than 120 characters (found 141). 341
 Warning javadoc JavadocMethod Missing a Javadoc comment. 356
 Warning sizes LineLength Line is longer than 120 characters (found 121). 440
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '356'. 458
 Warning sizes LineLength Line is longer than 120 characters (found 122). 463
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 466
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '244'. 475

org/apache/ibatis/builder/ResultMapResolver.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24
 Warning sizes LineLength Line is longer than 120 characters (found 189). 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 36
 Warning sizes LineLength Line is longer than 120 characters (found 126). 47

org/apache/ibatis/builder/SqlSourceBuilder.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 31
 Warning sizes LineLength Line is longer than 120 characters (found 126). 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning sizes LineLength Line is longer than 120 characters (found 128). 43
 Warning sizes LineLength Line is longer than 120 characters (found 136). 55
 Warning sizes LineLength Line is longer than 120 characters (found 162). 117
 Warning sizes LineLength Line is longer than 120 characters (found 168). 132

org/apache/ibatis/builder/StaticSqlSource.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 93
 Warning javadoc JavadocMethod Missing a Javadoc comment. 118
 Warning javadoc JavadocMethod Missing a Javadoc comment. 125
 Warning sizes LineLength Line is longer than 120 characters (found 163). 180
 Warning sizes LineLength Line is longer than 120 characters (found 159). 192
 Warning sizes LineLength Line is longer than 120 characters (found 135). 254
 Warning sizes LineLength Line is longer than 120 characters (found 123). 321
 Warning sizes LineLength Line is longer than 120 characters (found 131). 341
 Warning sizes LineLength Line is longer than 120 characters (found 131). 398
 Warning sizes LineLength Line is longer than 120 characters (found 128). 473
 Warning sizes LineLength Line is longer than 120 characters (found 125). 488
 Warning sizes LineLength Line is longer than 120 characters (found 165). 628
 Warning sizes LineLength Line is longer than 120 characters (found 121). 646
 Warning sizes LineLength Line is longer than 120 characters (found 179). 649

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

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

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 29
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 40

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 32
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 48
 Warning sizes LineLength Line is longer than 120 characters (found 130). 49
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 50
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 57
 Warning sizes LineLength Line is longer than 120 characters (found 130). 59
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 60
 Warning whitespace NoWhitespaceBefore ',' is preceded with whitespace. 64
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 67
 Warning sizes LineLength Line is longer than 120 characters (found 122). 81
 Warning sizes LineLength Line is longer than 120 characters (found 125). 86
 Warning sizes LineLength Line is longer than 120 characters (found 122). 88
 Warning sizes LineLength Line is longer than 120 characters (found 135). 117
 Warning whitespace OperatorWrap '&&' should be on a new line. 140
 Warning indentation Indentation '(' has incorrect indentation level 10, expected level should be 12. 141
 Warning sizes LineLength Line is longer than 120 characters (found 145). 141
 Warning sizes LineLength Line is longer than 120 characters (found 147). 169
 Warning whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 175

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 49
 Warning naming AbbreviationAsWordInName Abbreviation in name 'XMLConfigBuilder' must contain no more than '2' consecutive capital letters. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 93
 Warning sizes LineLength Line is longer than 120 characters (found 130). 134
 Warning sizes LineLength Line is longer than 120 characters (found 121). 188
 Warning sizes LineLength Line is longer than 120 characters (found 167). 227
 Warning sizes LineLength Line is longer than 120 characters (found 123). 244
 Warning sizes LineLength Line is longer than 120 characters (found 159). 245
 Warning sizes LineLength Line is longer than 120 characters (found 141). 261
 Warning sizes LineLength Line is longer than 120 characters (found 136). 373
 Warning sizes LineLength Line is longer than 120 characters (found 131). 378
 Warning sizes LineLength Line is longer than 120 characters (found 125). 384

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 33
 Warning naming AbbreviationAsWordInName Abbreviation in name 'XMLIncludeTransformer' must contain no more than '2' consecutive capital letters. 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 46

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 51
 Warning naming AbbreviationAsWordInName Abbreviation in name 'XMLMapperBuilder' must contain no more than '2' consecutive capital letters. 55
 Warning sizes LineLength Line is longer than 120 characters (found 139). 63
 Warning sizes LineLength Line is longer than 120 characters (found 121). 69
 Warning sizes LineLength Line is longer than 120 characters (found 149). 74
 Warning sizes LineLength Line is longer than 120 characters (found 131). 79
 Warning sizes LineLength Line is longer than 120 characters (found 127). 84
 Warning javadoc JavadocMethod Missing a Javadoc comment. 92
 Warning sizes LineLength Line is longer than 120 characters (found 136). 135
 Warning sizes LineLength Line is longer than 120 characters (found 122). 192
 Warning sizes LineLength Line is longer than 120 characters (found 191). 235
 Warning sizes LineLength Line is longer than 120 characters (found 129). 256
 Warning sizes LineLength Line is longer than 120 characters (found 149). 286
 Warning sizes LineLength Line is longer than 120 characters (found 125). 320
 Warning sizes LineLength Line is longer than 120 characters (found 135). 331
 Warning sizes LineLength Line is longer than 120 characters (found 132). 334
 Warning indentation Indentation 'processNestedResultMappings' has incorrect indentation level 6, expected level should be 8. 382
 Warning sizes LineLength Line is longer than 120 characters (found 131). 388
 Warning sizes LineLength Line is longer than 120 characters (found 223). 392
 Warning sizes LineLength Line is longer than 120 characters (found 121). 395

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

Severity Category Rule Message Line
 Warning naming AbbreviationAsWordInName Abbreviation in name 'XMLMapperEntityResolver' must contain no more than '2' consecutive capital letters. 33
 Warning sizes LineLength Line is longer than 120 characters (found 123). 59

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 36
 Warning naming AbbreviationAsWordInName Abbreviation in name 'XMLStatementBuilder' must contain no more than '2' consecutive capital letters. 39
 Warning sizes LineLength Line is longer than 120 characters (found 134). 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning javadoc JavadocMethod Missing a Javadoc comment. 56
 Warning coding VariableDeclarationUsageDistance Distance between variable 'flushCache' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 67
 Warning coding VariableDeclarationUsageDistance Distance between variable 'useCache' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 68
 Warning coding VariableDeclarationUsageDistance Distance between variable 'resultOrdered' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 69
 Warning sizes LineLength Line is longer than 120 characters (found 136). 97
 Warning sizes LineLength Line is longer than 120 characters (found 156). 128
 Warning sizes LineLength Line is longer than 120 characters (found 141). 138
 Warning sizes LineLength Line is longer than 120 characters (found 141). 141

org/apache/ibatis/cache/Cache.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 22
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 22
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 24
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 24
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 26
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 26
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 44
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 49
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 55
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 91
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 91

org/apache/ibatis/cache/CacheException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/cache/CacheKey.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 32
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 37
 Warning sizes LineLength Line is longer than 120 characters (found 181). 50
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 81

org/apache/ibatis/cache/NullCacheKey.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/cache/TransactionalCacheManager.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 48

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

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 28
 Warning sizes LineLength Line is longer than 120 characters (found 135). 98

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 22

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 31

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

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

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 29
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 95

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24

org/apache/ibatis/cursor/Cursor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 30
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 35

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 130). 72
 Warning javadoc JavadocMethod Missing a Javadoc comment. 72
 Warning coding VariableDeclarationUsageDistance Distance between variable 'next' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 147

org/apache/ibatis/datasource/DataSourceException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/datasource/DataSourceFactory.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 21

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 29
 Warning naming AbbreviationAsWordInName Abbreviation in name 'PREFIX' must contain no more than '2' consecutive capital letters. 70

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 21
 Warning sizes LineLength Line is longer than 120 characters (found 128). 69
 Warning sizes LineLength Line is longer than 120 characters (found 124). 92

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 26

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 133). 69
 Warning sizes LineLength Line is longer than 120 characters (found 133). 74
 Warning sizes LineLength Line is longer than 120 characters (found 133). 79
 Warning sizes LineLength Line is longer than 120 characters (found 133). 84
 Warning sizes LineLength Line is longer than 120 characters (found 168). 153
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 278
 Warning sizes LineLength Line is longer than 120 characters (found 135). 322
 Warning sizes LineLength Line is longer than 120 characters (found 134). 370
 Warning sizes LineLength Line is longer than 120 characters (found 129). 397
 Warning sizes LineLength Line is longer than 120 characters (found 133). 491
 Warning sizes LineLength Line is longer than 120 characters (found 131). 512
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 518
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 572
 Warning coding NoFinalizer Avoid using finalizer method. 588

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 72
 Warning sizes LineLength Line is longer than 120 characters (found 121). 78
 Warning javadoc JavadocMethod Missing a Javadoc comment. 78
 Warning javadoc JavadocMethod Missing a Javadoc comment. 86
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 187
 Warning sizes LineLength Line is longer than 120 characters (found 168). 195

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 27

org/apache/ibatis/exceptions/ExceptionFactory.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/exceptions/IbatisException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/exceptions/PersistenceException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/exceptions/TooManyResultsException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/executor/BaseExecutor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 125
 Warning sizes LineLength Line is longer than 120 characters (found 136). 133
 Warning sizes LineLength Line is longer than 120 characters (found 169). 141
 Warning sizes LineLength Line is longer than 120 characters (found 122). 182
 Warning sizes LineLength Line is longer than 120 characters (found 147). 276
 Warning sizes LineLength Line is longer than 120 characters (found 126). 279
 Warning sizes LineLength Line is longer than 120 characters (found 123). 303
 Warning sizes LineLength Line is longer than 120 characters (found 182). 320

org/apache/ibatis/executor/BatchExecutor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 38
 Warning sizes LineLength Line is longer than 120 characters (found 129). 57
 Warning sizes LineLength Line is longer than 120 characters (found 141). 82
 Warning sizes LineLength Line is longer than 120 characters (found 133). 88
 Warning sizes LineLength Line is longer than 120 characters (found 139). 99

org/apache/ibatis/executor/BatchExecutorException.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 36

org/apache/ibatis/executor/BatchResult.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 34

org/apache/ibatis/executor/CachingExecutor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 35
 Warning sizes LineLength Line is longer than 120 characters (found 142). 80
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '79'. 92
 Warning sizes LineLength Line is longer than 120 characters (found 153). 93
 Warning sizes LineLength Line is longer than 120 characters (found 167). 138
 Warning sizes LineLength Line is longer than 120 characters (found 122). 155

org/apache/ibatis/executor/ErrorContext.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 46
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 91

org/apache/ibatis/executor/ExecutionPlaceholder.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/executor/Executor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 30
 Warning sizes LineLength Line is longer than 120 characters (found 166). 39
 Warning sizes LineLength Line is longer than 120 characters (found 128). 41

org/apache/ibatis/executor/ExecutorException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/executor/ResultExtractor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37

org/apache/ibatis/executor/ReuseExecutor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 36
 Warning sizes LineLength Line is longer than 120 characters (found 157). 56
 Warning sizes LineLength Line is longer than 120 characters (found 125). 58
 Warning sizes LineLength Line is longer than 120 characters (found 139). 64

org/apache/ibatis/executor/SimpleExecutor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 34
 Warning sizes LineLength Line is longer than 120 characters (found 157). 57
 Warning sizes LineLength Line is longer than 120 characters (found 127). 61
 Warning sizes LineLength Line is longer than 120 characters (found 139). 70

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 46
 Warning javadoc JavadocMethod Missing a Javadoc comment. 74
 Warning sizes LineLength Line is longer than 120 characters (found 125). 188
 Warning sizes LineLength Line is longer than 120 characters (found 125). 201

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 29
 Warning sizes LineLength Line is longer than 120 characters (found 121). 105
 Warning sizes LineLength Line is longer than 120 characters (found 155). 117

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 29
 Warning sizes LineLength Line is longer than 120 characters (found 121). 44
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55
 Warning sizes LineLength Line is longer than 120 characters (found 124). 67

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 56
 Warning sizes LineLength Line is longer than 120 characters (found 156). 131

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24
 Warning sizes LineLength Line is longer than 120 characters (found 188). 33

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 37
 Warning sizes LineLength Line is longer than 120 characters (found 180). 56
 Warning javadoc JavadocMethod Missing a Javadoc comment. 56
 Warning javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning sizes LineLength Line is longer than 120 characters (found 134). 81

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 44
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52
 Warning sizes LineLength Line is longer than 120 characters (found 142). 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 78
 Warning javadoc JavadocMethod Missing a Javadoc comment. 91
 Warning javadoc JavadocMethod Missing a Javadoc comment. 174
 Warning javadoc JavadocMethod Missing a Javadoc comment. 187
 Warning sizes LineLength Line is longer than 120 characters (found 162). 304
 Warning sizes LineLength Line is longer than 120 characters (found 141). 309

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 50
 Warning sizes LineLength Line is longer than 120 characters (found 132). 54
 Warning sizes LineLength Line is longer than 120 characters (found 196). 59
 Warning sizes LineLength Line is longer than 120 characters (found 141). 60
 Warning sizes LineLength Line is longer than 120 characters (found 212). 63
 Warning sizes LineLength Line is longer than 120 characters (found 137). 64
 Warning sizes LineLength Line is longer than 120 characters (found 128). 67
 Warning sizes LineLength Line is longer than 120 characters (found 210). 103
 Warning sizes LineLength Line is longer than 120 characters (found 205). 113
 Warning sizes LineLength Line is longer than 120 characters (found 167). 115
 Warning sizes LineLength Line is longer than 120 characters (found 139). 135
 Warning sizes LineLength Line is longer than 120 characters (found 131). 162
 Warning sizes LineLength Line is longer than 120 characters (found 146). 164
 Warning sizes LineLength Line is longer than 120 characters (found 138). 169
 Warning sizes LineLength Line is longer than 120 characters (found 166). 172
 Warning sizes LineLength Line is longer than 120 characters (found 164). 185
 Warning sizes LineLength Line is longer than 120 characters (found 123). 187

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25
 Warning sizes LineLength Line is longer than 120 characters (found 147). 45
 Warning sizes LineLength Line is longer than 120 characters (found 143). 47

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning sizes LineLength Line is longer than 120 characters (found 140). 53
 Warning sizes LineLength Line is longer than 120 characters (found 196). 58
 Warning sizes LineLength Line is longer than 120 characters (found 141). 59
 Warning sizes LineLength Line is longer than 120 characters (found 212). 62
 Warning sizes LineLength Line is longer than 120 characters (found 137). 63
 Warning sizes LineLength Line is longer than 120 characters (found 133). 66
 Warning sizes LineLength Line is longer than 120 characters (found 210). 105
 Warning sizes LineLength Line is longer than 120 characters (found 205). 115
 Warning sizes LineLength Line is longer than 120 characters (found 167). 117
 Warning sizes LineLength Line is longer than 120 characters (found 143). 137
 Warning sizes LineLength Line is longer than 120 characters (found 127). 164
 Warning sizes LineLength Line is longer than 120 characters (found 146). 166
 Warning sizes LineLength Line is longer than 120 characters (found 138). 171
 Warning sizes LineLength Line is longer than 120 characters (found 166). 174
 Warning sizes LineLength Line is longer than 120 characters (found 164). 187
 Warning sizes LineLength Line is longer than 120 characters (found 127). 189

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25
 Warning sizes LineLength Line is longer than 120 characters (found 147). 45
 Warning sizes LineLength Line is longer than 120 characters (found 147). 47

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning sizes LineLength Line is longer than 120 characters (found 156). 39

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 29

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 65
 Warning sizes LineLength Line is longer than 120 characters (found 170). 120
 Warning javadoc JavadocMethod Missing a Javadoc comment. 120
 Warning sizes LineLength Line is longer than 120 characters (found 138). 156
 Warning sizes LineLength Line is longer than 120 characters (found 134). 289
 Warning sizes LineLength Line is longer than 120 characters (found 154). 294
 Warning sizes LineLength Line is longer than 120 characters (found 176). 322
 Warning javadoc JavadocMethod Missing a Javadoc comment. 322
 Warning sizes LineLength Line is longer than 120 characters (found 172). 333
 Warning sizes LineLength Line is longer than 120 characters (found 125). 334
 Warning sizes LineLength Line is longer than 120 characters (found 133). 341
 Warning sizes LineLength Line is longer than 120 characters (found 173). 347
 Warning sizes LineLength Line is longer than 120 characters (found 184). 359
 Warning sizes LineLength Line is longer than 120 characters (found 127). 368
 Warning sizes LineLength Line is longer than 120 characters (found 154). 427
 Warning sizes LineLength Line is longer than 120 characters (found 122). 441
 Warning sizes LineLength Line is longer than 120 characters (found 123). 453
 Warning sizes LineLength Line is longer than 120 characters (found 163). 462
 Warning sizes LineLength Line is longer than 120 characters (found 174). 476
 Warning sizes LineLength Line is longer than 120 characters (found 122). 501
 Warning sizes LineLength Line is longer than 120 characters (found 149). 516
 Warning sizes LineLength Line is longer than 120 characters (found 133). 537
 Warning sizes LineLength Line is longer than 120 characters (found 132). 548
 Warning sizes LineLength Line is longer than 120 characters (found 125). 549
 Warning sizes LineLength Line is longer than 120 characters (found 141). 566
 Warning sizes LineLength Line is longer than 120 characters (found 149). 587
 Warning sizes LineLength Line is longer than 120 characters (found 163). 597
 Warning sizes LineLength Line is longer than 120 characters (found 165). 606
 Warning sizes LineLength Line is longer than 120 characters (found 135). 614
 Warning sizes LineLength Line is longer than 120 characters (found 124). 623
 Warning sizes LineLength Line is longer than 120 characters (found 129). 624
 Warning sizes LineLength Line is longer than 120 characters (found 176). 650
 Warning sizes LineLength Line is longer than 120 characters (found 198). 665
 Warning sizes LineLength Line is longer than 120 characters (found 121). 692
 Warning sizes LineLength Line is longer than 120 characters (found 130). 705
 Warning sizes LineLength Line is longer than 120 characters (found 138). 723
 Warning sizes LineLength Line is longer than 120 characters (found 141). 727
 Warning sizes LineLength Line is longer than 120 characters (found 127). 731
 Warning sizes LineLength Line is longer than 120 characters (found 156). 733
 Warning sizes LineLength Line is longer than 120 characters (found 166). 739
 Warning sizes LineLength Line is longer than 120 characters (found 138). 745
 Warning sizes LineLength Line is longer than 120 characters (found 127). 749
 Warning sizes LineLength Line is longer than 120 characters (found 158). 755
 Warning sizes LineLength Line is longer than 120 characters (found 157). 767
 Warning sizes LineLength Line is longer than 120 characters (found 152). 775
 Warning sizes LineLength Line is longer than 120 characters (found 155). 785
 Warning sizes LineLength Line is longer than 120 characters (found 126). 816
 Warning javadoc JavadocMethod Missing a Javadoc comment. 816
 Warning sizes LineLength Line is longer than 120 characters (found 124). 836
 Warning sizes LineLength Line is longer than 120 characters (found 195). 853
 Warning sizes LineLength Line is longer than 120 characters (found 158). 888
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '395'. 888
 Warning sizes LineLength Line is longer than 120 characters (found 124). 907
 Warning sizes LineLength Line is longer than 120 characters (found 174). 927
 Warning sizes LineLength Line is longer than 120 characters (found 139). 959
 Warning sizes LineLength Line is longer than 120 characters (found 136). 977
 Warning sizes LineLength Line is longer than 120 characters (found 121). 999
 Warning sizes LineLength Line is longer than 120 characters (found 187). 1049
 Warning sizes LineLength Line is longer than 120 characters (found 153). 1072
 Warning sizes LineLength Line is longer than 120 characters (found 145). 1131

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52
 Warning javadoc JavadocMethod Missing a Javadoc comment. 81
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 82
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 95
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 96
 Warning javadoc JavadocMethod Missing a Javadoc comment. 161
 Warning javadoc JavadocMethod Missing a Javadoc comment. 170

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 36
 Warning sizes LineLength Line is longer than 120 characters (found 179). 53
 Warning sizes LineLength Line is longer than 120 characters (found 143). 70

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 38
 Warning sizes LineLength Line is longer than 120 characters (found 174). 43
 Warning sizes LineLength Line is longer than 120 characters (found 141). 105
 Warning sizes LineLength Line is longer than 120 characters (found 169). 107
 Warning sizes LineLength Line is longer than 120 characters (found 121). 108
 Warning sizes LineLength Line is longer than 120 characters (found 123). 113

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 35
 Warning sizes LineLength Line is longer than 120 characters (found 174). 40
 Warning sizes LineLength Line is longer than 120 characters (found 121). 88

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 32
 Warning sizes LineLength Line is longer than 120 characters (found 160). 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 35
 Warning sizes LineLength Line is longer than 120 characters (found 172). 40

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 28

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 137). 43

org/apache/ibatis/io/ClassLoaderWrapper.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 21
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 39
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getResourceAsURL' must contain no more than '2' consecutive capital letters. 45
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 49
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getResourceAsURL' must contain no more than '2' consecutive capital letters. 56
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 60
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 70
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 81
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 92
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 104
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '77'. 111
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 131
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getResourceAsURL' must contain no more than '2' consecutive capital letters. 138
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '56'. 138
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 170
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '100'. 178

org/apache/ibatis/io/DefaultVFS.java

Severity Category Rule Message Line
 Warning naming AbbreviationAsWordInName Abbreviation in name 'DefaultVFS' must contain no more than '2' consecutive capital letters. 42
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 68
 Warning blocks RightCurly '}' at column 11 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 87
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 14. 127
 Warning indentation Indentation 'if' child has incorrect indentation level 18, expected level should be 16. 131
 Warning blocks RightCurly '}' at column 11 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 135
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 218
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 247
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 260

org/apache/ibatis/io/ExternalResources.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning sizes LineLength Line is longer than 120 characters (found 121). 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53

org/apache/ibatis/io/JBoss6VFS.java

Severity Category Rule Message Line
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JBoss6VFS' must contain no more than '2' consecutive capital letters. 33
 Warning whitespace EmptyLineSeparator ',' should be separated from previous statement. 39
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 39
 Warning naming AbbreviationAsWordInName Abbreviation in name 'VFS' must contain no more than '2' consecutive capital letters. 68
 Warning javadoc SingleLineJavadoc Single-line Javadoc comment should be multi-line. 139

org/apache/ibatis/io/ResolverUtil.java

Severity Category Rule Message Line
 Warning whitespace OperatorWrap '+' should be on a new line. 264

org/apache/ibatis/io/Resources.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 55
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 64
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getResourceURL' must contain no more than '2' consecutive capital letters. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 73
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 76
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getResourceURL' must contain no more than '2' consecutive capital letters. 84
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 92
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 103
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 119
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 134
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 150
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 167
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 185
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 196
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 208
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 221
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 238
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 253

org/apache/ibatis/io/VFS.java

Severity Category Rule Message Line
 Warning naming AbbreviationAsWordInName Abbreviation in name 'VFS' must contain no more than '2' consecutive capital letters. 35
 Warning javadoc SingleLineJavadoc Single-line Javadoc comment should be multi-line. 41
 Warning naming AbbreviationAsWordInName Abbreviation in name 'VFSHolder' must contain no more than '2' consecutive capital letters. 45
 Warning naming AbbreviationAsWordInName Abbreviation in name 'createVFS' must contain no more than '2' consecutive capital letters. 49
 Warning whitespace OperatorWrap '+' should be on a new line. 63
 Warning sizes LineLength Line is longer than 120 characters (found 121). 67
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 6, 4, indentation should be the same level as line 104, 106. 105
 Warning javadoc SingleLineJavadoc Single-line Javadoc comment should be multi-line. 174

org/apache/ibatis/jdbc/AbstractSQL.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24
 Warning naming AbbreviationAsWordInName Abbreviation in name 'AbstractSQL' must contain no more than '2' consecutive capital letters. 30
 Warning naming AbbreviationAsWordInName Abbreviation in name 'UPDATE' must contain no more than '2' consecutive capital letters. 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning naming MethodName Method name 'UPDATE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 39
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SET' must contain no more than '2' consecutive capital letters. 45
 Warning naming MethodName Method name 'SET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 45
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 50
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SET' must contain no more than '2' consecutive capital letters. 53
 Warning naming MethodName Method name 'SET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 53
 Warning naming AbbreviationAsWordInName Abbreviation in name 'INSERT_INTO' must contain no more than '2' consecutive capital letters. 58
 Warning javadoc JavadocMethod Missing a Javadoc comment. 58
 Warning naming MethodName Method name 'INSERT_INTO' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 58
 Warning naming AbbreviationAsWordInName Abbreviation in name 'VALUES' must contain no more than '2' consecutive capital letters. 64
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning naming MethodName Method name 'VALUES' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 64
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 70
 Warning naming AbbreviationAsWordInName Abbreviation in name 'INTO_COLUMNS' must contain no more than '2' consecutive capital letters. 73
 Warning naming MethodName Method name 'INTO_COLUMNS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 73
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 78
 Warning naming AbbreviationAsWordInName Abbreviation in name 'INTO_VALUES' must contain no more than '2' consecutive capital letters. 81
 Warning naming MethodName Method name 'INTO_VALUES' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 81
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SELECT' must contain no more than '2' consecutive capital letters. 87
 Warning javadoc JavadocMethod Missing a Javadoc comment. 87
 Warning naming MethodName Method name 'SELECT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 87
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 93
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SELECT' must contain no more than '2' consecutive capital letters. 96
 Warning naming MethodName Method name 'SELECT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 96
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SELECT_DISTINCT' must contain no more than '2' consecutive capital letters. 102
 Warning javadoc JavadocMethod Missing a Javadoc comment. 102
 Warning naming MethodName Method name 'SELECT_DISTINCT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 102
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 108
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SELECT_DISTINCT' must contain no more than '2' consecutive capital letters. 111
 Warning naming MethodName Method name 'SELECT_DISTINCT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 111
 Warning naming AbbreviationAsWordInName Abbreviation in name 'DELETE_FROM' must contain no more than '2' consecutive capital letters. 117
 Warning javadoc JavadocMethod Missing a Javadoc comment. 117
 Warning naming MethodName Method name 'DELETE_FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 117
 Warning naming AbbreviationAsWordInName Abbreviation in name 'FROM' must contain no more than '2' consecutive capital letters. 123
 Warning naming MethodName Method name 'FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 123
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 128
 Warning naming AbbreviationAsWordInName Abbreviation in name 'FROM' must contain no more than '2' consecutive capital letters. 131
 Warning naming MethodName Method name 'FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 131
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JOIN' must contain no more than '2' consecutive capital letters. 136
 Warning naming MethodName Method name 'JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 136
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 141
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JOIN' must contain no more than '2' consecutive capital letters. 144
 Warning naming MethodName Method name 'JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 144
 Warning naming AbbreviationAsWordInName Abbreviation in name 'INNER_JOIN' must contain no more than '2' consecutive capital letters. 149
 Warning naming MethodName Method name 'INNER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 149
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 154
 Warning naming AbbreviationAsWordInName Abbreviation in name 'INNER_JOIN' must contain no more than '2' consecutive capital letters. 157
 Warning naming MethodName Method name 'INNER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 157
 Warning naming AbbreviationAsWordInName Abbreviation in name 'LEFT_OUTER_JOIN' must contain no more than '2' consecutive capital letters. 162
 Warning naming MethodName Method name 'LEFT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 162
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 167
 Warning naming AbbreviationAsWordInName Abbreviation in name 'LEFT_OUTER_JOIN' must contain no more than '2' consecutive capital letters. 170
 Warning naming MethodName Method name 'LEFT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 170
 Warning naming AbbreviationAsWordInName Abbreviation in name 'RIGHT_OUTER_JOIN' must contain no more than '2' consecutive capital letters. 175
 Warning naming MethodName Method name 'RIGHT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 175
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 180
 Warning naming AbbreviationAsWordInName Abbreviation in name 'RIGHT_OUTER_JOIN' must contain no more than '2' consecutive capital letters. 183
 Warning naming MethodName Method name 'RIGHT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 183
 Warning naming AbbreviationAsWordInName Abbreviation in name 'OUTER_JOIN' must contain no more than '2' consecutive capital letters. 188
 Warning naming MethodName Method name 'OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 188
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 193
 Warning naming AbbreviationAsWordInName Abbreviation in name 'OUTER_JOIN' must contain no more than '2' consecutive capital letters. 196
 Warning naming MethodName Method name 'OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 196
 Warning naming AbbreviationAsWordInName Abbreviation in name 'WHERE' must contain no more than '2' consecutive capital letters. 201
 Warning javadoc JavadocMethod Missing a Javadoc comment. 201
 Warning naming MethodName Method name 'WHERE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 201
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 207
 Warning naming AbbreviationAsWordInName Abbreviation in name 'WHERE' must contain no more than '2' consecutive capital letters. 210
 Warning naming MethodName Method name 'WHERE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 210
 Warning naming MethodName Method name 'OR' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 216
 Warning naming AbbreviationAsWordInName Abbreviation in name 'AND' must contain no more than '2' consecutive capital letters. 221
 Warning naming MethodName Method name 'AND' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 221
 Warning naming AbbreviationAsWordInName Abbreviation in name 'GROUP_BY' must contain no more than '2' consecutive capital letters. 226
 Warning naming MethodName Method name 'GROUP_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 226
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 231
 Warning naming AbbreviationAsWordInName Abbreviation in name 'GROUP_BY' must contain no more than '2' consecutive capital letters. 234
 Warning naming MethodName Method name 'GROUP_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 234
 Warning naming AbbreviationAsWordInName Abbreviation in name 'HAVING' must contain no more than '2' consecutive capital letters. 239
 Warning javadoc JavadocMethod Missing a Javadoc comment. 239
 Warning naming MethodName Method name 'HAVING' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 239
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 245
 Warning naming AbbreviationAsWordInName Abbreviation in name 'HAVING' must contain no more than '2' consecutive capital letters. 248
 Warning naming MethodName Method name 'HAVING' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 248
 Warning naming AbbreviationAsWordInName Abbreviation in name 'ORDER_BY' must contain no more than '2' consecutive capital letters. 254
 Warning naming MethodName Method name 'ORDER_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 254
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 259
 Warning naming AbbreviationAsWordInName Abbreviation in name 'ORDER_BY' must contain no more than '2' consecutive capital letters. 262
 Warning naming MethodName Method name 'ORDER_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 262
 Warning naming AbbreviationAsWordInName Abbreviation in name 'LIMIT' must contain no more than '2' consecutive capital letters. 275
 Warning naming MethodName Method name 'LIMIT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 275
 Warning naming AbbreviationAsWordInName Abbreviation in name 'LIMIT' must contain no more than '2' consecutive capital letters. 289
 Warning naming MethodName Method name 'LIMIT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 289
 Warning naming AbbreviationAsWordInName Abbreviation in name 'OFFSET' must contain no more than '2' consecutive capital letters. 301
 Warning naming MethodName Method name 'OFFSET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 301
 Warning naming AbbreviationAsWordInName Abbreviation in name 'OFFSET' must contain no more than '2' consecutive capital letters. 315
 Warning naming MethodName Method name 'OFFSET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 315
 Warning naming AbbreviationAsWordInName Abbreviation in name 'FETCH_FIRST_ROWS_ONLY' must contain no more than '2' consecutive capital letters. 327
 Warning naming MethodName Method name 'FETCH_FIRST_ROWS_ONLY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 327
 Warning naming AbbreviationAsWordInName Abbreviation in name 'FETCH_FIRST_ROWS_ONLY' must contain no more than '2' consecutive capital letters. 341
 Warning naming MethodName Method name 'FETCH_FIRST_ROWS_ONLY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 341
 Warning naming AbbreviationAsWordInName Abbreviation in name 'OFFSET_ROWS' must contain no more than '2' consecutive capital letters. 353
 Warning naming MethodName Method name 'OFFSET_ROWS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 353
 Warning naming AbbreviationAsWordInName Abbreviation in name 'OFFSET_ROWS' must contain no more than '2' consecutive capital letters. 367
 Warning naming MethodName Method name 'OFFSET_ROWS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 367
 Warning naming AbbreviationAsWordInName Abbreviation in name 'ADD_ROW' must contain no more than '2' consecutive capital letters. 376
 Warning naming MethodName Method name 'ADD_ROW' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 376
 Warning naming MemberName Member name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 398
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SQLStatement' must contain no more than '2' consecutive capital letters. 424
 Warning naming AbbreviationAsWordInName Abbreviation in name 'selectSQL' must contain no more than '2' consecutive capital letters. 512
 Warning naming AbbreviationAsWordInName Abbreviation in name 'insertSQL' must contain no more than '2' consecutive capital letters. 537
 Warning naming AbbreviationAsWordInName Abbreviation in name 'deleteSQL' must contain no more than '2' consecutive capital letters. 546
 Warning naming AbbreviationAsWordInName Abbreviation in name 'updateSQL' must contain no more than '2' consecutive capital letters. 553

org/apache/ibatis/jdbc/Null.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 40

org/apache/ibatis/jdbc/RuntimeSqlException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/jdbc/SQL.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SQL' must contain no more than '2' consecutive capital letters. 21

org/apache/ibatis/jdbc/ScriptRunner.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 30
 Warning sizes LineLength Line is longer than 120 characters (found 150). 39
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 80
 Warning javadoc JavadocMethod Missing a Javadoc comment. 103
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 154
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '68'. 166

org/apache/ibatis/jdbc/SelectBuilder.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18
 Warning naming AbbreviationAsWordInName Abbreviation in name 'BEGIN' must contain no more than '2' consecutive capital letters. 36
 Warning naming MethodName Method name 'BEGIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 36
 Warning naming AbbreviationAsWordInName Abbreviation in name 'RESET' must contain no more than '2' consecutive capital letters. 40
 Warning naming MethodName Method name 'RESET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 40
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SELECT' must contain no more than '2' consecutive capital letters. 44
 Warning naming MethodName Method name 'SELECT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 44
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SELECT_DISTINCT' must contain no more than '2' consecutive capital letters. 48
 Warning naming MethodName Method name 'SELECT_DISTINCT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 48
 Warning naming AbbreviationAsWordInName Abbreviation in name 'FROM' must contain no more than '2' consecutive capital letters. 52
 Warning naming MethodName Method name 'FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 52
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JOIN' must contain no more than '2' consecutive capital letters. 56
 Warning naming MethodName Method name 'JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 56
 Warning naming AbbreviationAsWordInName Abbreviation in name 'INNER_JOIN' must contain no more than '2' consecutive capital letters. 60
 Warning naming MethodName Method name 'INNER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 60
 Warning naming AbbreviationAsWordInName Abbreviation in name 'LEFT_OUTER_JOIN' must contain no more than '2' consecutive capital letters. 64
 Warning naming MethodName Method name 'LEFT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 64
 Warning naming AbbreviationAsWordInName Abbreviation in name 'RIGHT_OUTER_JOIN' must contain no more than '2' consecutive capital letters. 68
 Warning naming MethodName Method name 'RIGHT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 68
 Warning naming AbbreviationAsWordInName Abbreviation in name 'OUTER_JOIN' must contain no more than '2' consecutive capital letters. 72
 Warning naming MethodName Method name 'OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 72
 Warning naming AbbreviationAsWordInName Abbreviation in name 'WHERE' must contain no more than '2' consecutive capital letters. 76
 Warning naming MethodName Method name 'WHERE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 76
 Warning naming MethodName Method name 'OR' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 80
 Warning naming AbbreviationAsWordInName Abbreviation in name 'AND' must contain no more than '2' consecutive capital letters. 84
 Warning naming MethodName Method name 'AND' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 84
 Warning naming AbbreviationAsWordInName Abbreviation in name 'GROUP_BY' must contain no more than '2' consecutive capital letters. 88
 Warning naming MethodName Method name 'GROUP_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 88
 Warning naming AbbreviationAsWordInName Abbreviation in name 'HAVING' must contain no more than '2' consecutive capital letters. 92
 Warning naming MethodName Method name 'HAVING' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 92
 Warning naming AbbreviationAsWordInName Abbreviation in name 'ORDER_BY' must contain no more than '2' consecutive capital letters. 96
 Warning naming MethodName Method name 'ORDER_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 96
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SQL' must contain no more than '2' consecutive capital letters. 100
 Warning javadoc JavadocMethod Missing a Javadoc comment. 100
 Warning naming MethodName Method name 'SQL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 100

org/apache/ibatis/jdbc/SqlBuilder.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18
 Warning naming AbbreviationAsWordInName Abbreviation in name 'BEGIN' must contain no more than '2' consecutive capital letters. 35
 Warning naming MethodName Method name 'BEGIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 35
 Warning naming AbbreviationAsWordInName Abbreviation in name 'RESET' must contain no more than '2' consecutive capital letters. 39
 Warning naming MethodName Method name 'RESET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 39
 Warning naming AbbreviationAsWordInName Abbreviation in name 'UPDATE' must contain no more than '2' consecutive capital letters. 43
 Warning naming MethodName Method name 'UPDATE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 43
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SET' must contain no more than '2' consecutive capital letters. 47
 Warning naming MethodName Method name 'SET' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 47
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SQL' must contain no more than '2' consecutive capital letters. 51
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning naming MethodName Method name 'SQL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 51
 Warning indentation Indentation 'finally' child has incorrect indentation level 8, expected level should be 6. 55
 Warning naming AbbreviationAsWordInName Abbreviation in name 'INSERT_INTO' must contain no more than '2' consecutive capital letters. 59
 Warning naming MethodName Method name 'INSERT_INTO' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 59
 Warning naming AbbreviationAsWordInName Abbreviation in name 'VALUES' must contain no more than '2' consecutive capital letters. 63
 Warning naming MethodName Method name 'VALUES' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 63
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SELECT' must contain no more than '2' consecutive capital letters. 67
 Warning naming MethodName Method name 'SELECT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 67
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SELECT_DISTINCT' must contain no more than '2' consecutive capital letters. 71
 Warning naming MethodName Method name 'SELECT_DISTINCT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 71
 Warning naming AbbreviationAsWordInName Abbreviation in name 'DELETE_FROM' must contain no more than '2' consecutive capital letters. 75
 Warning naming MethodName Method name 'DELETE_FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 75
 Warning naming AbbreviationAsWordInName Abbreviation in name 'FROM' must contain no more than '2' consecutive capital letters. 79
 Warning naming MethodName Method name 'FROM' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 79
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JOIN' must contain no more than '2' consecutive capital letters. 83
 Warning naming MethodName Method name 'JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 83
 Warning naming AbbreviationAsWordInName Abbreviation in name 'INNER_JOIN' must contain no more than '2' consecutive capital letters. 87
 Warning naming MethodName Method name 'INNER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 87
 Warning naming AbbreviationAsWordInName Abbreviation in name 'LEFT_OUTER_JOIN' must contain no more than '2' consecutive capital letters. 91
 Warning naming MethodName Method name 'LEFT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 91
 Warning naming AbbreviationAsWordInName Abbreviation in name 'RIGHT_OUTER_JOIN' must contain no more than '2' consecutive capital letters. 95
 Warning naming MethodName Method name 'RIGHT_OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 95
 Warning naming AbbreviationAsWordInName Abbreviation in name 'OUTER_JOIN' must contain no more than '2' consecutive capital letters. 99
 Warning naming MethodName Method name 'OUTER_JOIN' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 99
 Warning naming AbbreviationAsWordInName Abbreviation in name 'WHERE' must contain no more than '2' consecutive capital letters. 103
 Warning naming MethodName Method name 'WHERE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 103
 Warning naming MethodName Method name 'OR' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 107
 Warning naming AbbreviationAsWordInName Abbreviation in name 'AND' must contain no more than '2' consecutive capital letters. 111
 Warning naming MethodName Method name 'AND' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 111
 Warning naming AbbreviationAsWordInName Abbreviation in name 'GROUP_BY' must contain no more than '2' consecutive capital letters. 115
 Warning naming MethodName Method name 'GROUP_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 115
 Warning naming AbbreviationAsWordInName Abbreviation in name 'HAVING' must contain no more than '2' consecutive capital letters. 119
 Warning naming MethodName Method name 'HAVING' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 119
 Warning naming AbbreviationAsWordInName Abbreviation in name 'ORDER_BY' must contain no more than '2' consecutive capital letters. 123
 Warning naming MethodName Method name 'ORDER_BY' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 123

org/apache/ibatis/jdbc/SqlRunner.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 35
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 194
 Warning sizes LineLength Line is longer than 120 characters (found 127). 209

org/apache/ibatis/logging/Log.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/logging/LogException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/logging/LogFactory.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 46
 Warning javadoc JavadocMethod Missing a Javadoc comment. 50

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 21

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 130). 96

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 22

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 28

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 32
 Warning sizes LineLength Line is longer than 120 characters (found 129). 38

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 21

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/mapping/BoundSql.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 31
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 31
 Warning sizes LineLength Line is longer than 120 characters (found 126). 44
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44

org/apache/ibatis/mapping/CacheBuilder.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 37
 Warning javadoc JavadocMethod Missing a Javadoc comment. 60
 Warning javadoc JavadocMethod Missing a Javadoc comment. 92

org/apache/ibatis/mapping/DefaultDatabaseIdProvider.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/mapping/Discriminator.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42

org/apache/ibatis/mapping/Environment.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30

org/apache/ibatis/mapping/FetchType.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/mapping/MappedStatement.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 67
 Warning sizes LineLength Line is longer than 120 characters (found 133). 73
 Warning sizes LineLength Line is longer than 120 characters (found 175). 76
 Warning javadoc JavadocMethod Missing a Javadoc comment. 99
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 177
 Warning javadoc JavadocMethod Missing a Javadoc comment. 186
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 288
 Warning javadoc JavadocMethod Missing a Javadoc comment. 296

org/apache/ibatis/mapping/ParameterMap.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 38
 Warning javadoc JavadocMethod Missing a Javadoc comment. 48

org/apache/ibatis/mapping/ParameterMapping.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 48
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55
 Warning javadoc JavadocMethod Missing a Javadoc comment. 102
 Warning sizes LineLength Line is longer than 120 characters (found 128). 128
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 194

org/apache/ibatis/mapping/ParameterMode.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/mapping/ResultFlag.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/mapping/ResultMap.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 34
 Warning sizes LineLength Line is longer than 120 characters (found 132). 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 82
 Warning sizes LineLength Line is longer than 120 characters (found 160). 94

org/apache/ibatis/mapping/ResultMapping.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55
 Warning javadoc JavadocMethod Missing a Javadoc comment. 61
 Warning javadoc JavadocMethod Missing a Javadoc comment. 67
 Warning javadoc JavadocMethod Missing a Javadoc comment. 135
 Warning sizes LineLength Line is longer than 120 characters (found 136). 147
 Warning sizes LineLength Line is longer than 120 characters (found 128). 150
 Warning sizes LineLength Line is longer than 120 characters (found 122). 154
 Warning sizes LineLength Line is longer than 120 characters (found 145). 167

org/apache/ibatis/mapping/ResultSetType.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/mapping/SqlCommandType.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/mapping/StatementType.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/mapping/VendorDatabaseIdProvider.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 31

org/apache/ibatis/parsing/GenericTokenParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18
 Warning javadoc JavadocMethod Missing a Javadoc comment. 27
 Warning javadoc JavadocMethod Missing a Javadoc comment. 33

org/apache/ibatis/parsing/ParsingException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/parsing/PropertyParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20
 Warning sizes LineLength Line is longer than 120 characters (found 132). 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53

org/apache/ibatis/parsing/TokenHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/parsing/XNode.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 55
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning javadoc JavadocMethod Missing a Javadoc comment. 77
 Warning javadoc JavadocMethod Missing a Javadoc comment. 132
 Warning javadoc JavadocMethod Missing a Javadoc comment. 144
 Warning javadoc JavadocMethod Missing a Javadoc comment. 156
 Warning javadoc JavadocMethod Missing a Javadoc comment. 168
 Warning javadoc JavadocMethod Missing a Javadoc comment. 180
 Warning javadoc JavadocMethod Missing a Javadoc comment. 192
 Warning javadoc JavadocMethod Missing a Javadoc comment. 204
 Warning javadoc JavadocMethod Missing a Javadoc comment. 234
 Warning javadoc JavadocMethod Missing a Javadoc comment. 247
 Warning javadoc JavadocMethod Missing a Javadoc comment. 260
 Warning javadoc JavadocMethod Missing a Javadoc comment. 273
 Warning javadoc JavadocMethod Missing a Javadoc comment. 286
 Warning javadoc JavadocMethod Missing a Javadoc comment. 299
 Warning javadoc JavadocMethod Missing a Javadoc comment. 308
 Warning javadoc JavadocMethod Missing a Javadoc comment. 322

org/apache/ibatis/parsing/XPathParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 43
 Warning javadoc JavadocMethod Missing a Javadoc comment. 143
 Warning javadoc JavadocMethod Missing a Javadoc comment. 201
 Warning javadoc JavadocMethod Missing a Javadoc comment. 214

org/apache/ibatis/plugin/Interceptor.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/plugin/InterceptorChain.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 29

org/apache/ibatis/plugin/Invocation.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30

org/apache/ibatis/plugin/Plugin.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 28
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43
 Warning sizes LineLength Line is longer than 120 characters (found 122). 73
 Warning sizes LineLength Line is longer than 120 characters (found 124). 83

org/apache/ibatis/plugin/PluginException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/reflection/ExceptionUtil.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30

org/apache/ibatis/reflection/Jdk.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 43
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 60

org/apache/ibatis/reflection/MetaClass.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 56
 Warning javadoc JavadocMethod Missing a Javadoc comment. 71
 Warning javadoc JavadocMethod Missing a Javadoc comment. 81
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '46'. 91
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '81'. 96
 Warning naming LocalVariableName Local variable name '_method' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 119
 Warning naming LocalVariableName Local variable name '_field' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 124
 Warning blocks EmptyCatchBlock Empty catch block. 129
 Warning javadoc JavadocMethod Missing a Javadoc comment. 134
 Warning javadoc JavadocMethod Missing a Javadoc comment. 148

org/apache/ibatis/reflection/MetaObject.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 30
 Warning sizes LineLength Line is longer than 120 characters (found 144). 41
 Warning sizes LineLength Line is longer than 120 characters (found 160). 60
 Warning javadoc JavadocMethod Missing a Javadoc comment. 60
 Warning javadoc JavadocMethod Missing a Javadoc comment. 112
 Warning javadoc JavadocMethod Missing a Javadoc comment. 126

org/apache/ibatis/reflection/OptionalUtil.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 21

org/apache/ibatis/reflection/ParamNameResolver.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52

org/apache/ibatis/reflection/ReflectionException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/reflection/Reflector.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 63
 Warning sizes LineLength Line is longer than 120 characters (found 183). 128
 Warning javadoc SummaryJavadoc Forbidden summary fragment. 265
 Warning javadoc JavadocMethod Missing a Javadoc comment. 350
 Warning javadoc JavadocMethod Missing a Javadoc comment. 362
 Warning javadoc JavadocMethod Missing a Javadoc comment. 370

org/apache/ibatis/reflection/SystemMetaObject.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23
 Warning sizes LineLength Line is longer than 120 characters (found 178). 30
 Warning sizes LineLength Line is longer than 120 characters (found 127). 40

org/apache/ibatis/reflection/TypeParameterResolver.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 28
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 33
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 43
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 53
 Warning sizes LineLength Line is longer than 120 characters (found 129). 54
 Warning sizes LineLength Line is longer than 120 characters (found 121). 79
 Warning sizes LineLength Line is longer than 120 characters (found 137). 96
 Warning sizes LineLength Line is longer than 120 characters (found 123). 145
 Warning sizes LineLength Line is longer than 120 characters (found 135). 172
 Warning sizes LineLength Line is longer than 120 characters (found 136). 196
 Warning sizes LineLength Line is longer than 120 characters (found 158). 252

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 36
 Warning sizes LineLength Line is longer than 120 characters (found 156). 88

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 22

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 22

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 22
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning sizes LineLength Line is longer than 120 characters (found 124). 37

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20
 Warning javadoc JavadocMethod Missing a Javadoc comment. 29
 Warning sizes LineLength Line is longer than 120 characters (found 123). 74

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25
 Warning sizes LineLength Line is longer than 120 characters (found 125). 71
 Warning sizes LineLength Line is longer than 120 characters (found 125). 102

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 37
 Warning sizes LineLength Line is longer than 120 characters (found 153). 152
 Warning sizes LineLength Line is longer than 120 characters (found 205). 155
 Warning sizes LineLength Line is longer than 120 characters (found 146). 171
 Warning sizes LineLength Line is longer than 120 characters (found 171). 185

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 21
 Warning sizes LineLength Line is longer than 120 characters (found 121). 33

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 27
 Warning sizes LineLength Line is longer than 120 characters (found 140). 140

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/scripting/LanguageDriver.java

Severity Category Rule Message Line
 Warning javadoc AtclauseOrder Javadoc comment at column 0 has parse error. Details: no viable alternative at input ' *' while parsing JAVADOC_TAG 35
 Warning sizes LineLength Line is longer than 120 characters (found 133). 46
 Warning sizes LineLength Line is longer than 120 characters (found 133). 57

org/apache/ibatis/scripting/LanguageDriverRegistry.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 21
 Warning naming AbbreviationAsWordInName Abbreviation in name 'LANGUAGE_DRIVER_MAP' must contain no more than '2' consecutive capital letters. 26
 Warning naming MemberName Member name 'LANGUAGE_DRIVER_MAP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43

org/apache/ibatis/scripting/ScriptingException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 48

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 45

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 26
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning sizes LineLength Line is longer than 120 characters (found 132). 65

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23
 Warning sizes LineLength Line is longer than 120 characters (found 173). 39
 Warning javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning coding VariableDeclarationUsageDistance Distance between variable 'oldContext' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 62
 Warning sizes LineLength Line is longer than 120 characters (found 126). 128

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18
 Warning javadoc JavadocMethod Missing a Javadoc comment. 26

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 43

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 27
 Warning sizes LineLength Line is longer than 120 characters (found 153). 39
 Warning sizes LineLength Line is longer than 120 characters (found 122). 40
 Warning sizes LineLength Line is longer than 120 characters (found 168). 43

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23
 Warning sizes LineLength Line is longer than 120 characters (found 121). 28

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 31
 Warning naming AbbreviationAsWordInName Abbreviation in name 'XMLLanguageDriver' must contain no more than '2' consecutive capital letters. 34
 Warning sizes LineLength Line is longer than 120 characters (found 126). 37

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 32
 Warning naming AbbreviationAsWordInName Abbreviation in name 'XMLScriptBuilder' must contain no more than '2' consecutive capital letters. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 46
 Warning javadoc JavadocMethod Missing a Javadoc comment. 66
 Warning sizes LineLength Line is longer than 120 characters (found 135). 179
 Warning sizes LineLength Line is longer than 120 characters (found 121). 225

org/apache/ibatis/session/AutoMappingUnknownColumnBehavior.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 125). 42
 Warning sizes LineLength Line is longer than 120 characters (found 168). 67
 Warning sizes LineLength Line is longer than 120 characters (found 128). 69
 Warning sizes LineLength Line is longer than 120 characters (found 130). 74

org/apache/ibatis/session/Configuration.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 98
 Warning sizes LineLength Line is longer than 120 characters (found 121). 122
 Warning sizes LineLength Line is longer than 120 characters (found 128). 153
 Warning javadoc JavadocMethod Missing a Javadoc comment. 181
 Warning javadoc JavadocMethod Missing a Javadoc comment. 227
 Warning javadoc JavadocMethod Missing a Javadoc comment. 238
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 333
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 340
 Warning javadoc JavadocMethod Missing a Javadoc comment. 359
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 422
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 429
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 436
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 443
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 502
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 533
 Warning javadoc JavadocMethod Missing a Javadoc comment. 544
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 555
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 566
 Warning sizes LineLength Line is longer than 120 characters (found 123). 578
 Warning javadoc JavadocMethod Missing a Javadoc comment. 578
 Warning sizes LineLength Line is longer than 120 characters (found 133). 579
 Warning sizes LineLength Line is longer than 120 characters (found 153). 584
 Warning javadoc JavadocMethod Missing a Javadoc comment. 584
 Warning sizes LineLength Line is longer than 120 characters (found 149). 586
 Warning sizes LineLength Line is longer than 120 characters (found 192). 591
 Warning javadoc JavadocMethod Missing a Javadoc comment. 591
 Warning sizes LineLength Line is longer than 120 characters (found 148). 592
 Warning javadoc JavadocMethod Missing a Javadoc comment. 601
 Warning javadoc JavadocMethod Missing a Javadoc comment. 659
 Warning javadoc JavadocMethod Missing a Javadoc comment. 751
 Warning javadoc JavadocMethod Missing a Javadoc comment. 790
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 861
 Warning sizes LineLength Line is longer than 120 characters (found 126). 877
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 931
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 931
 Warning modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 974

org/apache/ibatis/session/ExecutorType.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/session/LocalCacheScope.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/session/ResultContext.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/session/ResultHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/session/RowBounds.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/session/SqlSessionException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/session/SqlSessionFactory.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 20

org/apache/ibatis/session/SqlSessionFactoryBuilder.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning javadoc JavadocMethod Missing a Javadoc comment. 75

org/apache/ibatis/session/SqlSessionManager.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 32

org/apache/ibatis/session/TransactionIsolationLevel.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning sizes LineLength Line is longer than 120 characters (found 130). 80
 Warning sizes LineLength Line is longer than 120 characters (found 124). 100

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

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 34
 Warning sizes LineLength Line is longer than 120 characters (found 124). 90

org/apache/ibatis/transaction/Transaction.java

Severity Category Rule Message Line
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 32
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 38
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 44
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 50
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 56

org/apache/ibatis/transaction/TransactionException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/transaction/TransactionFactory.java

Severity Category Rule Message Line
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 34

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 47

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 51

org/apache/ibatis/type/ArrayTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 36
 Warning whitespace EmptyLineSeparator 'STATIC_INIT' should be separated from previous statement. 42

org/apache/ibatis/type/BaseTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 40
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 46
 Warning sizes LineLength Line is longer than 120 characters (found 125). 64
 Warning sizes LineLength Line is longer than 120 characters (found 123). 83
 Warning sizes LineLength Line is longer than 120 characters (found 123). 92
 Warning sizes LineLength Line is longer than 120 characters (found 131). 101
 Warning sizes LineLength Line is longer than 120 characters (found 124). 105
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 107

org/apache/ibatis/type/BigDecimalTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24

org/apache/ibatis/type/BigIntegerTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25
 Warning sizes LineLength Line is longer than 120 characters (found 125). 31

org/apache/ibatis/type/BlobByteObjectArrayTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25

org/apache/ibatis/type/BlobTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25

org/apache/ibatis/type/BooleanTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23

org/apache/ibatis/type/ByteArrayTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23

org/apache/ibatis/type/ByteArrayUtils.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 18

org/apache/ibatis/type/ByteObjectArrayTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23
 Warning sizes LineLength Line is longer than 120 characters (found 121). 29

org/apache/ibatis/type/ByteTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23

org/apache/ibatis/type/CharacterTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23
 Warning sizes LineLength Line is longer than 120 characters (found 124). 29

org/apache/ibatis/type/ClobTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25

org/apache/ibatis/type/DateOnlyTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24

org/apache/ibatis/type/DateTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25

org/apache/ibatis/type/DoubleTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23

org/apache/ibatis/type/EnumOrdinalTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning sizes LineLength Line is longer than 120 characters (found 129). 78

org/apache/ibatis/type/EnumTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23
 Warning javadoc JavadocMethod Missing a Javadoc comment. 30

org/apache/ibatis/type/FloatTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23

org/apache/ibatis/type/InstantTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25
 Warning sizes LineLength Line is longer than 120 characters (found 122). 32

org/apache/ibatis/type/IntegerTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23

org/apache/ibatis/type/JdbcType.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 22
 Warning naming AbbreviationAsWordInName Abbreviation in name 'TYPE_CODE' must contain no more than '2' consecutive capital letters. 72
 Warning naming MemberName Member name 'TYPE_CODE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 72

org/apache/ibatis/type/LocalDateTimeTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24

org/apache/ibatis/type/LocalDateTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24

org/apache/ibatis/type/LocalTimeTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24

org/apache/ibatis/type/LongTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23

org/apache/ibatis/type/MonthTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24

org/apache/ibatis/type/NClobTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25

org/apache/ibatis/type/NStringTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23

org/apache/ibatis/type/ObjectTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23

org/apache/ibatis/type/OffsetDateTimeTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24

org/apache/ibatis/type/OffsetTimeTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24

org/apache/ibatis/type/ShortTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23

org/apache/ibatis/type/SimpleTypeRegistry.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24

org/apache/ibatis/type/SqlDateTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24

org/apache/ibatis/type/SqlTimeTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24

org/apache/ibatis/type/SqlTimestampTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24

org/apache/ibatis/type/StringTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23

org/apache/ibatis/type/TimeOnlyTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 25

org/apache/ibatis/type/TypeAliasRegistry.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 35
 Warning javadoc JavadocMethod Missing a Javadoc comment. 42
 Warning javadoc JavadocMethod Missing a Javadoc comment. 103
 Warning javadoc JavadocMethod Missing a Javadoc comment. 128
 Warning javadoc JavadocMethod Missing a Javadoc comment. 141
 Warning javadoc JavadocMethod Missing a Javadoc comment. 150
 Warning sizes LineLength Line is longer than 120 characters (found 132). 157
 Warning javadoc JavadocMethod Missing a Javadoc comment. 162
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 170

org/apache/ibatis/type/TypeException.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 20

org/apache/ibatis/type/TypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 23
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 30

org/apache/ibatis/type/TypeHandlerRegistry.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 51
 Warning javadoc JavadocMethod Missing a Javadoc comment. 334
 Warning javadoc JavadocMethod Missing a Javadoc comment. 409
 Warning javadoc JavadocMethod Missing a Javadoc comment. 441
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '435'. 463
 Warning javadoc JavadocMethod Missing a Javadoc comment. 463
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 477

org/apache/ibatis/type/UnknownTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 30

org/apache/ibatis/type/YearMonthTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 26
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 26

org/apache/ibatis/type/YearTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24

org/apache/ibatis/type/ZonedDateTimeTypeHandler.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 24