Le document suivant contient les résultats de PMD 5.3.5.
Violation | Ligne |
---|---|
A class which only has private constructors should be final | 48–123 |
Private field '_bServiceAvailable' could be made final; it is only initialized in the declaration or constructor. | 52 |
Singleton is not thread safe | 88–91 |
Assigning an Object to null is a code smell. Consider refactoring. | 112 |
Assigning an Object to null is a code smell. Consider refactoring. | 121 |