Fork me on GitHub

Résultats PMD

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

Fichiers

fr/paris/lutece/plugins/identitystore/modules/grucertifier/IdentityStoreGruCertifierPlugin.java

Violation Ligne
All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. 4659

fr/paris/lutece/plugins/identitystore/modules/grucertifier/service/GruCertifier.java

Violation Ligne
Possible God class (WMC=50, ATFD=33, TCC=0.07807807807807808) 34599
Abstract classes should be named AbstractXXX 64599
The class 'GruCertifier' has a Cyclomatic Complexity of 1 (Highest = 10). 64599
Too many fields 64599
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 89
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 90
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 92
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 93
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 94
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 95
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 96
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 97
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 98
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 99
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 100
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 101
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 102
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 103
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 104
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 105
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 106
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 107
Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes. 109
The method 'processIdentityChange' has a Cyclomatic Complexity of 10. 441480