PMD Results
The following document contains the results of PMD 5.1.2.
Files
org/apache/fulcrum/json/jackson/Jackson2MapperService.java
Violation |
Line |
These nested if statements could be combined |
423–426 |
Unnecessary use of fully qualified name 'com.fasterxml.jackson.core.JsonGenerator.Feature' due to existing import 'com.fasterxml.jackson.core.JsonGenerator' |
709 |
org/apache/fulcrum/json/jackson/SimpleNameIntrospector.java
Violation |
Line |
Avoid empty catch blocks |
79–81 |