Apache Software Foundation
commons-jelly-tags-jms
Last published: Apr 5, 2006 | Doc for 1.0.1-SNAPSHOT
JMS Tag Library
Overview
Tags
Project Documentation
About commons-jelly-tags-jms
Downloads
Project Info
Project Reports
Changes
Checkstyle
JavaDocs
JavaDoc Report
JavaDoc Warnings Report
JCoverage
Metrics
Jelly Tag Documentation
Unit Tests
Source Xref
Test Xref
Project License
PMD Report
Task List
Development Process
Built by Maven

PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
78

Files

FilesViolations
org/apache/commons/jelly/tags/jms/DestinationTag.java 2
org/apache/commons/jelly/tags/jms/MapEntryTag.java 1
org/apache/commons/jelly/tags/jms/MessageOperationTag.java 1
org/apache/commons/jelly/tags/jms/ObjectMessageTag.java 1
org/apache/commons/jelly/tags/jms/PropertyTag.java 1
org/apache/commons/jelly/tags/jms/ReceiveTag.java 1
org/apache/commons/jelly/tags/jms/TextMessageTag.java 1

org/apache/commons/jelly/tags/jms/DestinationTag.java

ViolationLine
Avoid if (x != y) ..; else ..; 53
Avoid if (x != y) ..; else ..; 60

org/apache/commons/jelly/tags/jms/MapEntryTag.java

ViolationLine
Avoid if (x != y) ..; else ..; 48

org/apache/commons/jelly/tags/jms/MessageOperationTag.java

ViolationLine
These nested if statements could be combined 63

org/apache/commons/jelly/tags/jms/ObjectMessageTag.java

ViolationLine
Avoid if (x != y) ..; else ..; 52

org/apache/commons/jelly/tags/jms/PropertyTag.java

ViolationLine
Avoid if (x != y) ..; else ..; 49

org/apache/commons/jelly/tags/jms/ReceiveTag.java

ViolationLine
Avoid if (x != y) ..; else ..; 118

org/apache/commons/jelly/tags/jms/TextMessageTag.java

ViolationLine
Avoid if (x != y) ..; else ..; 50
© 2002-2006, Apache Software Foundation