PMD Results
The following document contains the results of PMD 7.0.0.
Violations By Priority
Priority 3
org/mybatis/caches/memcached/AbstractPropertySetter.java
Rule | Violation | Line |
---|---|---|
EmptyCatchBlock | Avoid empty catch blocks | 45–47 |
org/mybatis/caches/memcached/CompressorTranscoder.java
Rule | Violation | Line |
---|---|---|
EmptyCatchBlock | Avoid empty catch blocks | 122–124 |
org/mybatis/caches/memcached/MemcachedConfigurationBuilder.java
Rule | Violation | Line |
---|---|---|
EmptyCatchBlock | Avoid empty catch blocks | 114–116 |
Priority 4
org/mybatis/caches/memcached/MemcachedClientWrapper.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 333 |
Files
org/mybatis/caches/memcached/AbstractPropertySetter.java
Rule | Violation | Priority | Line |
---|---|---|---|
EmptyCatchBlock | Avoid empty catch blocks | 3 | 45–47 |
org/mybatis/caches/memcached/CompressorTranscoder.java
Rule | Violation | Priority | Line |
---|---|---|---|
EmptyCatchBlock | Avoid empty catch blocks | 3 | 122–124 |
org/mybatis/caches/memcached/MemcachedClientWrapper.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 333 |
org/mybatis/caches/memcached/MemcachedConfigurationBuilder.java
Rule | Violation | Priority | Line |
---|---|---|---|
EmptyCatchBlock | Avoid empty catch blocks | 3 | 114–116 |