Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

fr/paris/lutece/plugins/mylutece/modules/casexternal/authentication/CASExternalAuthentication.java

Violation Line
Avoid unused private fields such as 'PROPERTY_DEFAULT_ROLE_NAME'. 64
Avoid unnecessary constructors - the compiler will generate these for you 7174
Document empty method 105106
Return an empty array rather than null. 112115
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