PMD Results
The following document contains the results of PMD
4.1.
Files
org/apache/commons/csv/CSVParser.java
| Violation |
Line |
| These nested if statements could be combined |
603
- 606
|
org/apache/commons/csv/writer/CSVConfig.java
| Violation |
Line |
| Ensure you override both equals() and hashCode() |
251
|
| Method call on object which may be null |
252
- 254
|
org/apache/commons/csv/writer/CSVConfigGuesser.java
| Violation |
Line |
| Avoid empty catch blocks |
100
- 102
|