Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

fr/paris/lutece/plugins/wrapper/business/Wrapper.java

Violation Line
Avoid unnecessary constructors - the compiler will generate these for you 6567
Document empty constructor 6567
Singleton is not thread safe 7579

fr/paris/lutece/plugins/wrapper/business/WrapperHome.java

Violation Line
Avoid unused imports such as 'fr.paris.lutece.portal.business.indexeraction.IndexerAction' 36
Avoid unused imports such as 'fr.paris.lutece.portal.business.indexeraction.IndexerAction' 36
Avoid unused imports such as 'fr.paris.lutece.portal.service.search.IndexationService' 38
Avoid unused imports such as 'fr.paris.lutece.portal.service.search.IndexationService' 38
Avoid unused imports such as 'fr.paris.lutece.portal.service.util.AppPropertiesService' 40
Avoid unused imports such as 'fr.paris.lutece.portal.service.util.AppPropertiesService' 40
A class which only has private constructors should be final 49142

fr/paris/lutece/plugins/wrapper/service/WrapperWorkgroupRemovalListener.java

Violation Line
Avoid unnecessary constructors - the compiler will generate these for you 8890
Document empty constructor 8890

fr/paris/lutece/plugins/wrapper/web/WrapperApp.java

Violation Line
Avoid unused private fields such as 'PARAMETER_WRAPPER'. 67
Avoid unnecessary constructors - the compiler will generate these for you 9496
Document empty constructor 9496

fr/paris/lutece/plugins/wrapper/web/WrapperJspBean.java

Violation Line
Perhaps '_nDefaultItemsPerPage' could be replaced by a local variable. 109
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 133
Do not add empty strings 134
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 153
Avoid declaring a variable if it is unreferenced before a possible exit point. 173
Avoid declaring a variable if it is unreferenced before a possible exit point. 174
Avoid declaring a variable if it is unreferenced before a possible exit point. 175
Avoid declaring a variable if it is unreferenced before a possible exit point. 176
Avoid declaring a variable if it is unreferenced before a possible exit point. 177
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 239