Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.13.0.

Violations By Priority

Priority 3

fr/paris/lutece/plugins/forms/modules/cartography/service/EntryTypeCartographyDisplayService.java

Rule Violation Line
ImmutableField Private field '_strEntryServiceName' could be made final; it is only initialized in the declaration or constructor. 65
LinguisticNaming Linguistics Antipattern - The setter 'setModel' should not return any type except void linguistically 87101

Files

fr/paris/lutece/plugins/forms/modules/cartography/service/EntryTypeCartographyDisplayService.java

Rule Violation Priority Line
ImmutableField Private field '_strEntryServiceName' could be made final; it is only initialized in the declaration or constructor. 3 65
LinguisticNaming Linguistics Antipattern - The setter 'setModel' should not return any type except void linguistically 3 87101