Le document suivant contient les résultats de PMD 5.3.5.
Violation | Ligne |
---|---|
Avoid unused private fields such as 'PROPERTY_DEFAULT_ROLE_NAME'. | 64 |
Avoid unnecessary constructors - the compiler will generate these for you | 71–74 |
Document empty method | 105–106 |
Return an empty array rather than null. | 112–115 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks | 134 |
Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty() | 147 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks | 149 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks | 157 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks | 166 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks | 168 |
Avoid variables with short names like lu | 191 |