PMD Results
The following document contains the results of PMD 5.0.2.
Files
org/jadira/usertype/dateandtime/threeten/PersistentYearAsString.java
Violation |
Line |
Avoid unused imports such as 'java.time.YearMonth' |
19 |
org/jadira/usertype/dateandtime/threeten/columnmapper/TimestampColumnLocalTimeMapper.java
Violation |
Line |
Avoid unused imports such as 'java.util.TimeZone' |
29 |
Avoid unused private fields such as 'MILLIS_IN_SECOND'. |
40 |
Unnecessary use of fully qualified name 'java.util.TimeZone.getDefault' due to existing import 'java.util.TimeZone' |
101 |
org/jadira/usertype/dateandtime/threeten/columnmapper/TimestampColumnOffsetDateTimeMapper.java
Violation |
Line |
Useless parentheses. |
80 |
org/jadira/usertype/dateandtime/threeten/columnmapper/TimestampColumnOffsetTimeMapper.java
Violation |
Line |
Useless parentheses. |
85 |
org/jadira/usertype/dateandtime/threeten/columnmapper/TimestampColumnZonedDateTimeMapper.java
Violation |
Line |
Useless parentheses. |
78 |
org/jadira/usertype/dateandtime/threeten/integrator/UserTypeThreeTenHibernateIntegrator.java
Violation |
Line |
Avoid empty catch blocks |
49 - 50 |
Avoid empty catch blocks |
55 - 56 |
org/jadira/usertype/moneyandcurrency/moneta/integrator/UserTypeMonetaMoneyHibernateIntegrator.java
Violation |
Line |
Avoid empty catch blocks |
41 - 42 |
Avoid empty catch blocks |
47 - 48 |