2009/05/20 - Apache Shale has been retired.

For more information, please explore the Attic.

PMD Results

The following document contains the results of PMD 3.7.

Files

org/apache/shale/dialog/basic/config/ConfigurationParser.java

ViolationLine
An empty statement (semicolon) not part of a loop180

org/apache/shale/dialog/basic/Globals.java

ViolationLine
Avoid unused imports such as 'org.apache.shale.dialog.basic.model.Dialog'20

org/apache/shale/dialog/basic/BasicDialogContext.java

ViolationLine
An empty statement (semicolon) not part of a loop326
Avoid unused private methods such as 'dialog(FacesContext)'569
An empty statement (semicolon) not part of a loop823

org/apache/shale/dialog/basic/BasicLifecycleListener.java

ViolationLine
These nested if statements could be combined197 - 201

org/apache/shale/dialog/basic/BasicDialogManager.java

ViolationLine
Avoid unused imports such as 'org.apache.shale.dialog.DialogContextManager'30
Avoid unused private methods such as 'log()'186