Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

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

Violation Line
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