Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.5.1.

Files

fr/paris/lutece/plugins/grukeydiversification/business/customer/DecryptedCustomer.java

Violation Line
A getX() method which returns a boolean should be named isX() 194197
A getX() method which returns a boolean should be named isX() 266269
A getX() method which returns a boolean should be named isX() 320323

fr/paris/lutece/plugins/grukeydiversification/business/customer/EncryptedCustomer.java

Violation Line
New exception is thrown in catch block, original stack trace may be lost 99
A getX() method which returns a boolean should be named isX() 198201
A getX() method which returns a boolean should be named isX() 270273
A getX() method which returns a boolean should be named isX() 324327

fr/paris/lutece/plugins/grukeydiversification/service/cache/EncryptionKeyCacheService.java

Violation Line
Avoid instantiation through private constructors from outside of the constructors class. 127

fr/paris/lutece/plugins/grukeydiversification/web/AbstractManageEncryptionKeyJspBean.java

Violation Line
Perhaps '_nDefaultItemsPerPage' could be replaced by a local variable. 72

fr/paris/lutece/plugins/grukeydiversification/web/EncryptionKeyJspBean.java

Violation Line
Assigning an Object to null is a code smell. Consider refactoring. 119

fr/paris/lutece/plugins/grukeydiversification/web/rs/dto/EncryptedIdentityDto.java

Violation Line
New exception is thrown in catch block, original stack trace may be lost 103