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/identitystore/v3/web/rs/service/ReferentialTransportRest.java

Rule Violation Line
FieldNamingConventions The final field name '_strIdentityStoreEndPoint' doesn't match '[a-z][a-zA-Z0-9]*' 51
FieldNamingConventions The final field name '_strIdentityPath' doesn't match '[a-z][a-zA-Z0-9]*' 52

Priority 3

fr/paris/lutece/plugins/identitystore/v3/web/rs/service/ReferentialTransportRest.java

Rule Violation Line
CommentRequired Header comments are required 48123
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 87
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 101
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 115

fr/paris/lutece/plugins/identitystore/v3/web/service/IReferentialTransportProvider.java

Rule Violation Line
CommentRequired Header comments are required 4390
CommentRequired Public method and constructor comments are required 8488

fr/paris/lutece/plugins/identitystore/v3/web/service/IdentityServiceExtended.java

Rule Violation Line
CommentRequired Header comments are required 48176
CommentRequired Public method and constructor comments are required 5154
CommentRequired Public method and constructor comments are required 5659

fr/paris/lutece/plugins/identitystore/v3/web/service/ReferentialService.java

Rule Violation Line
CommentRequired Header comments are required 42109

fr/paris/lutece/plugins/identitystore/v3/web/service/ServiceContractServiceExtended.java

Rule Violation Line
CommentRequired Header comments are required 43162
CommentRequired Public method and constructor comments are required 4649
CommentRequired Public method and constructor comments are required 5154

Files

fr/paris/lutece/plugins/identitystore/v3/web/rs/service/ReferentialTransportRest.java

Rule Violation Priority Line
CommentRequired Header comments are required 3 48123
FieldNamingConventions The final field name '_strIdentityStoreEndPoint' doesn't match '[a-z][a-zA-Z0-9]*' 1 51
FieldNamingConventions The final field name '_strIdentityPath' doesn't match '[a-z][a-zA-Z0-9]*' 1 52
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 3 87
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 3 101
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 3 115

fr/paris/lutece/plugins/identitystore/v3/web/service/IReferentialTransportProvider.java

Rule Violation Priority Line
CommentRequired Header comments are required 3 4390
CommentRequired Public method and constructor comments are required 3 8488

fr/paris/lutece/plugins/identitystore/v3/web/service/IdentityServiceExtended.java

Rule Violation Priority Line
CommentRequired Header comments are required 3 48176
CommentRequired Public method and constructor comments are required 3 5154
CommentRequired Public method and constructor comments are required 3 5659

fr/paris/lutece/plugins/identitystore/v3/web/service/ReferentialService.java

Rule Violation Priority Line
CommentRequired Header comments are required 3 42109

fr/paris/lutece/plugins/identitystore/v3/web/service/ServiceContractServiceExtended.java

Rule Violation Priority Line
CommentRequired Header comments are required 3 43162
CommentRequired Public method and constructor comments are required 3 4649
CommentRequired Public method and constructor comments are required 3 5154