Fork me on GitHub

Résultats PMD

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

Fichiers

fr/paris/lutece/plugins/rss/service/RssLibraryService.java

Violation Ligne
A class which only has private constructors should be final 48123
Private field '_bServiceAvailable' could be made final; it is only initialized in the declaration or constructor. 52
Singleton is not thread safe 8891
Assigning an Object to null is a code smell. Consider refactoring. 112
Assigning an Object to null is a code smell. Consider refactoring. 121