PMD Results
The following document contains the results of PMD 6.36.0.
Violations By Priority
Priority 3
org/apache/commons/geometry/io/core/internal/GeometryIOUtils.java
Rule |
Violation |
Line |
CloseResource |
Ensure that resources like this Closeable object are closed after use |
241 |
AvoidCatchingGenericException |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
246 |
org/apache/commons/geometry/io/core/utils/AbstractTextFormatWriter.java
Rule |
Violation |
Line |
DataClass |
The class 'AbstractTextFormatWriter' is suspected to be a Data Class (WOC=20.000%, NOPA=0, NOAM=4, WMC=17) |
29–147 |
Files
org/apache/commons/geometry/io/core/internal/GeometryIOUtils.java
Rule |
Violation |
Priority |
Line |
CloseResource |
Ensure that resources like this Closeable object are closed after use |
3 |
241 |
AvoidCatchingGenericException |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
3 |
246 |
org/apache/commons/geometry/io/core/utils/AbstractTextFormatWriter.java
Rule |
Violation |
Priority |
Line |
DataClass |
The class 'AbstractTextFormatWriter' is suspected to be a Data Class (WOC=20.000%, NOPA=0, NOAM=4, WMC=17) |
3 |
29–147 |
|