Checkstyle Results
The following document contains the results of Checkstyle 10.23.1 with checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 217 | 0 | 659 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyCatchBlock
|
3 | |
NeedBraces
|
43 | ||
| coding | MissingSwitchDefault | 1 | |
| MultipleVariableDeclarations | 1 | ||
| NoFinalizer | 1 | ||
| OverloadMethodsDeclarationOrder | 37 | ||
| VariableDeclarationUsageDistance | 40 | ||
| design | OneTopLevelClass | 1 | |
| imports | AvoidStarImport | 25 | |
CustomImportOrder
|
128 | ||
| indentation | CommentsIndentation
|
5 | |
| javadoc | AtclauseOrder
|
3 | |
| InvalidJavadocPosition | 1 | ||
| JavadocParagraph | 65 | ||
MissingJavadocMethod
|
156 | ||
| NonEmptyAtclauseDescription | 9 | ||
SummaryJavadoc
|
64 | ||
| misc | ArrayTypeStyle | 9 | |
| modifier | ModifierOrder | 7 | |
| naming | AbbreviationAsWordInName
|
42 | |
LocalVariableName
|
2 | ||
MemberName
|
1 | ||
ParameterName
|
10 | ||
| sizes | LineLength
|
3 | |
| whitespace | WhitespaceAfter
|
2 |
Details
com/ibatis/common/beans/ClassInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Forbidden summary fragment. | 345 |
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 preceded with an empty line. | 26 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 28 | |
| 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. | 196 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 224 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 265 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 278 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 295 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 308 |
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 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 332 |
com/ibatis/common/beans/GenericProbe.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 25 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 | |
| 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. | 87 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 107 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 126 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 191 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 211 |
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 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 43 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 67 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 134 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '103'. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 149 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 157 |
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 |
com/ibatis/common/jdbc/SimpleDataSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.PrintWriter' | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.sql.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 31 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 35 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 37 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'POOL_LOCK' must contain no more than '1' consecutive capital letters. | 99 | |
| naming | MemberName | Member name 'POOL_LOCK' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 | |
| naming | LocalVariableName | Local variable name 'prop_pool_ping_query' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 198 | |
| 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). | 242 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 288 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 295 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 302 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 309 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 316 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 323 | |
| coding | NoFinalizer | Avoid using finalizer method. | 860 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1088 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'nativeSQL' must contain no more than '1' consecutive capital letters. | 1189 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '1,144'. | 1382 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '1,159'. | 1401 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '1,174'. | 1421 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '1,234'. | 1515 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '1,382'. | 1547 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '1,401'. | 1569 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '1,421'. | 1591 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '1,569'. | 1609 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1626 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1643 |
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. | 25 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 37 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'SQLState' must contain no more than '1' consecutive capital letters. | 47 | |
| naming | ParameterName | Parameter name 'SQLState' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 47 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 51 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'SQLState' must contain no more than '1' consecutive capital letters. | 63 | |
| naming | ParameterName | Parameter name 'SQLState' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 63 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 80 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'SQLState' must contain no more than '1' consecutive capital letters. | 92 | |
| naming | ParameterName | Parameter name 'SQLState' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 92 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 97 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'SQLState' must contain no more than '1' consecutive capital letters. | 109 | |
| naming | ParameterName | Parameter name 'SQLState' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 109 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 114 |
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. | 68 |
com/ibatis/common/jdbc/logging/BaseLogProxy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 18 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 195 |
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 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
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 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
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 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
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 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
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.*' | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 20 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
com/ibatis/common/util/PaginatedArrayList.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 18 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 134 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 168 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 180 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 192 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 209 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '168'. | 215 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '174'. | 220 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 220 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 252 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 262 |
com/ibatis/common/xml/NodeletParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.xml.XMLConstants' | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.*' | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.w3c.dom.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.xml.sax.*. | 30 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 303 |
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. | 114 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'CLOSE' must contain no more than '1' consecutive capital letters. | 115 |
com/ibatis/sqlmap/client/SqlMapClient.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 23 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 27 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 32 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 36 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 120 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 131 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 135 | |
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 194 |
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 preceded with an empty line. | 26 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 29 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 36 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 38 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 69 | |
| 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 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 preceded with an empty line. | 38 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 58 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 75 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 94 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 109 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 127 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 142 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 160 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 175 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 196 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 214 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 230 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 253 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 273 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 276 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 295 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 298 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 313 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 335 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 355 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 376 |
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 preceded with an empty line. | 44 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 65 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 95 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 133 |
com/ibatis/sqlmap/client/event/RowHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 20 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 24 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 35 |
com/ibatis/sqlmap/client/extensions/ParameterSetter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.sql.*. | 22 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 30 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 126 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 375 |
com/ibatis/sqlmap/client/extensions/ResultGetter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.sql.*. | 20 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 29 |
com/ibatis/sqlmap/client/extensions/TypeHandlerCallback.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 22 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 28 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 30 |
com/ibatis/sqlmap/engine/accessplan/ComplexAccessPlan.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
com/ibatis/sqlmap/engine/accessplan/MapAccessPlan.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
com/ibatis/sqlmap/engine/accessplan/PropertyAccessPlan.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
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 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
com/ibatis/sqlmap/engine/builder/xml/SqlMapConfigParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.InputStream' | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Node' | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
com/ibatis/sqlmap/engine/builder/xml/SqlMapParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.ibatis.sqlmap.engine.mapping.statement.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.InputStream' | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.Node' | 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). | 154 | |
| 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). | 247 | |
| 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). | 248 | |
| 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). | 249 | |
| 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). | 251 | |
| 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). | 252 | |
| 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). | 253 | |
| 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). | 255 | |
| 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). | 318 | |
| 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). | 319 | |
| 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). | 320 | |
| 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). | 322 | |
| 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). | 323 | |
| 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). | 324 | |
| 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). | 325 | |
| 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). | 327 | |
| 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). | 379 | |
| 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). | 380 | |
| 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). | 382 | |
| 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). | 383 |
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. | 146 |
com/ibatis/sqlmap/engine/builder/xml/XMLSqlSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Properties' | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.w3c.dom.CharacterData' | 29 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
com/ibatis/sqlmap/engine/builder/xml/XmlParserState.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.sql.DataSource' | 26 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'customizedSQLExecutor' must contain no more than '1' consecutive capital letters. | 294 |
com/ibatis/sqlmap/engine/cache/CacheKey.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
com/ibatis/sqlmap/engine/cache/CacheModel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 23 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 330 |
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. | 86 |
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. | 86 |
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. | 74 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 121 |
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 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
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. | 213 |
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 | AvoidStarImport | Using the '.*' form of import should be avoided - com.ibatis.sqlmap.engine.type.*. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 433 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 61, expected is 8, 6, indentation should be the same level as line 432, 435. | 434 |
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.Hashtable' | 20 | |
| imports | CustomImportOrder | Extra separation in import group before 'javax.naming.Context' | 25 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 64, expected is 8, indentation should be the same level as line 55. | 54 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 101, expected is 8, indentation should be the same level as line 59. | 58 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'PREFIX' must contain no more than '1' consecutive capital letters. | 81 |
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/BaseDataExchange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 |
com/ibatis/sqlmap/engine/exchange/ComplexDataExchange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 28 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 95 |
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 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 95 |
com/ibatis/sqlmap/engine/exchange/JavaBeanDataExchange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 28 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 132 |
com/ibatis/sqlmap/engine/exchange/ListDataExchange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 25 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 105 |
com/ibatis/sqlmap/engine/exchange/MapDataExchange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 24 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
com/ibatis/sqlmap/engine/exchange/PrimitiveDataExchange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 23 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
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. | 53 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 94 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 119 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 143 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 170 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 232 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 388 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 401 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 671 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '702'. | 758 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '731'. | 785 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 922 |
com/ibatis/sqlmap/engine/execution/SqlExecutor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.sql.Connection' | 23 |
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. | 113 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 120 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 228 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 234 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 245 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 252 |
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 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 481 |
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 | MissingJavadocMethod | Missing a Javadoc comment. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 144 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 220 |
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 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| 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). | 243 | |
| 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). | 245 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 307 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 61, expected is 8, 6, indentation should be the same level as line 306, 309. | 308 |
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 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 29 | |
| indentation | CommentsIndentation | Comment has incorrect indentation level 100, expected is 10, indentation should be the same level as line 132. | 131 |
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 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 165 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 541 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 882 |
com/ibatis/sqlmap/engine/mapping/result/ResultObjectFactoryUtil.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 20 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 25 |
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. | 61 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '65'. | 105 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '69'. | 109 |
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 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 99 |
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 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 23 |
com/ibatis/sqlmap/engine/mapping/sql/dynamic/DynamicSql.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.PrintWriter' | 31 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
com/ibatis/sqlmap/engine/mapping/sql/dynamic/elements/BaseTagHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
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 preceded with an empty line. | 69 | |
| naming | ParameterName | Parameter name 'aFinal' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 246 |
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 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 278 |
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 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). | 139 | |
| 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). | 142 | |
| 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). | 311 |
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 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 22 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 204 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 262 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '294'. | 326 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '298'. | 330 |
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 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 321 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 354 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 356 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 359 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 374 |
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. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 53 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 62 | |
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | AtclauseOrder | Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. | 71 |
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. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
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 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 127 |
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 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
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 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 117 |
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/JtaTransaction.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 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 167 |
com/ibatis/sqlmap/engine/transaction/jta/JtaTransactionConfig.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 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
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/BaseTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
com/ibatis/sqlmap/engine/type/BigDecimalTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
com/ibatis/sqlmap/engine/type/BlobTypeHandlerCallback.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 22 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
com/ibatis/sqlmap/engine/type/BooleanTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
com/ibatis/sqlmap/engine/type/ByteArrayTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
com/ibatis/sqlmap/engine/type/ByteTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
com/ibatis/sqlmap/engine/type/CallableStatementResultSet.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.sql.*. | 22 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 464 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 468 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'updateNString' must contain no more than '1' consecutive capital letters. | 640 | |
| naming | ParameterName | Parameter name 'nString' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 640 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'updateNString' must contain no more than '1' consecutive capital letters. | 645 | |
| naming | ParameterName | Parameter name 'nString' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 645 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'updateNClob' must contain no more than '1' consecutive capital letters. | 650 | |
| naming | ParameterName | Parameter name 'nClob' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 650 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'updateNClob' must contain no more than '1' consecutive capital letters. | 655 | |
| naming | ParameterName | Parameter name 'nClob' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. | 655 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getNClob' must contain no more than '1' consecutive capital letters. | 660 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getNClob' must contain no more than '1' consecutive capital letters. | 665 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getSQLXML' must contain no more than '1' consecutive capital letters. | 670 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getSQLXML' must contain no more than '1' consecutive capital letters. | 675 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'updateSQLXML' must contain no more than '1' consecutive capital letters. | 680 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'updateSQLXML' must contain no more than '1' consecutive capital letters. | 685 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getNString' must contain no more than '1' consecutive capital letters. | 690 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getNString' must contain no more than '1' consecutive capital letters. | 695 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getNCharacterStream' must contain no more than '1' consecutive capital letters. | 700 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'getNCharacterStream' must contain no more than '1' consecutive capital letters. | 705 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'updateNCharacterStream' must contain no more than '1' consecutive capital letters. | 710 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'updateNCharacterStream' must contain no more than '1' consecutive capital letters. | 715 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '420'. | 720 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '436'. | 725 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '476'. | 730 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '720'. | 735 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '725'. | 740 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '730'. | 745 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '444'. | 750 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '484'. | 760 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '655'. | 770 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'updateNClob' must contain no more than '1' consecutive capital letters. | 770 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'updateNClob' must contain no more than '1' consecutive capital letters. | 775 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '715'. | 780 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'updateNCharacterStream' must contain no more than '1' consecutive capital letters. | 780 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'updateNCharacterStream' must contain no more than '1' consecutive capital letters. | 785 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '735'. | 790 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '740'. | 795 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '745'. | 800 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '790'. | 805 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '795'. | 810 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '800'. | 815 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '755'. | 820 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '765'. | 830 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '775'. | 840 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'updateNClob' must contain no more than '1' consecutive capital letters. | 840 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'updateNClob' must contain no more than '1' consecutive capital letters. | 845 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '248'. | 850 |
com/ibatis/sqlmap/engine/type/ClobTypeHandlerCallback.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.StringReader' | 22 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
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/DateOnlyTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
com/ibatis/sqlmap/engine/type/DateTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
com/ibatis/sqlmap/engine/type/DoubleTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
com/ibatis/sqlmap/engine/type/EnumTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
com/ibatis/sqlmap/engine/type/FloatTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
com/ibatis/sqlmap/engine/type/IntegerTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
com/ibatis/sqlmap/engine/type/JdbcTypeRegistry.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 33 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 36 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 38 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 41 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 |
com/ibatis/sqlmap/engine/type/LongTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
com/ibatis/sqlmap/engine/type/ObjectTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
com/ibatis/sqlmap/engine/type/ParameterSetterImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.InputStream' | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.sql.*. | 24 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 79 |
com/ibatis/sqlmap/engine/type/ResultGetterImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.math.BigDecimal' | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.sql.*. | 22 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 210 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 218 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 226 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 234 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 242 |
com/ibatis/sqlmap/engine/type/ShortTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
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/SqlDateTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
com/ibatis/sqlmap/engine/type/SqlTimeTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
com/ibatis/sqlmap/engine/type/SqlTimestampTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
com/ibatis/sqlmap/engine/type/StringTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
com/ibatis/sqlmap/engine/type/TimeOnlyTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
com/ibatis/sqlmap/engine/type/TypeHandlerFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.math.BigDecimal' | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 257 |
com/ibatis/sqlmap/engine/type/UnknownTypeHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 68 |
MyBatis