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/remoting/logger/AbstractLogger.java

ViolationLine
No need to import a type that's in the same package21

org/apache/shale/remoting/logger/DefaultLogger.java

ViolationLine
No need to import a type that's in the same package20
An empty statement (semicolon) not part of a loop47
An empty statement (semicolon) not part of a loop56

org/apache/shale/remoting/faces/RemotingPhaseListener.java

ViolationLine
Avoid unused imports such as 'org.apache.shale.remoting.Mappings'33
Avoid unused private fields such as 'bundle'67

org/apache/shale/remoting/faces/MappingsHelper.java

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

org/apache/shale/remoting/impl/FilteringProcessor.java

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

org/apache/shale/remoting/impl/WebResourceProcessor.java

ViolationLine
Avoid unused imports such as 'org.apache.shale.remoting.Processor'27

org/apache/shale/remoting/impl/AbstractResourceProcessor.java

ViolationLine
Avoid unused imports such as 'org.apache.shale.remoting.Processor'41
An empty statement (semicolon) not part of a loop149
An empty statement (semicolon) not part of a loop152

org/apache/shale/remoting/impl/MethodBindingProcessor.java

ViolationLine
No need to import a type that's in the same package28
Avoid unused imports such as 'org.apache.shale.remoting.Processor'29

org/apache/shale/remoting/impl/ClassResourceProcessor.java

ViolationLine
Avoid unused imports such as 'org.apache.shale.remoting.Processor'26