PMD Results
The following document contains the results of PMD 7.3.0.
Violations By Priority
Priority 3
org/mybatis/spring/SqlSessionFactoryBean.java
Rule | Violation | Line |
---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 16–758 |
org/mybatis/spring/SqlSessionTemplate.java
Rule | Violation | Line |
---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 16–361 |
org/mybatis/spring/annotation/MapperScannerRegistrar.java
Rule | Violation | Line |
---|---|---|
UnusedPrivateField | Avoid unused private fields such as 'resourceLoader'. | 65 |
org/mybatis/spring/mapper/ClassPathMapperScanner.java
Rule | Violation | Line |
---|---|---|
EmptyCatchBlock | Avoid empty catch blocks | 296–298 |
Files
org/mybatis/spring/SqlSessionFactoryBean.java
Rule | Violation | Priority | Line |
---|---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 3 | 16–758 |
org/mybatis/spring/SqlSessionTemplate.java
Rule | Violation | Priority | Line |
---|---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 3 | 16–361 |
org/mybatis/spring/annotation/MapperScannerRegistrar.java
Rule | Violation | Priority | Line |
---|---|---|---|
UnusedPrivateField | Avoid unused private fields such as 'resourceLoader'. | 3 | 65 |
org/mybatis/spring/mapper/ClassPathMapperScanner.java
Rule | Violation | Priority | Line |
---|---|---|---|
EmptyCatchBlock | Avoid empty catch blocks | 3 | 296–298 |