Checkstyle Results
The following document contains the results of Checkstyle 11.1.0 with checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 220 | 0 | 525 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyCatchBlock
|
3 | |
| coding | ConstructorsDeclarationGrouping | 1 | |
MatchXpath
|
4 | ||
| MissingSwitchDefault | 1 | ||
| MultipleVariableDeclarations | 1 | ||
| NoFinalizer | 1 | ||
| OverloadMethodsDeclarationOrder | 37 | ||
| VariableDeclarationUsageDistance | 40 | ||
| design | OneTopLevelClass | 1 | |
| imports | CustomImportOrder
|
132 | |
| javadoc | AtclauseOrder
|
3 | |
| InvalidJavadocPosition | 1 | ||
JavadocParagraph
|
124 | ||
| NonEmptyAtclauseDescription | 7 | ||
SummaryJavadoc
|
63 | ||
| misc | ArrayTypeStyle | 6 | |
TodoComment
|
58 | ||
| modifier | ModifierOrder | 5 | |
| naming | AbbreviationAsWordInName
|
21 | |
LocalVariableName
|
2 | ||
MemberName
|
1 | ||
ParameterName
|
10 | ||
| sizes | LineLength
|
1 | |
| whitespace | WhitespaceAfter
|
2 |
Details
com/ibatis/common/beans/ClassInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Forbidden summary fragment. | 333 |
com/ibatis/common/beans/ComplexBeanProbe.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 20 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 26 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 28 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 30 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 30 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 44 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 194 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 222 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 263 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 277 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 292 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 306 |
com/ibatis/common/beans/DomProbe.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.PrintWriter' | 20 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.CharacterData' | 28 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 66 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 77 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 335 |
com/ibatis/common/beans/GenericProbe.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 25 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 25 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 29 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 29 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 72 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 93 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 111 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 178 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 198 |
com/ibatis/common/io/ReaderInputStream.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 19 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 21 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 23 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 26 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 29 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 32 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 73 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 106 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 143 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '109'. | 146 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 160 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 168 |
com/ibatis/common/jdbc/DbcpConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.time.Duration' | 21 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.commons.dbcp2.BasicDataSource' | 27 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'validationQuery' 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). | 140 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'maxActive' 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). | 141 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'maxIdle' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 142 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'maxWait' declaration and its first usage is 8, 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). | 143 |
com/ibatis/common/jdbc/ScriptRunner.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 20 | |
| coding | ConstructorsDeclarationGrouping | Constructors should be grouped together. The last grouped constructor is declared at line '83'. | 118 |
com/ibatis/common/jdbc/SimpleDataSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.PrintWriter' | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 45 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 49 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 49 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 51 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 51 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'POOL_LOCK' must contain no more than '1' consecutive capital letters. | 113 | |
| naming | MemberName | Member name 'POOL_LOCK' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'prop_pool_ping_query' declaration and its first usage is 12, 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). | 212 | |
| naming | LocalVariableName | Local variable name 'prop_pool_ping_query' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 212 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'propIter' 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). | 255 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 299 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 307 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 315 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 323 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 331 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 339 | |
| coding | NoFinalizer | Avoid using finalizer method. | 873 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1102 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'nativeSQL' must contain no more than '1' consecutive capital letters. | 1204 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '1,159'. | 1397 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '1,174'. | 1416 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '1,189'. | 1436 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '1,249'. | 1530 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '1,397'. | 1562 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '1,416'. | 1584 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '1,436'. | 1606 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '1,584'. | 1624 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1641 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1658 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 1666 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 1672 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 1678 |
com/ibatis/common/jdbc/exception/NestedSQLException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'NestedSQLException' must contain no more than '1' consecutive capital letters. | 23 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 40 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'SQLState' must contain no more than '1' consecutive capital letters. | 50 | |
| naming | ParameterName | Parameter name 'SQLState' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 50 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'SQLState' must contain no more than '1' consecutive capital letters. | 66 | |
| naming | ParameterName | Parameter name 'SQLState' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 66 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 70 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 83 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'SQLState' must contain no more than '1' consecutive capital letters. | 95 | |
| naming | ParameterName | Parameter name 'SQLState' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 95 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 100 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'SQLState' must contain no more than '1' consecutive capital letters. | 112 | |
| naming | ParameterName | Parameter name 'SQLState' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 112 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 117 |
com/ibatis/common/jdbc/exception/RuntimeSQLException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'RuntimeSQLException' must contain no more than '1' consecutive capital letters. | 23 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getSQLState' must contain no more than '1' consecutive capital letters. | 71 |
com/ibatis/common/jdbc/logging/BaseLogProxy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 200 |
com/ibatis/common/jdbc/logging/ConnectionLogProxy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.InvocationHandler' | 22 |
com/ibatis/common/jdbc/logging/PreparedStatementLogProxy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.InvocationHandler' | 22 |
com/ibatis/common/jdbc/logging/ResultSetLogProxy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.InvocationHandler' | 22 |
com/ibatis/common/jdbc/logging/StatementLogProxy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.InvocationHandler' | 22 |
com/ibatis/common/logging/LogFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Constructor' | 20 | |
| blocks | EmptyCatchBlock | Empty catch block. | 52 | |
| naming | ParameterName | Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 65 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'selectLog4JLogging' must contain no more than '1' consecutive capital letters. | 79 | |
| blocks | EmptyCatchBlock | Empty catch block. | 84 | |
| blocks | EmptyCatchBlock | Empty catch block. | 99 |
com/ibatis/common/resources/Resources.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 20 |
com/ibatis/common/util/PaginatedArrayList.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 154 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '202'. | 265 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '210'. | 272 |
com/ibatis/common/xml/NodeletParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.xml.XMLConstants' | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Document' | 33 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 322 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 322 |
com/ibatis/common/xml/NodeletUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.NamedNodeMap' | 20 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'OPEN' must contain no more than '1' consecutive capital letters. | 112 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'CLOSE' must contain no more than '1' consecutive capital letters. | 113 |
com/ibatis/sqlmap/client/SqlMapClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 23 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 23 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 27 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 32 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 32 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 36 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 36 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 120 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 120 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 131 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 131 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 135 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 135 | |
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 195 |
com/ibatis/sqlmap/client/SqlMapClientBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.InputStream' | 20 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 26 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 26 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 29 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 29 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 36 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 36 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 38 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 38 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 69 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 69 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 100 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 100 |
com/ibatis/sqlmap/client/SqlMapException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 22 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 22 |
com/ibatis/sqlmap/client/SqlMapExecutor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.SQLException' | 22 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 38 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 38 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 58 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 58 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 75 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 75 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 94 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 94 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 109 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 109 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 127 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 127 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 142 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 142 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 160 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 160 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 175 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 175 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 196 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 196 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 214 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 214 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 230 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 230 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 253 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 253 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 273 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 273 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 276 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 276 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 295 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 295 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 298 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 298 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 313 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 313 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 336 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 336 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 357 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 357 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 378 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 378 |
com/ibatis/sqlmap/client/SqlMapTransactionManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 21 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 44 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 44 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 65 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 65 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 95 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 95 |
com/ibatis/sqlmap/client/event/RowHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 20 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 20 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 24 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 24 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 35 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 35 |
com/ibatis/sqlmap/client/extensions/ParameterSetter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 38 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 38 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 383 |
com/ibatis/sqlmap/client/extensions/ResultGetter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 37 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 37 |
com/ibatis/sqlmap/client/extensions/TypeHandlerCallback.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 22 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 22 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 28 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 28 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 30 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 30 |
com/ibatis/sqlmap/engine/builder/xml/SqlMapClasspathEntityResolver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 20 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.xml.sax.EntityResolver' | 26 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
com/ibatis/sqlmap/engine/builder/xml/SqlMapConfigParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.InputStream' | 29 |
com/ibatis/sqlmap/engine/builder/xml/SqlMapParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.InputStream' | 34 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'id' 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). | 148 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'propertyName' 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). | 226 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'jdbcType' 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). | 227 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'type' 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). | 228 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'resultMap' 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). | 230 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nullValue' 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). | 231 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'mode' 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). | 232 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'numericScaleProp' 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). | 234 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'propertyName' 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). | 291 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nullValue' 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). | 292 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'jdbcType' 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). | 293 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'columnName' 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). | 295 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'columnIndexProp' 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). | 296 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'statementName' 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). | 297 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'resultMapName' 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). | 298 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'notNullColumn' 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). | 300 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nullValue' 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). | 348 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'jdbcType' 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). | 349 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'columnName' 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). | 351 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'columnIndexProp' 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). | 352 |
com/ibatis/sqlmap/engine/builder/xml/SqlStatementParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Properties' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.CharacterData' | 26 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'parameterMapName' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 61 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'parameterClassName' 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). | 62 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'cacheModelName' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 65 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'xmlResultName' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 66 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'resultSetType' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 67 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'fetchSize' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 68 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'allowRemapping' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 69 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'timeout' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 70 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'foundSQLFirst' must contain no more than '1' consecutive capital letters. | 145 |
com/ibatis/sqlmap/engine/builder/xml/XMLSqlSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Properties' | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.CharacterData' | 33 |
com/ibatis/sqlmap/engine/builder/xml/XmlParserState.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 31 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'customizedSQLExecutor' must contain no more than '1' consecutive capital letters. | 299 |
com/ibatis/sqlmap/engine/cache/CacheModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 23 |
com/ibatis/sqlmap/engine/cache/fifo/FifoCacheController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collections' | 21 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 70 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 |
com/ibatis/sqlmap/engine/cache/lru/LruCacheController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collections' | 21 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 70 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 |
com/ibatis/sqlmap/engine/cache/memory/MemoryCacheController.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.ref.SoftReference' | 21 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 39 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 75 |
com/ibatis/sqlmap/engine/cache/memory/MemoryCacheLevel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 20 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 36 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 43 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 57 |
com/ibatis/sqlmap/engine/config/CacheModelConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Properties' | 23 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'client' declaration and its first usage is 10, 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). | 54 |
com/ibatis/sqlmap/engine/config/MappedStatementConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.ResultSet' | 41 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'delegate' declaration and its first usage is 23, 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). | 116 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'runAfterSQL' must contain no more than '1' consecutive capital letters. | 218 |
com/ibatis/sqlmap/engine/config/ParameterMapConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 26 |
com/ibatis/sqlmap/engine/config/ResultMapConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 29 |
com/ibatis/sqlmap/engine/config/SqlMapConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 54 |
com/ibatis/sqlmap/engine/datasource/DataSourceFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 20 |
com/ibatis/sqlmap/engine/datasource/DbcpDataSourceFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 20 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 22 |
com/ibatis/sqlmap/engine/datasource/JndiDataSourceFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 20 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.naming.Context' | 24 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'PREFIX' must contain no more than '1' consecutive capital letters. | 82 |
com/ibatis/sqlmap/engine/datasource/SimpleDataSourceFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 20 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 22 |
com/ibatis/sqlmap/engine/exchange/ComplexDataExchange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 28 |
com/ibatis/sqlmap/engine/exchange/DataExchange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 23 |
com/ibatis/sqlmap/engine/exchange/DataExchangeFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 21 |
com/ibatis/sqlmap/engine/exchange/DomDataExchange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.xml.parsers.DocumentBuilderFactory' | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Document' | 32 |
com/ibatis/sqlmap/engine/exchange/JavaBeanDataExchange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 28 |
com/ibatis/sqlmap/engine/exchange/ListDataExchange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 25 |
com/ibatis/sqlmap/engine/exchange/MapDataExchange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 24 |
com/ibatis/sqlmap/engine/exchange/PrimitiveDataExchange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 23 |
com/ibatis/sqlmap/engine/execution/DefaultSqlExecutor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.BatchUpdateException' | 32 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 49 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 91 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 117 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 142 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 170 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 233 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 281 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 675 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '707'. | 761 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '735'. | 787 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 917 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 917 |
com/ibatis/sqlmap/engine/execution/SqlExecutor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.Connection' | 23 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 32 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 34 |
com/ibatis/sqlmap/engine/impl/ExtendedSqlMapClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.Connection' | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 32 |
com/ibatis/sqlmap/engine/impl/SqlMapClientImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.Connection' | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 35 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 126 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 135 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 294 |
com/ibatis/sqlmap/engine/impl/SqlMapExecutorDelegate.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.Connection' | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 |
com/ibatis/sqlmap/engine/impl/SqlMapSessionImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.Connection' | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 34 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 162 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 171 |
com/ibatis/sqlmap/engine/mapping/parameter/InlineParameterMapParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 29 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'name' 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). | 260 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'type' 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). | 262 |
com/ibatis/sqlmap/engine/mapping/parameter/ParameterMap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.DatabaseMetaData' | 29 |
com/ibatis/sqlmap/engine/mapping/result/AutoResultMap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.ResultSet' | 26 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 121 |
com/ibatis/sqlmap/engine/mapping/result/Discriminator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 20 |
com/ibatis/sqlmap/engine/mapping/result/ResultMap.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.ResultSet' | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.xml.parsers.DocumentBuilderFactory' | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Document' | 50 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 538 |
com/ibatis/sqlmap/engine/mapping/result/ResultObjectFactoryUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayDeque' | 20 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 31 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 31 |
com/ibatis/sqlmap/engine/mapping/result/XmlList.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 23 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 67 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '71'. | 121 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '76'. | 126 |
com/ibatis/sqlmap/engine/mapping/result/loader/EnhancedLazyResultLoader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.SQLException' | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'net.sf.cglib.proxy.Enhancer' | 27 |
com/ibatis/sqlmap/engine/mapping/result/loader/LazyResultLoader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.InvocationHandler' | 21 |
com/ibatis/sqlmap/engine/mapping/result/loader/ResultLoader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Array' | 21 |
com/ibatis/sqlmap/engine/mapping/sql/dynamic/DynamicSql.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.PrintWriter' | 34 |
com/ibatis/sqlmap/engine/mapping/sql/dynamic/elements/ConditionalTagHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.math.BigDecimal' | 22 |
com/ibatis/sqlmap/engine/mapping/sql/dynamic/elements/IsEmptyTagHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Array' | 21 |
com/ibatis/sqlmap/engine/mapping/sql/dynamic/elements/IsPropertyAvailableTagHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 21 |
com/ibatis/sqlmap/engine/mapping/sql/dynamic/elements/IterateContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Array' | 23 | |
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 69 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 69 | |
| naming | ParameterName | Parameter name 'aFinal' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 250 |
com/ibatis/sqlmap/engine/mapping/sql/dynamic/elements/SqlTag.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 20 |
com/ibatis/sqlmap/engine/mapping/sql/dynamic/elements/SqlTagContext.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.PrintWriter' | 20 | |
| design | OneTopLevelClass | Top-level class RemoveFirstPrependMarker has to reside in its own source file. | 255 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 260 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 268 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 275 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 283 |
com/ibatis/sqlmap/engine/mapping/sql/simple/SimpleDynamicSql.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.StringTokenizer' | 27 |
com/ibatis/sqlmap/engine/mapping/statement/CachingStatement.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.SQLException' | 27 |
com/ibatis/sqlmap/engine/mapping/statement/DefaultRowHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 20 |
com/ibatis/sqlmap/engine/mapping/statement/DeleteStatement.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.SQLException' | 22 |
com/ibatis/sqlmap/engine/mapping/statement/InsertStatement.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.SQLException' | 22 |
com/ibatis/sqlmap/engine/mapping/statement/MappedStatement.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.StringReader' | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.xml.XMLConstants' | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Document' | 46 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'rows' 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). | 147 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 263 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 265 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'parameters' 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). | 310 |
com/ibatis/sqlmap/engine/mapping/statement/PaginatedDataList.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.SQLException' | 21 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 293 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '339'. | 387 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '345'. | 393 |
com/ibatis/sqlmap/engine/mapping/statement/ProcedureStatement.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.Connection' | 20 |
com/ibatis/sqlmap/engine/mapping/statement/RowHandlerCallback.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.StringWriter' | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.xml.XMLConstants' | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Document' | 34 | |
| naming | LocalVariableName | Local variable name 'tFactory' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 111 |
com/ibatis/sqlmap/engine/mapping/statement/SelectKeyStatement.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.SQLException' | 22 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'runAfterSQL' must contain no more than '1' consecutive capital letters. | 34 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'isRunAfterSQL' must contain no more than '1' consecutive capital letters. | 60 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'setRunAfterSQL' must contain no more than '1' consecutive capital letters. | 70 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'runAfterSQL' must contain no more than '1' consecutive capital letters. | 70 |
com/ibatis/sqlmap/engine/mapping/statement/SelectStatement.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.SQLException' | 21 |
com/ibatis/sqlmap/engine/mapping/statement/UpdateStatement.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.SQLException' | 22 |
com/ibatis/sqlmap/engine/scope/SessionScope.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.PreparedStatement' | 26 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 376 |
com/ibatis/sqlmap/engine/scope/StatementScope.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.ResultSet' | 23 |
com/ibatis/sqlmap/engine/transaction/BaseTransactionConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 21 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 57 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 68 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 79 |
com/ibatis/sqlmap/engine/transaction/TransactionConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 21 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 |
com/ibatis/sqlmap/engine/transaction/TransactionManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.SQLException' | 20 |
com/ibatis/sqlmap/engine/transaction/external/ExternalTransaction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.Connection' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 28 |
com/ibatis/sqlmap/engine/transaction/external/ExternalTransactionConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.SQLException' | 22 |
com/ibatis/sqlmap/engine/transaction/jdbc/JdbcTransaction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.Connection' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 28 |
com/ibatis/sqlmap/engine/transaction/jdbc/JdbcTransactionConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.SQLException' | 22 |
com/ibatis/sqlmap/engine/transaction/jta/JTANamespace.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be placed immediately before the first word, with no space after. | 20 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 20 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'JTANamespace' must contain no more than '1' consecutive capital letters. | 23 |
com/ibatis/sqlmap/engine/transaction/jta/JakartaTransaction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.transaction.Status' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.Connection' | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 31 |
com/ibatis/sqlmap/engine/transaction/jta/JakartaTransactionConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'jakarta.transaction.UserTransaction' | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.SQLException' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.naming.InitialContext' | 28 |
com/ibatis/sqlmap/engine/transaction/jta/JavaxTransaction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.Connection' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 28 |
com/ibatis/sqlmap/engine/transaction/jta/JavaxTransactionConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.SQLException' | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.naming.InitialContext' | 26 |
com/ibatis/sqlmap/engine/transaction/user/UserProvidedTransaction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.Connection' | 24 |
com/ibatis/sqlmap/engine/type/BlobTypeHandlerCallback.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 22 |
com/ibatis/sqlmap/engine/type/CallableStatementResultSet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 756 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 762 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 768 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 774 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 780 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 786 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 792 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 798 | |
| naming | ParameterName | Parameter name 'nString' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 803 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 804 | |
| naming | ParameterName | Parameter name 'nString' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 809 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 810 | |
| naming | ParameterName | Parameter name 'nClob' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 815 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 816 | |
| naming | ParameterName | Parameter name 'nClob' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 821 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 822 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 828 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 834 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 840 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 846 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 852 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 858 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 864 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 870 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 876 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 882 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 888 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 894 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '529'. | 898 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 900 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '549'. | 904 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 906 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '599'. | 910 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 912 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '898'. | 916 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 918 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '904'. | 922 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 924 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '910'. | 928 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 930 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '559'. | 934 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 936 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 942 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '609'. | 946 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 948 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 954 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '820'. | 958 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 960 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 966 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '892'. | 970 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 972 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 978 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '916'. | 982 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 984 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '922'. | 988 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 990 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '928'. | 994 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 996 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '982'. | 1000 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 1002 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '988'. | 1006 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 1008 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '994'. | 1012 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 1014 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '940'. | 1018 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 1020 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 1026 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '952'. | 1030 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 1032 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 1038 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '964'. | 1042 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 1044 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 1050 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '314'. | 1054 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 1056 | |
| misc | TodoComment | 'TODO:' must be written in all caps and followed by a colon. | 1062 |
com/ibatis/sqlmap/engine/type/ClobTypeHandlerCallback.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.StringReader' | 22 |
com/ibatis/sqlmap/engine/type/CustomTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.CallableStatement' | 22 |
com/ibatis/sqlmap/engine/type/JdbcTypeRegistry.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 33 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 38 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 65 |
com/ibatis/sqlmap/engine/type/ParameterSetterImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.InputStream' | 20 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 95 |
com/ibatis/sqlmap/engine/type/ResultGetterImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.math.BigDecimal' | 20 |
com/ibatis/sqlmap/engine/type/SimpleDateFormatter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.text.ParseException' | 20 |
com/ibatis/sqlmap/engine/type/TypeHandlerFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.math.BigDecimal' | 20 |
MyBatis