- Checkstyle Results
- Summary
- Files
- Rules
- Details
- org/apache/ibatis/annotations/Arg.java
- org/apache/ibatis/annotations/AutomapConstructor.java
- org/apache/ibatis/annotations/CacheNamespace.java
- org/apache/ibatis/annotations/CacheNamespaceRef.java
- org/apache/ibatis/annotations/Case.java
- org/apache/ibatis/annotations/ConstructorArgs.java
- org/apache/ibatis/annotations/Delete.java
- org/apache/ibatis/annotations/DeleteProvider.java
- org/apache/ibatis/annotations/Flush.java
- org/apache/ibatis/annotations/Insert.java
- org/apache/ibatis/annotations/InsertProvider.java
- org/apache/ibatis/annotations/Lang.java
- org/apache/ibatis/annotations/Many.java
- org/apache/ibatis/annotations/MapKey.java
- org/apache/ibatis/annotations/Mapper.java
- org/apache/ibatis/annotations/One.java
- org/apache/ibatis/annotations/Options.java
- org/apache/ibatis/annotations/Param.java
- org/apache/ibatis/annotations/Property.java
- org/apache/ibatis/annotations/Result.java
- org/apache/ibatis/annotations/ResultMap.java
- org/apache/ibatis/annotations/ResultType.java
- org/apache/ibatis/annotations/Results.java
- org/apache/ibatis/annotations/Select.java
- org/apache/ibatis/annotations/SelectKey.java
- org/apache/ibatis/annotations/SelectProvider.java
- org/apache/ibatis/annotations/TypeDiscriminator.java
- org/apache/ibatis/annotations/Update.java
- org/apache/ibatis/annotations/UpdateProvider.java
- org/apache/ibatis/annotations/package-info.java
- org/apache/ibatis/binding/BindingException.java
- org/apache/ibatis/binding/MapperMethod.java
- org/apache/ibatis/binding/MapperProxy.java
- org/apache/ibatis/binding/MapperProxyFactory.java
- org/apache/ibatis/binding/MapperRegistry.java
- org/apache/ibatis/binding/package-info.java
- org/apache/ibatis/builder/BaseBuilder.java
- org/apache/ibatis/builder/BuilderException.java
- org/apache/ibatis/builder/CacheRefResolver.java
- org/apache/ibatis/builder/IncompleteElementException.java
- org/apache/ibatis/builder/InitializingObject.java
- org/apache/ibatis/builder/MapperBuilderAssistant.java
- org/apache/ibatis/builder/ParameterExpression.java
- org/apache/ibatis/builder/ResultMapResolver.java
- org/apache/ibatis/builder/SqlSourceBuilder.java
- org/apache/ibatis/builder/StaticSqlSource.java
- org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java
- org/apache/ibatis/builder/annotation/MethodResolver.java
- org/apache/ibatis/builder/annotation/ProviderContext.java
- org/apache/ibatis/builder/annotation/ProviderMethodResolver.java
- org/apache/ibatis/builder/annotation/ProviderSqlSource.java
- org/apache/ibatis/builder/annotation/package-info.java
- org/apache/ibatis/builder/package-info.java
- org/apache/ibatis/builder/xml/XMLConfigBuilder.java
- org/apache/ibatis/builder/xml/XMLIncludeTransformer.java
- org/apache/ibatis/builder/xml/XMLMapperBuilder.java
- org/apache/ibatis/builder/xml/XMLMapperEntityResolver.java
- org/apache/ibatis/builder/xml/XMLStatementBuilder.java
- org/apache/ibatis/builder/xml/package-info.java
- org/apache/ibatis/cache/Cache.java
- org/apache/ibatis/cache/CacheException.java
- org/apache/ibatis/cache/CacheKey.java
- org/apache/ibatis/cache/NullCacheKey.java
- org/apache/ibatis/cache/TransactionalCacheManager.java
- org/apache/ibatis/cache/decorators/BlockingCache.java
- org/apache/ibatis/cache/decorators/FifoCache.java
- org/apache/ibatis/cache/decorators/LoggingCache.java
- org/apache/ibatis/cache/decorators/LruCache.java
- org/apache/ibatis/cache/decorators/ScheduledCache.java
- org/apache/ibatis/cache/decorators/SerializedCache.java
- org/apache/ibatis/cache/decorators/SoftCache.java
- org/apache/ibatis/cache/decorators/SynchronizedCache.java
- org/apache/ibatis/cache/decorators/TransactionalCache.java
- org/apache/ibatis/cache/decorators/WeakCache.java
- org/apache/ibatis/cache/decorators/package-info.java
- org/apache/ibatis/cache/impl/PerpetualCache.java
- org/apache/ibatis/cache/impl/package-info.java
- org/apache/ibatis/cache/package-info.java
- org/apache/ibatis/cursor/Cursor.java
- org/apache/ibatis/cursor/defaults/DefaultCursor.java
- org/apache/ibatis/cursor/defaults/package-info.java
- org/apache/ibatis/cursor/package-info.java
- org/apache/ibatis/datasource/DataSourceException.java
- org/apache/ibatis/datasource/DataSourceFactory.java
- org/apache/ibatis/datasource/jndi/JndiDataSourceFactory.java
- org/apache/ibatis/datasource/jndi/package-info.java
- org/apache/ibatis/datasource/package-info.java
- org/apache/ibatis/datasource/pooled/PoolState.java
- org/apache/ibatis/datasource/pooled/PooledConnection.java
- org/apache/ibatis/datasource/pooled/PooledDataSource.java
- org/apache/ibatis/datasource/pooled/PooledDataSourceFactory.java
- org/apache/ibatis/datasource/pooled/package-info.java
- org/apache/ibatis/datasource/unpooled/UnpooledDataSource.java
- org/apache/ibatis/datasource/unpooled/UnpooledDataSourceFactory.java
- org/apache/ibatis/datasource/unpooled/package-info.java
- org/apache/ibatis/exceptions/ExceptionFactory.java
- org/apache/ibatis/exceptions/IbatisException.java
- org/apache/ibatis/exceptions/PersistenceException.java
- org/apache/ibatis/exceptions/TooManyResultsException.java
- org/apache/ibatis/exceptions/package-info.java
- org/apache/ibatis/executor/BaseExecutor.java
- org/apache/ibatis/executor/BatchExecutor.java
- org/apache/ibatis/executor/BatchExecutorException.java
- org/apache/ibatis/executor/BatchResult.java
- org/apache/ibatis/executor/CachingExecutor.java
- org/apache/ibatis/executor/ErrorContext.java
- org/apache/ibatis/executor/ExecutionPlaceholder.java
- org/apache/ibatis/executor/Executor.java
- org/apache/ibatis/executor/ExecutorException.java
- org/apache/ibatis/executor/ResultExtractor.java
- org/apache/ibatis/executor/ReuseExecutor.java
- org/apache/ibatis/executor/SimpleExecutor.java
- org/apache/ibatis/executor/keygen/Jdbc3KeyGenerator.java
- org/apache/ibatis/executor/keygen/KeyGenerator.java
- org/apache/ibatis/executor/keygen/NoKeyGenerator.java
- org/apache/ibatis/executor/keygen/SelectKeyGenerator.java
- org/apache/ibatis/executor/keygen/package-info.java
- org/apache/ibatis/executor/loader/AbstractEnhancedDeserializationProxy.java
- org/apache/ibatis/executor/loader/AbstractSerialStateHolder.java
- org/apache/ibatis/executor/loader/CglibProxyFactory.java
- org/apache/ibatis/executor/loader/JavassistProxyFactory.java
- org/apache/ibatis/executor/loader/ProxyFactory.java
- org/apache/ibatis/executor/loader/ResultLoader.java
- org/apache/ibatis/executor/loader/ResultLoaderMap.java
- org/apache/ibatis/executor/loader/WriteReplaceInterface.java
- org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java
- org/apache/ibatis/executor/loader/cglib/CglibSerialStateHolder.java
- org/apache/ibatis/executor/loader/cglib/package-info.java
- org/apache/ibatis/executor/loader/javassist/JavassistProxyFactory.java
- org/apache/ibatis/executor/loader/javassist/JavassistSerialStateHolder.java
- org/apache/ibatis/executor/loader/javassist/package-info.java
- org/apache/ibatis/executor/loader/package-info.java
- org/apache/ibatis/executor/package-info.java
- org/apache/ibatis/executor/parameter/ParameterHandler.java
- org/apache/ibatis/executor/parameter/package-info.java
- org/apache/ibatis/executor/result/DefaultMapResultHandler.java
- org/apache/ibatis/executor/result/DefaultResultContext.java
- org/apache/ibatis/executor/result/DefaultResultHandler.java
- org/apache/ibatis/executor/result/ResultMapException.java
- org/apache/ibatis/executor/result/package-info.java
- org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java
- org/apache/ibatis/executor/resultset/ResultSetHandler.java
- org/apache/ibatis/executor/resultset/ResultSetWrapper.java
- org/apache/ibatis/executor/resultset/package-info.java
- org/apache/ibatis/executor/statement/BaseStatementHandler.java
- org/apache/ibatis/executor/statement/CallableStatementHandler.java
- org/apache/ibatis/executor/statement/PreparedStatementHandler.java
- org/apache/ibatis/executor/statement/RoutingStatementHandler.java
- org/apache/ibatis/executor/statement/SimpleStatementHandler.java
- org/apache/ibatis/executor/statement/StatementHandler.java
- org/apache/ibatis/executor/statement/StatementUtil.java
- org/apache/ibatis/executor/statement/package-info.java
- org/apache/ibatis/io/ClassLoaderWrapper.java
- org/apache/ibatis/io/DefaultVFS.java
- org/apache/ibatis/io/ExternalResources.java
- org/apache/ibatis/io/JBoss6VFS.java
- org/apache/ibatis/io/ResolverUtil.java
- org/apache/ibatis/io/Resources.java
- org/apache/ibatis/io/SerialFilterChecker.java
- org/apache/ibatis/io/VFS.java
- org/apache/ibatis/io/package-info.java
- org/apache/ibatis/jdbc/AbstractSQL.java
- org/apache/ibatis/jdbc/Null.java
- org/apache/ibatis/jdbc/RuntimeSqlException.java
- org/apache/ibatis/jdbc/SQL.java
- org/apache/ibatis/jdbc/ScriptRunner.java
- org/apache/ibatis/jdbc/SelectBuilder.java
- org/apache/ibatis/jdbc/SqlBuilder.java
- org/apache/ibatis/jdbc/SqlRunner.java
- org/apache/ibatis/jdbc/package-info.java
- org/apache/ibatis/lang/UsesJava7.java
- org/apache/ibatis/lang/UsesJava8.java
- org/apache/ibatis/lang/package-info.java
- org/apache/ibatis/logging/Log.java
- org/apache/ibatis/logging/LogException.java
- org/apache/ibatis/logging/LogFactory.java
- org/apache/ibatis/logging/commons/JakartaCommonsLoggingImpl.java
- org/apache/ibatis/logging/commons/package-info.java
- org/apache/ibatis/logging/jdbc/BaseJdbcLogger.java
- org/apache/ibatis/logging/jdbc/ConnectionLogger.java
- org/apache/ibatis/logging/jdbc/PreparedStatementLogger.java
- org/apache/ibatis/logging/jdbc/ResultSetLogger.java
- org/apache/ibatis/logging/jdbc/StatementLogger.java
- org/apache/ibatis/logging/jdbc/package-info.java
- org/apache/ibatis/logging/jdk14/Jdk14LoggingImpl.java
- org/apache/ibatis/logging/jdk14/package-info.java
- org/apache/ibatis/logging/log4j/Log4jImpl.java
- org/apache/ibatis/logging/log4j/package-info.java
- org/apache/ibatis/logging/log4j2/Log4j2AbstractLoggerImpl.java
- org/apache/ibatis/logging/log4j2/Log4j2Impl.java
- org/apache/ibatis/logging/log4j2/Log4j2LoggerImpl.java
- org/apache/ibatis/logging/log4j2/package-info.java
- org/apache/ibatis/logging/nologging/NoLoggingImpl.java
- org/apache/ibatis/logging/nologging/package-info.java
- org/apache/ibatis/logging/package-info.java
- org/apache/ibatis/logging/slf4j/Slf4jImpl.java
- org/apache/ibatis/logging/slf4j/Slf4jLocationAwareLoggerImpl.java
- org/apache/ibatis/logging/slf4j/Slf4jLoggerImpl.java
- org/apache/ibatis/logging/slf4j/package-info.java
- org/apache/ibatis/logging/stdout/StdOutImpl.java
- org/apache/ibatis/logging/stdout/package-info.java
- org/apache/ibatis/mapping/BoundSql.java
- org/apache/ibatis/mapping/CacheBuilder.java
- org/apache/ibatis/mapping/DatabaseIdProvider.java
- org/apache/ibatis/mapping/DefaultDatabaseIdProvider.java
- org/apache/ibatis/mapping/Discriminator.java
- org/apache/ibatis/mapping/Environment.java
- org/apache/ibatis/mapping/FetchType.java
- org/apache/ibatis/mapping/MappedStatement.java
- org/apache/ibatis/mapping/ParameterMap.java
- org/apache/ibatis/mapping/ParameterMapping.java
- org/apache/ibatis/mapping/ParameterMode.java
- org/apache/ibatis/mapping/ResultFlag.java
- org/apache/ibatis/mapping/ResultMap.java
- org/apache/ibatis/mapping/ResultMapping.java
- org/apache/ibatis/mapping/ResultSetType.java
- org/apache/ibatis/mapping/SqlCommandType.java
- org/apache/ibatis/mapping/SqlSource.java
- org/apache/ibatis/mapping/StatementType.java
- org/apache/ibatis/mapping/VendorDatabaseIdProvider.java
- org/apache/ibatis/mapping/package-info.java
- org/apache/ibatis/package-info.java
- org/apache/ibatis/parsing/GenericTokenParser.java
- org/apache/ibatis/parsing/ParsingException.java
- org/apache/ibatis/parsing/PropertyParser.java
- org/apache/ibatis/parsing/TokenHandler.java
- org/apache/ibatis/parsing/XNode.java
- org/apache/ibatis/parsing/XPathParser.java
- org/apache/ibatis/parsing/package-info.java
- org/apache/ibatis/plugin/Interceptor.java
- org/apache/ibatis/plugin/InterceptorChain.java
- org/apache/ibatis/plugin/Intercepts.java
- org/apache/ibatis/plugin/Invocation.java
- org/apache/ibatis/plugin/Plugin.java
- org/apache/ibatis/plugin/PluginException.java
- org/apache/ibatis/plugin/Signature.java
- org/apache/ibatis/plugin/package-info.java
- org/apache/ibatis/reflection/ArrayUtil.java
- org/apache/ibatis/reflection/DefaultReflectorFactory.java
- org/apache/ibatis/reflection/ExceptionUtil.java
- org/apache/ibatis/reflection/Jdk.java
- org/apache/ibatis/reflection/MetaClass.java
- org/apache/ibatis/reflection/MetaObject.java
- org/apache/ibatis/reflection/OptionalUtil.java
- org/apache/ibatis/reflection/ParamNameResolver.java
- org/apache/ibatis/reflection/ParamNameUtil.java
- org/apache/ibatis/reflection/ReflectionException.java
- org/apache/ibatis/reflection/Reflector.java
- org/apache/ibatis/reflection/ReflectorFactory.java
- org/apache/ibatis/reflection/SystemMetaObject.java
- org/apache/ibatis/reflection/TypeParameterResolver.java
- org/apache/ibatis/reflection/factory/DefaultObjectFactory.java
- org/apache/ibatis/reflection/factory/ObjectFactory.java
- org/apache/ibatis/reflection/factory/package-info.java
- org/apache/ibatis/reflection/invoker/AmbiguousMethodInvoker.java
- org/apache/ibatis/reflection/invoker/GetFieldInvoker.java
- org/apache/ibatis/reflection/invoker/Invoker.java
- org/apache/ibatis/reflection/invoker/MethodInvoker.java
- org/apache/ibatis/reflection/invoker/SetFieldInvoker.java
- org/apache/ibatis/reflection/invoker/package-info.java
- org/apache/ibatis/reflection/package-info.java
- org/apache/ibatis/reflection/property/PropertyCopier.java
- org/apache/ibatis/reflection/property/PropertyNamer.java
- org/apache/ibatis/reflection/property/PropertyTokenizer.java
- org/apache/ibatis/reflection/property/package-info.java
- org/apache/ibatis/reflection/wrapper/BaseWrapper.java
- org/apache/ibatis/reflection/wrapper/BeanWrapper.java
- org/apache/ibatis/reflection/wrapper/CollectionWrapper.java
- org/apache/ibatis/reflection/wrapper/DefaultObjectWrapperFactory.java
- org/apache/ibatis/reflection/wrapper/MapWrapper.java
- org/apache/ibatis/reflection/wrapper/ObjectWrapper.java
- org/apache/ibatis/reflection/wrapper/ObjectWrapperFactory.java
- org/apache/ibatis/reflection/wrapper/package-info.java
- org/apache/ibatis/scripting/LanguageDriver.java
- org/apache/ibatis/scripting/LanguageDriverRegistry.java
- org/apache/ibatis/scripting/ScriptingException.java
- org/apache/ibatis/scripting/defaults/DefaultParameterHandler.java
- org/apache/ibatis/scripting/defaults/RawLanguageDriver.java
- org/apache/ibatis/scripting/defaults/RawSqlSource.java
- org/apache/ibatis/scripting/defaults/package-info.java
- org/apache/ibatis/scripting/package-info.java
- org/apache/ibatis/scripting/xmltags/ChooseSqlNode.java
- org/apache/ibatis/scripting/xmltags/DynamicContext.java
- org/apache/ibatis/scripting/xmltags/DynamicSqlSource.java
- org/apache/ibatis/scripting/xmltags/ExpressionEvaluator.java
- org/apache/ibatis/scripting/xmltags/ForEachSqlNode.java
- org/apache/ibatis/scripting/xmltags/IfSqlNode.java
- org/apache/ibatis/scripting/xmltags/MixedSqlNode.java
- org/apache/ibatis/scripting/xmltags/OgnlCache.java
- org/apache/ibatis/scripting/xmltags/OgnlClassResolver.java
- org/apache/ibatis/scripting/xmltags/OgnlMemberAccess.java
- org/apache/ibatis/scripting/xmltags/SetSqlNode.java
- org/apache/ibatis/scripting/xmltags/SqlNode.java
- org/apache/ibatis/scripting/xmltags/StaticTextSqlNode.java
- org/apache/ibatis/scripting/xmltags/TextSqlNode.java
- org/apache/ibatis/scripting/xmltags/TrimSqlNode.java
- org/apache/ibatis/scripting/xmltags/VarDeclSqlNode.java
- org/apache/ibatis/scripting/xmltags/WhereSqlNode.java
- org/apache/ibatis/scripting/xmltags/XMLLanguageDriver.java
- org/apache/ibatis/scripting/xmltags/XMLScriptBuilder.java
- org/apache/ibatis/scripting/xmltags/package-info.java
- org/apache/ibatis/session/AutoMappingBehavior.java
- org/apache/ibatis/session/AutoMappingUnknownColumnBehavior.java
- org/apache/ibatis/session/Configuration.java
- org/apache/ibatis/session/ExecutorType.java
- org/apache/ibatis/session/LocalCacheScope.java
- org/apache/ibatis/session/ResultContext.java
- org/apache/ibatis/session/ResultHandler.java
- org/apache/ibatis/session/RowBounds.java
- org/apache/ibatis/session/SqlSession.java
- org/apache/ibatis/session/SqlSessionException.java
- org/apache/ibatis/session/SqlSessionFactory.java
- org/apache/ibatis/session/SqlSessionFactoryBuilder.java
- org/apache/ibatis/session/SqlSessionManager.java
- org/apache/ibatis/session/TransactionIsolationLevel.java
- org/apache/ibatis/session/defaults/DefaultSqlSession.java
- org/apache/ibatis/session/defaults/DefaultSqlSessionFactory.java
- org/apache/ibatis/session/defaults/package-info.java
- org/apache/ibatis/session/package-info.java
- org/apache/ibatis/transaction/Transaction.java
- org/apache/ibatis/transaction/TransactionException.java
- org/apache/ibatis/transaction/TransactionFactory.java
- org/apache/ibatis/transaction/jdbc/JdbcTransaction.java
- org/apache/ibatis/transaction/jdbc/JdbcTransactionFactory.java
- org/apache/ibatis/transaction/jdbc/package-info.java
- org/apache/ibatis/transaction/managed/ManagedTransaction.java
- org/apache/ibatis/transaction/managed/ManagedTransactionFactory.java
- org/apache/ibatis/transaction/managed/package-info.java
- org/apache/ibatis/transaction/package-info.java
- org/apache/ibatis/type/Alias.java
- org/apache/ibatis/type/ArrayTypeHandler.java
- org/apache/ibatis/type/BaseTypeHandler.java
- org/apache/ibatis/type/BigDecimalTypeHandler.java
- org/apache/ibatis/type/BigIntegerTypeHandler.java
- org/apache/ibatis/type/BlobByteObjectArrayTypeHandler.java
- org/apache/ibatis/type/BlobInputStreamTypeHandler.java
- org/apache/ibatis/type/BlobTypeHandler.java
- org/apache/ibatis/type/BooleanTypeHandler.java
- org/apache/ibatis/type/ByteArrayTypeHandler.java
- org/apache/ibatis/type/ByteArrayUtils.java
- org/apache/ibatis/type/ByteObjectArrayTypeHandler.java
- org/apache/ibatis/type/ByteTypeHandler.java
- org/apache/ibatis/type/CharacterTypeHandler.java
- org/apache/ibatis/type/ClobReaderTypeHandler.java
- org/apache/ibatis/type/ClobTypeHandler.java
- org/apache/ibatis/type/DateOnlyTypeHandler.java
- org/apache/ibatis/type/DateTypeHandler.java
- org/apache/ibatis/type/DoubleTypeHandler.java
- org/apache/ibatis/type/EnumOrdinalTypeHandler.java
- org/apache/ibatis/type/EnumTypeHandler.java
- org/apache/ibatis/type/FloatTypeHandler.java
- org/apache/ibatis/type/InstantTypeHandler.java
- org/apache/ibatis/type/IntegerTypeHandler.java
- org/apache/ibatis/type/JapaneseDateTypeHandler.java
- org/apache/ibatis/type/JdbcType.java
- org/apache/ibatis/type/LocalDateTimeTypeHandler.java
- org/apache/ibatis/type/LocalDateTypeHandler.java
- org/apache/ibatis/type/LocalTimeTypeHandler.java
- org/apache/ibatis/type/LongTypeHandler.java
- org/apache/ibatis/type/MappedJdbcTypes.java
- org/apache/ibatis/type/MappedTypes.java
- org/apache/ibatis/type/MonthTypeHandler.java
- org/apache/ibatis/type/NClobTypeHandler.java
- org/apache/ibatis/type/NStringTypeHandler.java
- org/apache/ibatis/type/ObjectTypeHandler.java
- org/apache/ibatis/type/OffsetDateTimeTypeHandler.java
- org/apache/ibatis/type/OffsetTimeTypeHandler.java
- org/apache/ibatis/type/ShortTypeHandler.java
- org/apache/ibatis/type/SimpleTypeRegistry.java
- org/apache/ibatis/type/SqlDateTypeHandler.java
- org/apache/ibatis/type/SqlTimeTypeHandler.java
- org/apache/ibatis/type/SqlTimestampTypeHandler.java
- org/apache/ibatis/type/SqlxmlTypeHandler.java
- org/apache/ibatis/type/StringTypeHandler.java
- org/apache/ibatis/type/TimeOnlyTypeHandler.java
- org/apache/ibatis/type/TypeAliasRegistry.java
- org/apache/ibatis/type/TypeException.java
- org/apache/ibatis/type/TypeHandler.java
- org/apache/ibatis/type/TypeHandlerRegistry.java
- org/apache/ibatis/type/TypeReference.java
- org/apache/ibatis/type/UnknownTypeHandler.java
- org/apache/ibatis/type/YearMonthTypeHandler.java
- org/apache/ibatis/type/YearTypeHandler.java
- org/apache/ibatis/type/ZonedDateTimeTypeHandler.java
- org/apache/ibatis/type/package-info.java
- org/apache/ibatis/util/MapUtil.java
Checkstyle Results
The following document contains the results of Checkstyle 8.36.1 with checkstyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
386 | 0 | 2253 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | NoFinalizer | 1 | Warning |
OverloadMethodsDeclarationOrder | 7 | Warning | |
VariableDeclarationUsageDistance | 5 | Warning | |
imports | CustomImportOrder
| 167 | Warning |
javadoc | InvalidJavadocPosition | 54 | Warning |
JavadocParagraph | 1047 | Warning | |
MissingJavadocMethod
| 189 | Warning | |
SummaryJavadoc
| 276 | Warning | |
naming | AbbreviationAsWordInName
| 95 | Warning |
MemberName
| 2 | Warning | |
MethodName
| 82 | Warning | |
sizes | LineLength
| 309 | Error |
whitespace | WhitespaceAfter
| 16 | Warning |
WhitespaceAround
| 3 | Warning |
Details
org/apache/ibatis/annotations/Arg.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.type.JdbcType’ | 25 |
org/apache/ibatis/annotations/AutomapConstructor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
org/apache/ibatis/annotations/CacheNamespace.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cache.Cache’ | 24 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 31 |
org/apache/ibatis/annotations/CacheNamespaceRef.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 29 |
org/apache/ibatis/annotations/Case.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/annotations/ConstructorArgs.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
org/apache/ibatis/annotations/Delete.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 52 |
org/apache/ibatis/annotations/DeleteProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 77 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 87 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 96 |
org/apache/ibatis/annotations/Flush.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
org/apache/ibatis/annotations/Insert.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 52 |
org/apache/ibatis/annotations/InsertProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 77 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 87 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 96 |
org/apache/ibatis/annotations/Lang.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.scripting.LanguageDriver’ | 24 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 29 |
org/apache/ibatis/annotations/Many.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.mapping.FetchType’ | 23 |
org/apache/ibatis/annotations/MapKey.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
org/apache/ibatis/annotations/Mapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
org/apache/ibatis/annotations/One.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.mapping.FetchType’ | 23 |
org/apache/ibatis/annotations/Options.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.mapping.ResultSetType’ | 25 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 31 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 141 |
org/apache/ibatis/annotations/Param.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
org/apache/ibatis/annotations/Property.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/annotations/Result.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.type.JdbcType’ | 25 |
org/apache/ibatis/annotations/ResultMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 37 |
org/apache/ibatis/annotations/ResultType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 30 |
org/apache/ibatis/annotations/Results.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 35 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 151). | 36 |
org/apache/ibatis/annotations/Select.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 52 |
org/apache/ibatis/annotations/SelectKey.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.mapping.StatementType’ | 25 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 30 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 96 |
org/apache/ibatis/annotations/SelectProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 77 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 87 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 96 |
org/apache/ibatis/annotations/TypeDiscriminator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.type.JdbcType’ | 24 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 31 |
org/apache/ibatis/annotations/Update.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 52 |
org/apache/ibatis/annotations/UpdateProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 77 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 87 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 96 |
org/apache/ibatis/annotations/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/binding/BindingException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/binding/MapperMethod.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.annotations.Flush’ | 27 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 118 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 224 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 288 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 366 |
org/apache/ibatis/binding/MapperProxy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.ExceptionUtil’ | 29 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 33 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 71 |
org/apache/ibatis/binding/MapperProxyFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.binding.MapperProxy.MapperMethodInvoker’ | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 |
org/apache/ibatis/binding/MapperRegistry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.builder.annotation.MapperAnnotationBuilder’ | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
org/apache/ibatis/binding/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/builder/BaseBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.mapping.ParameterMode’ | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 143). | 128 |
org/apache/ibatis/builder/BuilderException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/builder/CacheRefResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/builder/IncompleteElementException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/builder/InitializingObject.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/builder/MapperBuilderAssistant.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cache.Cache’ | 28 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 52 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 62 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 106 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 124 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 145 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 152 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 176 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 213 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 244 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 396 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 411 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 481 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 543 |
org/apache/ibatis/builder/ParameterExpression.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/builder/ResultMapResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.mapping.Discriminator’ | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 189). | 36 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 47 |
org/apache/ibatis/builder/SqlSourceBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.mapping.ParameterMapping’ | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 37 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 44 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 75 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 162). | 137 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 168). | 152 |
org/apache/ibatis/builder/StaticSqlSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.mapping.BoundSql’ | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.annotations.Arg’ | 39 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 93 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 108 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 115 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 163). | 178 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 190 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 252 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 301 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 303 |
Warning | whitespace | WhitespaceAfter | ‘typecast’ is not followed by whitespace. | 303 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 311 |
Warning | whitespace | WhitespaceAfter | ‘typecast’ is not followed by whitespace. | 311 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 313 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 340 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 398 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 165). | 583 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 179). | 605 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 158). | 665 |
org/apache/ibatis/builder/annotation/MethodResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/builder/annotation/ProviderContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/builder/annotation/ProviderMethodResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.builder.BuilderException’ | 23 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 39 |
org/apache/ibatis/builder/annotation/ProviderSqlSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.annotations.Lang’ | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 75 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 106 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 111 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 113 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 142 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 148). | 166 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 194 |
org/apache/ibatis/builder/annotation/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/builder/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/builder/xml/XMLConfigBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘javax.sql.DataSource’ | 22 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.builder.BaseBuilder’ | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 50 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 94 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 135 |
Warning | whitespace | WhitespaceAfter | ‘typecast’ is not followed by whitespace. | 148 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 189 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 167). | 228 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 245 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 159). | 246 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 262 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: ‘try’ is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 376 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 377 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: ‘try’ is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) | 382 |
Warning | whitespace | WhitespaceAround | WhitespaceAround: ‘{‘ is not preceded with whitespace. | 382 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 383 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 390 |
org/apache/ibatis/builder/xml/XMLIncludeTransformer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.builder.BuilderException’ | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 33 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
org/apache/ibatis/builder/xml/XMLMapperBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.builder.BaseBuilder’ | 30 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 52 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 64 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 70 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 75 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 80 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 85 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 136 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 193 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 191). | 236 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 257 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 287 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 321 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 332 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 335 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 389 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 223). | 393 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 396 |
org/apache/ibatis/builder/xml/XMLMapperEntityResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.io.Resources’ | 22 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 62 |
org/apache/ibatis/builder/xml/XMLStatementBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.builder.BaseBuilder’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 49 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable ‘flushCache’ declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 67 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable ‘useCache’ declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 68 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable ‘resultOrdered’ declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 97 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 156). | 128 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 138 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 141 |
org/apache/ibatis/builder/xml/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/cache/Cache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 22 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 22 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 24 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 24 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 26 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 44 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 49 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 57 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 95 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 95 |
org/apache/ibatis/cache/CacheException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/cache/CacheKey.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.ArrayUtil’ | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
org/apache/ibatis/cache/NullCacheKey.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/cache/TransactionalCacheManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cache.decorators.TransactionalCache’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
org/apache/ibatis/cache/decorators/BlockingCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cache.Cache’ | 22 |
Warning | javadoc | JavadocParagraph | Redundant <p> tag. | 26 |
org/apache/ibatis/cache/decorators/FifoCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cache.Cache’ | 21 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
org/apache/ibatis/cache/decorators/LoggingCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
org/apache/ibatis/cache/decorators/LruCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cache.Cache’ | 21 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
org/apache/ibatis/cache/decorators/ScheduledCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cache.Cache’ | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
org/apache/ibatis/cache/decorators/SerializedCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cache.Cache’ | 27 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
org/apache/ibatis/cache/decorators/SoftCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cache.Cache’ | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
org/apache/ibatis/cache/decorators/SynchronizedCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/cache/decorators/TransactionalCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cache.Cache’ | 23 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 29 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 29 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 95 |
org/apache/ibatis/cache/decorators/WeakCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cache.Cache’ | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
org/apache/ibatis/cache/decorators/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/cache/impl/PerpetualCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cache.Cache’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/cache/impl/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/cache/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/cursor/Cursor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
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 | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cursor.Cursor’ | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 72 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable ‘next’ declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 147 |
org/apache/ibatis/cursor/defaults/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/cursor/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/datasource/DataSourceException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/datasource/DataSourceFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘javax.sql.DataSource’ | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
org/apache/ibatis/datasource/jndi/JndiDataSourceFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘javax.naming.Context’ | 21 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.datasource.DataSourceException’ | 26 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘PREFIX’ must contain no more than ‘2’ consecutive capital letters. | 69 |
org/apache/ibatis/datasource/jndi/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/datasource/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/datasource/pooled/PoolState.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 91 |
org/apache/ibatis/datasource/pooled/PooledConnection.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.ExceptionUtil’ | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 |
org/apache/ibatis/datasource/pooled/PooledDataSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘javax.sql.DataSource’ | 28 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.datasource.unpooled.UnpooledDataSource’ | 30 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 74 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 79 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 84 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 168). | 153 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 332 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 380 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 407 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 501 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 522 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 528 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 580 |
Warning | coding | NoFinalizer | Avoid using finalizer method. | 597 |
org/apache/ibatis/datasource/pooled/PooledDataSourceFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/datasource/pooled/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/datasource/unpooled/UnpooledDataSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘javax.sql.DataSource’ | 31 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.io.Resources’ | 33 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 78 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 86 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 168). | 198 |
org/apache/ibatis/datasource/unpooled/UnpooledDataSourceFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘javax.sql.DataSource’ | 20 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.datasource.DataSourceException’ | 22 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 27 |
org/apache/ibatis/datasource/unpooled/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/exceptions/ExceptionFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/exceptions/IbatisException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/exceptions/PersistenceException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/exceptions/TooManyResultsException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/exceptions/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/executor/BaseExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cache.CacheKey’ | 26 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 47 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 125 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 133 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 169). | 141 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 182 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 274 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 277 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 304 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 182). | 321 |
org/apache/ibatis/executor/BatchExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cursor.Cursor’ | 26 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 38 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 57 |
Warning | whitespace | WhitespaceAfter | ‘;’ is not followed by whitespace. | 65 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 82 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 88 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 99 |
org/apache/ibatis/executor/BatchExecutorException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
org/apache/ibatis/executor/BatchResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.mapping.MappedStatement’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
org/apache/ibatis/executor/CachingExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cache.Cache’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 142). | 86 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 153). | 93 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 167). | 138 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 155 |
org/apache/ibatis/executor/ErrorContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 86 |
org/apache/ibatis/executor/ExecutionPlaceholder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/executor/Executor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cache.CacheKey’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 166). | 39 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 41 |
org/apache/ibatis/executor/ExecutorException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/executor/ResultExtractor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.MetaObject’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
Warning | whitespace | WhitespaceAfter | ‘typecast’ is not followed by whitespace. | 54 |
org/apache/ibatis/executor/ReuseExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cursor.Cursor’ | 26 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 157). | 56 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 58 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 64 |
org/apache/ibatis/executor/SimpleExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cursor.Cursor’ | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 34 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 157). | 57 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 61 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 70 |
org/apache/ibatis/executor/keygen/Jdbc3KeyGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.binding.MapperMethod.ParamMap’ | 32 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 46 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 188 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 201 |
org/apache/ibatis/executor/keygen/KeyGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.executor.Executor’ | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/executor/keygen/NoKeyGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.executor.Executor’ | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/executor/keygen/SelectKeyGenerator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.executor.Executor’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 105 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 155). | 117 |
org/apache/ibatis/executor/keygen/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/executor/loader/AbstractEnhancedDeserializationProxy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.executor.ExecutorException’ | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 44 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 67 |
org/apache/ibatis/executor/loader/AbstractSerialStateHolder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.io.SerialFilterChecker’ | 34 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 37 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 156). | 132 |
org/apache/ibatis/executor/loader/CglibProxyFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/executor/loader/JavassistProxyFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/executor/loader/ProxyFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.factory.ObjectFactory’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 188). | 33 |
org/apache/ibatis/executor/loader/ResultLoader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘javax.sql.DataSource’ | 21 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cache.CacheKey’ | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 37 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 180). | 56 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 81 |
org/apache/ibatis/executor/loader/ResultLoaderMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cursor.Cursor’ | 31 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 44 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 142). | 57 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 174 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 187 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 162). | 304 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 309 |
org/apache/ibatis/executor/loader/WriteReplaceInterface.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘net.sf.cglib.proxy.Callback’ | 23 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.executor.loader.AbstractEnhancedDeserializationProxy’ | 28 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 42 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.executor.loader.AbstractSerialStateHolder’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 45 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 143). | 47 |
org/apache/ibatis/executor/loader/cglib/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/executor/loader/javassist/JavassistProxyFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘javassist.util.proxy.MethodHandler’ | 23 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.executor.ExecutorException’ | 27 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 140). | 53 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 196). | 58 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 59 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 212). | 62 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 137). | 63 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 66 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 210). | 105 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 205). | 115 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 167). | 117 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 143). | 137 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 164 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 146). | 166 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 171 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 166). | 174 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 164). | 187 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 189 |
org/apache/ibatis/executor/loader/javassist/JavassistSerialStateHolder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.executor.loader.AbstractSerialStateHolder’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 45 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 147). | 47 |
org/apache/ibatis/executor/loader/javassist/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/executor/loader/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/executor/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/executor/parameter/ParameterHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/executor/parameter/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/executor/result/DefaultMapResultHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.MetaObject’ | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 27 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 156). | 39 |
org/apache/ibatis/executor/result/DefaultResultContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
org/apache/ibatis/executor/result/DefaultResultHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.factory.ObjectFactory’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
org/apache/ibatis/executor/result/ResultMapException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/executor/result/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.annotations.AutomapConstructor’ | 31 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 66 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 170). | 121 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 121 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 157 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 290 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 154). | 295 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 176). | 323 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 323 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 172). | 334 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 335 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 342 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 173). | 348 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 184). | 360 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 369 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 158). | 416 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 435 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 154). | 467 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 481 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 493 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 163). | 502 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 516 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 541 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 556 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 577 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 588 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 589 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 606 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 627 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 163). | 637 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 165). | 646 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 654 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 663 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 664 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 176). | 690 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 198). | 705 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 732 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 745 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 763 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 767 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 771 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 156). | 773 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 166). | 779 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 785 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 789 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 158). | 795 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 157). | 807 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 152). | 815 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 155). | 825 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 856 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 856 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 876 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 195). | 893 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 928 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 139). | 960 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 978 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 1000 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 187). | 1050 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 153). | 1068 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 145). | 1127 |
org/apache/ibatis/executor/resultset/ResultSetHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cursor.Cursor’ | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
org/apache/ibatis/executor/resultset/ResultSetWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.io.Resources’ | 30 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 39 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 164 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 173 |
org/apache/ibatis/executor/resultset/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/executor/statement/BaseStatementHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.executor.ErrorContext’ | 22 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 179). | 53 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 143). | 70 |
org/apache/ibatis/executor/statement/CallableStatementHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cursor.Cursor’ | 25 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 38 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 43 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 141). | 105 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 169). | 107 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 108 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 113 |
org/apache/ibatis/executor/statement/PreparedStatementHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cursor.Cursor’ | 25 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 174). | 40 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 88 |
org/apache/ibatis/executor/statement/RoutingStatementHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cursor.Cursor’ | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 160). | 39 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
org/apache/ibatis/executor/statement/SimpleStatementHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cursor.Cursor’ | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 172). | 40 |
org/apache/ibatis/executor/statement/StatementHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cursor.Cursor’ | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 |
org/apache/ibatis/executor/statement/StatementUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 137). | 43 |
org/apache/ibatis/executor/statement/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/io/ClassLoaderWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 21 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 39 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 49 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 70 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 81 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 104 |
Warning | coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line ‘77’. | 111 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 131 |
Warning | coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line ‘56’. | 138 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 170 |
Warning | coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line ‘100’. | 178 |
org/apache/ibatis/io/DefaultVFS.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.logging.Log’ | 35 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘DefaultVFS’ must contain no more than ‘2’ consecutive capital letters. | 43 |
org/apache/ibatis/io/ExternalResources.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.logging.Log’ | 26 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 53 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
org/apache/ibatis/io/JBoss6VFS.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.logging.Log’ | 25 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘JBoss6VFS’ must contain no more than ‘2’ consecutive capital letters. | 33 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘VFS’ must contain no more than ‘2’ consecutive capital letters. | 69 |
org/apache/ibatis/io/ResolverUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.logging.Log’ | 24 |
org/apache/ibatis/io/Resources.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 55 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 64 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 76 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 119 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 134 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 150 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 167 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 185 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 196 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 208 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 221 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 238 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 253 |
org/apache/ibatis/io/SerialFilterChecker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.logging.Log’ | 21 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 47 |
org/apache/ibatis/io/VFS.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.logging.Log’ | 27 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘VFS’ must contain no more than ‘2’ consecutive capital letters. | 35 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘VFSHolder’ must contain no more than ‘2’ consecutive capital letters. | 47 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘createVFS’ must contain no more than ‘2’ consecutive capital letters. | 51 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 67 |
org/apache/ibatis/io/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/jdbc/AbstractSQL.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
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 | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘UPDATE’ must contain no more than ‘2’ consecutive capital letters. | 39 |
Warning | naming | MethodName | Method name ‘UPDATE’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’. | 39 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘SET’ must contain no more than ‘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 | naming | AbbreviationAsWordInName | Abbreviation in name ‘SET’ must contain no more than ‘2’ consecutive capital letters. | 58 |
Warning | naming | MethodName | Method name ‘SET’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’. | 58 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘INSERTINTO’ must contain no more than ‘2’ consecutive capital letters. | 63 |
Warning | naming | MethodName | Method name ‘INSERT_INTO’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 63 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘VALUES’ must contain no more than ‘2’ consecutive capital letters. | 69 |
Warning | naming | MethodName | Method name ‘VALUES’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’. | 69 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘INTOCOLUMNS’ must contain no more than ‘2’ consecutive capital letters. | 83 |
Warning | naming | MethodName | Method name ‘INTO_COLUMNS’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 83 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘INTOVALUES’ must contain no more than ‘2’ consecutive capital letters. | 96 |
Warning | naming | MethodName | Method name ‘INTO_VALUES’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 96 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 102 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘SELECT’ must contain no more than ‘2’ consecutive capital letters. | 102 |
Warning | naming | MethodName | Method name ‘SELECT’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’. | 102 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘SELECT’ must contain no more than ‘2’ consecutive capital letters. | 116 |
Warning | naming | MethodName | Method name ‘SELECT’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 116 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 122 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘SELECTDISTINCT’ must contain no more than ‘2’ consecutive capital letters. | 122 |
Warning | naming | MethodName | Method name ‘SELECT_DISTINCT’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 122 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘SELECTDISTINCT’ must contain no more than ‘2’ consecutive capital letters. | 136 |
Warning | naming | MethodName | Method name ‘SELECT_DISTINCT’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 136 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 142 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘DELETEFROM’ must contain no more than ‘2’ consecutive capital letters. | 142 |
Warning | naming | MethodName | Method name ‘DELETE_FROM’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 142 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘FROM’ must contain no more than ‘2’ consecutive capital letters. | 148 |
Warning | naming | MethodName | Method name ‘FROM’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’. | 148 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘FROM’ must contain no more than ‘2’ consecutive capital letters. | 161 |
Warning | naming | MethodName | Method name ‘FROM’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 161 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘JOIN’ must contain no more than ‘2’ consecutive capital letters. | 166 |
Warning | naming | MethodName | Method name ‘JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’. | 166 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘JOIN’ must contain no more than ‘2’ consecutive capital letters. | 179 |
Warning | naming | MethodName | Method name ‘JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’. | 179 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘INNER_JOIN’ must contain no more than ‘2’ consecutive capital letters. | 184 |
Warning | naming | MethodName | Method name ‘INNER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 184 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘INNERJOIN’ must contain no more than ‘2’ consecutive capital letters. | 197 |
Warning | naming | MethodName | Method name ‘INNER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 197 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘LEFTOUTER_JOIN’ must contain no more than ‘2’ consecutive capital letters. | 202 |
Warning | naming | MethodName | Method name ‘LEFT_OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 202 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘LEFTOUTER_JOIN’ must contain no more than ‘2’ consecutive capital letters. | 215 |
Warning | naming | MethodName | Method name ‘LEFT_OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 215 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘RIGHTOUTER_JOIN’ must contain no more than ‘2’ consecutive capital letters. | 220 |
Warning | naming | MethodName | Method name ‘RIGHT_OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 220 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘RIGHTOUTER_JOIN’ must contain no more than ‘2’ consecutive capital letters. | 233 |
Warning | naming | MethodName | Method name ‘RIGHT_OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 233 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘OUTERJOIN’ must contain no more than ‘2’ consecutive capital letters. | 238 |
Warning | naming | MethodName | Method name ‘OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 238 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘OUTERJOIN’ must contain no more than ‘2’ consecutive capital letters. | 251 |
Warning | naming | MethodName | Method name ‘OUTER_JOIN’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 251 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 256 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘WHERE’ must contain no more than ‘2’ consecutive capital letters. | 256 |
Warning | naming | MethodName | Method name ‘WHERE’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’. | 256 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘WHERE’ must contain no more than ‘2’ consecutive capital letters. | 270 |
Warning | naming | MethodName | Method name ‘WHERE’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 270 |
Warning | naming | MethodName | Method name ‘OR’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’. | 276 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘AND’ must contain no more than ‘2’ consecutive capital letters. | 281 |
Warning | naming | MethodName | Method name ‘AND’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’. | 281 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘GROUP_BY’ must contain no more than ‘2’ consecutive capital letters. | 286 |
Warning | naming | MethodName | Method name ‘GROUP_BY’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 286 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘GROUPBY’ must contain no more than ‘2’ consecutive capital letters. | 299 |
Warning | naming | MethodName | Method name ‘GROUP_BY’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 299 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 304 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘HAVING’ must contain no more than ‘2’ consecutive capital letters. | 304 |
Warning | naming | MethodName | Method name ‘HAVING’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’. | 304 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘HAVING’ must contain no more than ‘2’ consecutive capital letters. | 318 |
Warning | naming | MethodName | Method name ‘HAVING’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 318 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘ORDERBY’ must contain no more than ‘2’ consecutive capital letters. | 324 |
Warning | naming | MethodName | Method name ‘ORDER_BY’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 324 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘ORDERBY’ must contain no more than ‘2’ consecutive capital letters. | 337 |
Warning | naming | MethodName | Method name ‘ORDER_BY’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 337 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘LIMIT’ must contain no more than ‘2’ consecutive capital letters. | 350 |
Warning | naming | MethodName | Method name ‘LIMIT’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’. | 350 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘LIMIT’ must contain no more than ‘2’ consecutive capital letters. | 364 |
Warning | naming | MethodName | Method name ‘LIMIT’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’. | 364 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘OFFSET’ must contain no more than ‘2’ consecutive capital letters. | 376 |
Warning | naming | MethodName | Method name ‘OFFSET’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 376 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘OFFSET’ must contain no more than ‘2’ consecutive capital letters. | 390 |
Warning | naming | MethodName | Method name ‘OFFSET’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’. | 390 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘FETCHFIRST_ROWS_ONLY’ must contain no more than ‘2’ consecutive capital letters. | 402 |
Warning | naming | MethodName | Method name ‘FETCH_FIRST_ROWS_ONLY’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 402 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘FETCHFIRST_ROWS_ONLY’ must contain no more than ‘2’ consecutive capital letters. | 416 |
Warning | naming | MethodName | Method name ‘FETCH_FIRST_ROWS_ONLY’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 416 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘OFFSETROWS’ must contain no more than ‘2’ consecutive capital letters. | 428 |
Warning | naming | MethodName | Method name ‘OFFSET_ROWS’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 428 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘OFFSETROWS’ must contain no more than ‘2’ consecutive capital letters. | 442 |
Warning | naming | MethodName | Method name ‘OFFSET_ROWS’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 442 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘ADDROW’ must contain no more than ‘2’ consecutive capital letters. | 452 |
Warning | naming | MethodName | Method name ‘ADD_ROW’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’. | 452 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘SQLStatement’ must contain no more than ‘2’ consecutive capital letters. | 500 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘selectSQL’ must contain no more than ‘2’ consecutive capital letters. | 588 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘insertSQL’ must contain no more than ‘2’ consecutive capital letters. | 613 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘deleteSQL’ must contain no more than ‘2’ consecutive capital letters. | 622 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘updateSQL’ must contain no more than ‘2’ consecutive capital letters. | 629 |
org/apache/ibatis/jdbc/Null.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 40 |
org/apache/ibatis/jdbc/RuntimeSqlException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/jdbc/SQL.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 150). | 44 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 112 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 163 |
Warning | coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line ‘73’. | 175 |
org/apache/ibatis/jdbc/SelectBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
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 ‘SELECTDISTINCT’ 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 ‘LEFTOUTER_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 ‘RIGHTOUTER_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 ‘OUTERJOIN’ 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 ‘GROUPBY’ 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 ‘ORDERBY’ 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 | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 100 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘SQL’ must contain no more than ‘2’ consecutive capital letters. | 100 |
Warning | naming | MethodName | Method name ‘SQL’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9_]$’. | 100 |
org/apache/ibatis/jdbc/SqlBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
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 | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘SQL’ must contain no more than ‘2’ consecutive capital letters. | 51 |
Warning | naming | MethodName | Method name ‘SQL’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]$’. | 51 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘INSERTINTO’ 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 ‘SELECTDISTINCT’ 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 ‘DELETEFROM’ 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 ‘LEFTOUTER_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 ‘RIGHTOUTER_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 ‘OUTERJOIN’ 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 ‘GROUPBY’ 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 ‘ORDERBY’ 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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.io.Resources’ | 31 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 176 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 127). | 191 |
org/apache/ibatis/jdbc/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/lang/UsesJava7.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/lang/UsesJava8.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/lang/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/logging/Log.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/logging/LogException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/logging/LogFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
org/apache/ibatis/logging/commons/JakartaCommonsLoggingImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
org/apache/ibatis/logging/commons/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/logging/jdbc/BaseJdbcLogger.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.builder.SqlSourceBuilder’ | 31 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
org/apache/ibatis/logging/jdbc/ConnectionLogger.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.logging.Log’ | 25 |
org/apache/ibatis/logging/jdbc/PreparedStatementLogger.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.logging.Log’ | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 96 |
org/apache/ibatis/logging/jdbc/ResultSetLogger.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.logging.Log’ | 29 |
org/apache/ibatis/logging/jdbc/StatementLogger.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.logging.Log’ | 24 |
org/apache/ibatis/logging/jdbc/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/logging/jdk14/Jdk14LoggingImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.logging.Log’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/logging/jdk14/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/logging/log4j/Log4jImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
org/apache/ibatis/logging/log4j/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/logging/log4j2/Log4j2AbstractLoggerImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 |
org/apache/ibatis/logging/log4j2/Log4j2Impl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
org/apache/ibatis/logging/log4j2/Log4j2LoggerImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/logging/log4j2/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/logging/nologging/NoLoggingImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/logging/nologging/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/logging/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/logging/slf4j/Slf4jImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 38 |
org/apache/ibatis/logging/slf4j/Slf4jLocationAwareLoggerImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/logging/slf4j/Slf4jLoggerImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
org/apache/ibatis/logging/slf4j/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/logging/stdout/StdOutImpl.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/logging/stdout/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/mapping/BoundSql.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.MetaObject’ | 22 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 31 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 31 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 44 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
org/apache/ibatis/mapping/CacheBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.builder.InitializingObject’ | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 37 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 92 |
org/apache/ibatis/mapping/DatabaseIdProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘javax.sql.DataSource’ | 21 |
org/apache/ibatis/mapping/DefaultDatabaseIdProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/mapping/Discriminator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.session.Configuration’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
org/apache/ibatis/mapping/Environment.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.transaction.TransactionFactory’ | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
org/apache/ibatis/mapping/FetchType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/mapping/MappedStatement.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cache.Cache’ | 22 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 73 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 175). | 76 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 99 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 191 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 304 |
org/apache/ibatis/mapping/ParameterMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.session.Configuration’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
org/apache/ibatis/mapping/ParameterMapping.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.session.Configuration’ | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 102 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 128 |
org/apache/ibatis/mapping/ParameterMode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/mapping/ResultFlag.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/mapping/ResultMap.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.annotations.Param’ | 27 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 34 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 65 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 160). | 94 |
org/apache/ibatis/mapping/ResultMapping.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.session.Configuration’ | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 135 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 147 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 150 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 154 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 145). | 167 |
org/apache/ibatis/mapping/ResultSetType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/mapping/SqlCommandType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/mapping/SqlSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/mapping/StatementType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
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. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘javax.sql.DataSource’ | 24 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.logging.Log’ | 26 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 31 |
org/apache/ibatis/mapping/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/parsing/GenericTokenParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 27 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
org/apache/ibatis/parsing/ParsingException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/parsing/PropertyParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 31 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
org/apache/ibatis/parsing/TokenHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/parsing/XNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.w3c.dom.CharacterData’ | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
Warning | whitespace | WhitespaceAfter | ‘,’ is not followed by whitespace. | 182 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 188 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 257 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 271 |
org/apache/ibatis/parsing/XPathParser.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘javax.xml.XMLConstants’ | 25 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.builder.BuilderException’ | 33 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 43 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 143 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 201 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 214 |
org/apache/ibatis/parsing/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/plugin/Interceptor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/plugin/InterceptorChain.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
org/apache/ibatis/plugin/Intercepts.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/plugin/Invocation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
org/apache/ibatis/plugin/Plugin.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.ExceptionUtil’ | 26 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 74 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 84 |
org/apache/ibatis/plugin/PluginException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/plugin/Signature.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/plugin/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/reflection/ArrayUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/reflection/DefaultReflectorFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.util.MapUtil’ | 21 |
org/apache/ibatis/reflection/ExceptionUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
org/apache/ibatis/reflection/Jdk.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.invoker.GetFieldInvoker’ | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
Warning | coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line ‘46’. | 91 |
Warning | coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line ‘81’. | 96 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 135 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 149 |
org/apache/ibatis/reflection/MetaObject.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.factory.ObjectFactory’ | 22 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 144). | 41 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 160). | 60 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 112 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 126 |
org/apache/ibatis/reflection/OptionalUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 21 |
org/apache/ibatis/reflection/ParamNameResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.annotations.Param’ | 28 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
org/apache/ibatis/reflection/ParamNameUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/reflection/ReflectionException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/reflection/Reflector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.invoker.AmbiguousMethodInvoker’ | 37 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 183). | 129 |
Warning | javadoc | SummaryJavadoc | Forbidden summary fragment. | 267 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 352 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 364 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 372 |
org/apache/ibatis/reflection/ReflectorFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/reflection/SystemMetaObject.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 28 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 98 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 137). | 115 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 164 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 191 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 136). | 215 |
Warning | whitespace | WhitespaceAfter | ‘typecast’ is not followed by whitespace. | 233 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 158). | 271 |
org/apache/ibatis/reflection/factory/DefaultObjectFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.ReflectionException’ | 33 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 156). | 88 |
org/apache/ibatis/reflection/factory/ObjectFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/reflection/factory/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/reflection/invoker/AmbiguousMethodInvoker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.ReflectionException’ | 22 |
org/apache/ibatis/reflection/invoker/GetFieldInvoker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.Reflector’ | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
org/apache/ibatis/reflection/invoker/Invoker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/reflection/invoker/MethodInvoker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.Reflector’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
org/apache/ibatis/reflection/invoker/SetFieldInvoker.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.Reflector’ | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
org/apache/ibatis/reflection/invoker/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/reflection/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/reflection/property/PropertyCopier.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.Reflector’ | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
org/apache/ibatis/reflection/property/PropertyNamer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.ReflectionException’ | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 37 |
org/apache/ibatis/reflection/property/PropertyTokenizer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 29 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 74 |
org/apache/ibatis/reflection/property/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/reflection/wrapper/BaseWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.MetaObject’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 71 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 102 |
org/apache/ibatis/reflection/wrapper/BeanWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.ExceptionUtil’ | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 153). | 152 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 205). | 155 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 146). | 171 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 171). | 185 |
org/apache/ibatis/reflection/wrapper/CollectionWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.MetaObject’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
org/apache/ibatis/reflection/wrapper/DefaultObjectWrapperFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.MetaObject’ | 22 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 27 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 140). | 140 |
org/apache/ibatis/reflection/wrapper/ObjectWrapper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.MetaObject’ | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/reflection/wrapper/ObjectWrapperFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/reflection/wrapper/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/scripting/LanguageDriver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.util.MapUtil’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name ‘LANGUAGE_DRIVER_MAP’ must contain no more than ‘2’ consecutive capital letters. | 28 |
Warning | naming | MemberName | Member name ‘LANGUAGE_DRIVER_MAP’ must match pattern ‘^[a-z][a-z0-9][a-zA-Z0-9]*$’. | 28 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
org/apache/ibatis/scripting/ScriptingException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/scripting/defaults/DefaultParameterHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.executor.ErrorContext’ | 22 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
org/apache/ibatis/scripting/defaults/RawLanguageDriver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/scripting/defaults/RawSqlSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.builder.SqlSourceBuilder’ | 20 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
org/apache/ibatis/scripting/defaults/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/scripting/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/scripting/xmltags/ChooseSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/scripting/xmltags/DynamicContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘ognl.OgnlContext’ | 22 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.MetaObject’ | 26 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 29 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
Warning | whitespace | WhitespaceAfter | ‘typecast’ is not followed by whitespace. | 120 |
org/apache/ibatis/scripting/xmltags/DynamicSqlSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/scripting/xmltags/ExpressionEvaluator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.builder.BuilderException’ | 24 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 26 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
Warning | javadoc | MissingJavadocMethod | 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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.parsing.GenericTokenParser’ | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 173). | 39 |
Warning | javadoc | MissingJavadocMethod | 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 |
Warning | whitespace | WhitespaceAfter | ‘,’ is not followed by whitespace. | 128 |
org/apache/ibatis/scripting/xmltags/IfSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 26 |
org/apache/ibatis/scripting/xmltags/MixedSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/scripting/xmltags/OgnlCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘ognl.Ognl’ | 21 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.builder.BuilderException’ | 24 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
org/apache/ibatis/scripting/xmltags/OgnlClassResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.io.Resources’ | 20 |
org/apache/ibatis/scripting/xmltags/OgnlMemberAccess.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘ognl.MemberAccess’ | 22 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.reflection.Reflector’ | 24 |
org/apache/ibatis/scripting/xmltags/SetSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.session.Configuration’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | whitespace | WhitespaceAfter | ‘,’ is not followed by whitespace. | 30 |
org/apache/ibatis/scripting/xmltags/SqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/scripting/xmltags/StaticTextSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/scripting/xmltags/TextSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.parsing.GenericTokenParser’ | 20 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
org/apache/ibatis/scripting/xmltags/TrimSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.session.Configuration’ | 25 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 27 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 153). | 39 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 122). | 40 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 168). | 43 |
org/apache/ibatis/scripting/xmltags/VarDeclSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/scripting/xmltags/WhereSqlNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.session.Configuration’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 28 |
Warning | whitespace | WhitespaceAfter | ‘,’ is not followed by whitespace. | 28 |
Warning | whitespace | WhitespaceAfter | ‘,’ is not followed by whitespace. | 28 |
org/apache/ibatis/scripting/xmltags/XMLLanguageDriver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 31 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 37 |
org/apache/ibatis/scripting/xmltags/XMLScriptBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.builder.BaseBuilder’ | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 135). | 179 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 225 |
org/apache/ibatis/scripting/xmltags/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/session/AutoMappingBehavior.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/session/AutoMappingUnknownColumnBehavior.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.binding.MapperRegistry’ | 30 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 98 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 121). | 124 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 128). | 155 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 183 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 229 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 240 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 248 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 258 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 397 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 602 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 644 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 644 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 133). | 645 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 153). | 650 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 650 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 149). | 652 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 192). | 657 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 657 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 148). | 658 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 667 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 725 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 817 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 856 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 944 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 998 |
Warning | javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 998 |
org/apache/ibatis/session/ExecutorType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/session/LocalCacheScope.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
Warning | whitespace | WhitespaceAfter | ‘,’ is not followed by whitespace. | 22 |
org/apache/ibatis/session/ResultContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/session/ResultHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/session/RowBounds.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/session/SqlSession.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cursor.Cursor’ | 23 |
org/apache/ibatis/session/SqlSessionException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/session/SqlSessionFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.builder.xml.XMLConfigBuilder’ | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
org/apache/ibatis/session/SqlSessionManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.cursor.Cursor’ | 28 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 32 |
org/apache/ibatis/session/TransactionIsolationLevel.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/session/defaults/DefaultSqlSession.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.binding.BindingException’ | 26 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 130). | 80 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 100 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 320 |
org/apache/ibatis/session/defaults/DefaultSqlSessionFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.exceptions.ExceptionFactory’ | 21 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 34 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 90 |
org/apache/ibatis/session/defaults/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/session/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/transaction/Transaction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/transaction/TransactionException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/transaction/TransactionFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘javax.sql.DataSource’ | 21 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.session.TransactionIsolationLevel’ | 23 |
org/apache/ibatis/transaction/jdbc/JdbcTransaction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘javax.sql.DataSource’ | 21 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.logging.Log’ | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
org/apache/ibatis/transaction/jdbc/JdbcTransactionFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘javax.sql.DataSource’ | 20 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.session.TransactionIsolationLevel’ | 22 |
org/apache/ibatis/transaction/jdbc/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/transaction/managed/ManagedTransaction.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘javax.sql.DataSource’ | 21 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.logging.Log’ | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
org/apache/ibatis/transaction/managed/ManagedTransactionFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘javax.sql.DataSource’ | 21 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.session.TransactionIsolationLevel’ | 23 |
org/apache/ibatis/transaction/managed/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/transaction/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/type/Alias.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
org/apache/ibatis/type/ArrayTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 36 |
org/apache/ibatis/type/BaseTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.executor.result.ResultMapException’ | 23 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 40 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 68 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 87 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 123). | 96 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 105 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 109 |
org/apache/ibatis/type/BigDecimalTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/BigIntegerTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
org/apache/ibatis/type/BlobInputStreamTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/type/BlobTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
org/apache/ibatis/type/BooleanTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/ByteArrayTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/ByteArrayUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 18 |
org/apache/ibatis/type/ByteObjectArrayTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/CharacterTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 124). | 29 |
org/apache/ibatis/type/ClobReaderTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/type/ClobTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
org/apache/ibatis/type/DateOnlyTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/DateTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
org/apache/ibatis/type/DoubleTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/EnumOrdinalTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 129). | 78 |
org/apache/ibatis/type/EnumTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
org/apache/ibatis/type/FloatTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/InstantTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/JapaneseDateTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/type/JdbcType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
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 |
Warning | whitespace | WhitespaceAfter | ‘,’ is not followed by whitespace. | 73 |
org/apache/ibatis/type/LocalDateTimeTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/LocalDateTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/LocalTimeTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/LongTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/MappedJdbcTypes.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
org/apache/ibatis/type/MappedTypes.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 |
org/apache/ibatis/type/MonthTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/NClobTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
org/apache/ibatis/type/NStringTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/ObjectTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/OffsetDateTimeTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/OffsetTimeTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/ShortTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/SimpleTypeRegistry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/SqlDateTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/SqlTimeTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/SqlTimestampTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/SqlxmlTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/type/StringTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/TimeOnlyTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
org/apache/ibatis/type/TypeAliasRegistry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.io.ResolverUtil’ | 32 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 35 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 103 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 128 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 141 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 150 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 157 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 162 |
org/apache/ibatis/type/TypeException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 20 |
org/apache/ibatis/type/TypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/apache/ibatis/type/TypeHandlerRegistry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.binding.MapperMethod.ParamMap’ | 46 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 51 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 334 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 409 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 441 |
Warning | coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line ‘435’. | 463 |
Warning | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 463 |
org/apache/ibatis/type/TypeReference.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
org/apache/ibatis/type/UnknownTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | imports | CustomImportOrder | Extra separation in import group before ‘org.apache.ibatis.io.Resources’ | 27 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 30 |
Warning | whitespace | WhitespaceAfter | ‘,’ is not followed by whitespace. | 109 |
Warning | whitespace | WhitespaceAfter | ‘,’ is not followed by whitespace. | 116 |
org/apache/ibatis/type/YearMonthTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/ZonedDateTimeTypeHandler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |
Warning | javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/apache/ibatis/type/package-info.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 1 |
org/apache/ibatis/util/MapUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 7 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 9 |