PMD Results
The following document contains the results of PMD 7.17.0.
Violations By Priority
Priority 4
org/springframework/orm/ibatis/SqlMapClientFactoryBean.java
| Rule |
Violation |
Line |
| UselessParentheses |
Useless parentheses around `this.sqlMapClient != null ? this.sqlMapClient.g...`. |
414 |
org/springframework/orm/ibatis/SqlMapClientTemplate.java
org/springframework/orm/ibatis/support/AbstractLobTypeHandler.java
| Rule |
Violation |
Line |
| UselessParentheses |
Useless parentheses around `jdbcType != null ? jdbcType : ""`. |
172 |
Files
org/springframework/orm/ibatis/SqlMapClientFactoryBean.java
| Rule |
Violation |
Priority |
Line |
| UselessParentheses |
Useless parentheses around `this.sqlMapClient != null ? this.sqlMapClient.g...`. |
4 |
414 |
org/springframework/orm/ibatis/SqlMapClientTemplate.java
org/springframework/orm/ibatis/support/AbstractLobTypeHandler.java
| Rule |
Violation |
Priority |
Line |
| UselessParentheses |
Useless parentheses around `jdbcType != null ? jdbcType : ""`. |
4 |
172 |