Fork me on GitHub

Résultats PMD

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

Violations By Priority

Priority 1

fr/paris/lutece/plugins/utils/algo/DetectCycleAlgo.java

Rule Violation Ligne
FieldNamingConventions The final field name '_graph' doesn't match '[a-z][a-zA-Z0-9]*' 47

fr/paris/lutece/plugins/utils/algo/helper/DetectCycleGraphBuilder.java

Rule Violation Ligne
ClassWithOnlyPrivateConstructorsShouldBeFinal A class which only has private constructors should be final 4671
FieldNamingConventions The final field name '_graph' doesn't match '[a-z][a-zA-Z0-9]*' 48

Priority 3

fr/paris/lutece/plugins/utils/algo/DetectCycleAlgo.java

Rule Violation Ligne
CommentRequired Public method and constructor comments are required 4952
CommentRequired Public method and constructor comments are required 5465

fr/paris/lutece/plugins/utils/algo/helper/DetectCycleGraphBuilder.java

Rule Violation Ligne
CommentRequired Public method and constructor comments are required 5558
CommentRequired Public method and constructor comments are required 6065
CommentRequired Public method and constructor comments are required 6770

Fichiers

fr/paris/lutece/plugins/utils/algo/DetectCycleAlgo.java

Rule Violation Priority Ligne
FieldNamingConventions The final field name '_graph' doesn't match '[a-z][a-zA-Z0-9]*' 1 47
CommentRequired Public method and constructor comments are required 3 4952
CommentRequired Public method and constructor comments are required 3 5465

fr/paris/lutece/plugins/utils/algo/helper/DetectCycleGraphBuilder.java

Rule Violation Priority Ligne
ClassWithOnlyPrivateConstructorsShouldBeFinal A class which only has private constructors should be final 1 4671
FieldNamingConventions The final field name '_graph' doesn't match '[a-z][a-zA-Z0-9]*' 1 48
CommentRequired Public method and constructor comments are required 3 5558
CommentRequired Public method and constructor comments are required 3 6065
CommentRequired Public method and constructor comments are required 3 6770