PMD Results
The following document contains the results of PMD 7.14.0.
Violations By Priority
Priority 3
org/mybatis/generator/api/CodeGenerationAttributes.java
| Rule | Violation | Line |
|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 16–735 |
org/mybatis/generator/api/dom/java/PrimitiveTypeWrapper.java
| Rule | Violation | Line |
|---|---|---|
| UselessOverridingMethod | Overriding method merely calls super | 67 |
org/mybatis/generator/config/Context.java
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 146–148 |
org/mybatis/generator/internal/ObjectFactory.java
| Rule | Violation | Line |
|---|---|---|
| EmptyCatchBlock | Avoid empty catch blocks | 106–108 |
org/mybatis/generator/internal/db/DatabaseIntrospector.java
| Rule | Violation | Line |
|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 16–547 |
org/mybatis/generator/runtime/mybatis3/javamapper/elements/AbstractJavaMapperMethodGenerator.java
| Rule | Violation | Line |
|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 16–342 |
Files
org/mybatis/generator/api/CodeGenerationAttributes.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 3 | 16–735 |
org/mybatis/generator/api/dom/java/PrimitiveTypeWrapper.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessOverridingMethod | Overriding method merely calls super | 3 | 67 |
org/mybatis/generator/config/Context.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 146–148 |
org/mybatis/generator/internal/ObjectFactory.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| EmptyCatchBlock | Avoid empty catch blocks | 3 | 106–108 |
org/mybatis/generator/internal/db/DatabaseIntrospector.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 3 | 16–547 |
org/mybatis/generator/runtime/mybatis3/javamapper/elements/AbstractJavaMapperMethodGenerator.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 3 | 16–342 |
