PMD Results

The following document contains the results of PMD.

Summary

Files Errors
6 15

Files

Files Violations
nl/hippo/client/api/caching/CachedResponseImpl.java 1
nl/hippo/client/api/content/Property.java 1
nl/hippo/client/api/event/EventValidityImpl.java 1
nl/hippo/client/api/event/NamedEvent.java 7
nl/hippo/client/api/service/NOPCachingService.java 3
nl/hippo/client/api/service/NOPUpdateNotificationService.java 2

nl/hippo/client/api/caching/CachedResponseImpl.java

Violation Line
Overridable method 'setLastModified' called during object construction - details... 76

nl/hippo/client/api/content/Property.java

Violation Line
Avoid if (x != y) ..; else ..; - details... 69

nl/hippo/client/api/event/EventValidityImpl.java

Violation Line
Private field 'm_event' could be made final; it is only initialized in the declaration or constructor. - details... 23

nl/hippo/client/api/event/NamedEvent.java

Violation Line
Avoid if (x != y) ..; else ..; - details... 37
When doing a String.toLowerCase()/toUpperCase() call, use a Locale - details... 38
Avoid if (x != y) ..; else ..; - details... 46
When doing a String.toLowerCase()/toUpperCase() call, use a Locale - details... 47
Avoid if (x != y) ..; else ..; - details... 51
When doing a String.toLowerCase()/toUpperCase() call, use a Locale - details... 52
No need to check for null before an instanceof - details... 77

nl/hippo/client/api/service/NOPCachingService.java

Violation Line
Document empty method - details... 30
Document empty method - details... 33
Document empty method - details... 36

nl/hippo/client/api/service/NOPUpdateNotificationService.java

Violation Line
Document empty method - details... 29
Document empty method - details... 32