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/faces/ShaleConstants.java

ViolationLine
Avoid unused imports such as 'org.apache.shale.util.TokenProcessor'20

org/apache/shale/taglib/TokenTag.java

ViolationLine
Avoid unused imports such as 'org.apache.shale.component.Token'25

org/apache/shale/util/Tags.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.149
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.382
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.385