Fork me on GitHub

Résultats PMD

Le document suivant contient les résultats de PMD 5.3.5.

Fichiers

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

Violation Ligne
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 Ligne
Avoid unnecessary constructors - the compiler will generate these for you 6971
Document empty constructor 6971