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/v1/web/rs/dto/DtoFormatConstants.java

Rule Violation Line
ClassNamingConventions The utility class name 'DtoFormatConstants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' 4083

fr/paris/lutece/plugins/identitystore/v1/web/rs/util/Constants.java

Rule Violation Line
ClassNamingConventions The utility class name 'Constants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' 4082

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/DtoFormatConstants.java

Rule Violation Line
ClassNamingConventions The utility class name 'DtoFormatConstants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' 4096

fr/paris/lutece/plugins/identitystore/v2/web/rs/util/Constants.java

Rule Violation Line
ClassNamingConventions The utility class name 'Constants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' 4085

Priority 3

fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/AttributeDto.java

Rule Violation Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 47

fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/IdentityChangeDto.java

Rule Violation Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 44
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 56
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 66
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 75
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 85

fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/IdentityDto.java

Rule Violation Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 47

fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/ResponseDto.java

Rule Violation Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 44
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 53
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 63
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 72
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 82

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/AppRightDto.java

Rule Violation Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 48

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/ApplicationRightsDto.java

Rule Violation Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 47

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/AttributeDto.java

Rule Violation Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 50

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/AttributeStatusDto.java

Rule Violation Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 50

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/IdentityChangeDto.java

Rule Violation Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 44
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 56
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 66
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 75
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 85

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/IdentityDto.java

Rule Violation Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 47

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/ResponseDto.java

Rule Violation Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 44
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 53
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 63
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 72
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 82

Priority 4

fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/AttributeDto.java

Rule Violation Line
BooleanGetMethodName A getX() method which returns a boolean should be named isX() 126129

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/AttributeDto.java

Rule Violation Line
BooleanGetMethodName A getX() method which returns a boolean should be named isX() 133136
BooleanGetMethodName A getX() method which returns a boolean should be named isX() 197200

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/SearchDto.java

Rule Violation Line
UnusedImports Avoid unused imports such as 'com.fasterxml.jackson.annotation.JsonRootName' 38

Files

fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/AttributeDto.java

Rule Violation Priority Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 47
BooleanGetMethodName A getX() method which returns a boolean should be named isX() 4 126129

fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/DtoFormatConstants.java

Rule Violation Priority Line
ClassNamingConventions The utility class name 'DtoFormatConstants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' 1 4083

fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/IdentityChangeDto.java

Rule Violation Priority Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 44
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 56
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 66
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 75
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 85

fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/IdentityDto.java

Rule Violation Priority Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 47

fr/paris/lutece/plugins/identitystore/v1/web/rs/dto/ResponseDto.java

Rule Violation Priority Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 44
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 53
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 63
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 72
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 82

fr/paris/lutece/plugins/identitystore/v1/web/rs/util/Constants.java

Rule Violation Priority Line
ClassNamingConventions The utility class name 'Constants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' 1 4082

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/AppRightDto.java

Rule Violation Priority Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 48

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/ApplicationRightsDto.java

Rule Violation Priority Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 47

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/AttributeDto.java

Rule Violation Priority Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 50
BooleanGetMethodName A getX() method which returns a boolean should be named isX() 4 133136
BooleanGetMethodName A getX() method which returns a boolean should be named isX() 4 197200

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/AttributeStatusDto.java

Rule Violation Priority Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 50

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/DtoFormatConstants.java

Rule Violation Priority Line
ClassNamingConventions The utility class name 'DtoFormatConstants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' 1 4096

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/IdentityChangeDto.java

Rule Violation Priority Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 44
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 56
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 66
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 75
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 85

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/IdentityDto.java

Rule Violation Priority Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 47

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/ResponseDto.java

Rule Violation Priority Line
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 44
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 53
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 63
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 72
UnnecessaryAnnotationValueElement Avoid the use of value in annotations when its the only element 3 82

fr/paris/lutece/plugins/identitystore/v2/web/rs/dto/SearchDto.java

Rule Violation Priority Line
UnusedImports Avoid unused imports such as 'com.fasterxml.jackson.annotation.JsonRootName' 4 38

fr/paris/lutece/plugins/identitystore/v2/web/rs/util/Constants.java

Rule Violation Priority Line
ClassNamingConventions The utility class name 'Constants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' 1 4085