Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

fr/paris/lutece/plugins/resource/modules/extendableresource/business/ResourceExtendableResource.java

Violation Line
Private field '_strIdExtendableResource' could be made final; it is only initialized in the declaration or constructor. 47
Private field '_strExtendableResourceType' could be made final; it is only initialized in the declaration or constructor. 48
Private field '_strName' could be made final; it is only initialized in the declaration or constructor. 49
Private field '_strDescription' could be made final; it is only initialized in the declaration or constructor. 50
Private field '_strImagesUrl' could be made final; it is only initialized in the declaration or constructor. 51

fr/paris/lutece/plugins/resource/modules/extendableresource/service/provider/ExtendableResourceResourceProvider.java

Violation Line
Avoid unnecessary constructors - the compiler will generate these for you 6971
Document empty constructor 6971