Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.13.0.

Violations By Priority

Priority 1

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

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

Files

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

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