PMD Results

The following document contains the results of PMD 5.0.2.

Files

liquibase/ext/spatial/change/CreateSpatialIndexChange.java

Violation Line
These nested if statements could be combined 151 - 153

liquibase/ext/spatial/sqlgenerator/OracleSpatialUtils.java

Violation Line
Always check the return of one of the navigation method (next,previous,first,last) of a ResultSet. 99
Avoid empty catch blocks 109 - 110

liquibase/ext/spatial/utils/GeometryColumnsUtils.java

Violation Line
Always check the return of one of the navigation method (next,previous,first,last) of a ResultSet. 61
Avoid empty catch blocks 71 - 72
Always check the return of one of the navigation method (next,previous,first,last) of a ResultSet. 110
Avoid empty catch blocks 121 - 122

liquibase/ext/spatial/xml/XmlConstants.java

Violation Line
Avoid modifiers which are implied by the context 8