PMD Results

The following document contains the results of PMD 4.2.2.

Files

at/infonova/opencms/modules/velocity/contextobjects/DirectEditContextObject.java

Violation Line
These nested if statements could be combined 268 - 270
Avoid unused method parameters such as 'pageContext'. 433 - 442

at/infonova/opencms/modules/velocity/contextobjects/ServletContextObject.java

Violation Line
Avoid unused constructor parameters such as 'response'. 86 - 92

at/infonova/opencms/modules/velocity/impl/AbstractProcessTemplateMethodObject.java

Violation Line
Double checked locking is not thread safe in Java. 175 - 187