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
PMD Results
The following document contains the results of
PMD
.
Summary
Files
Errors
7
8
Files
Files
Violations
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
Violation
Line
Avoid if (x != y) ..; else ..;
53
Avoid if (x != y) ..; else ..;
60
org/apache/commons/jelly/tags/jms/MapEntryTag.java
Violation
Line
Avoid if (x != y) ..; else ..;
48
org/apache/commons/jelly/tags/jms/MessageOperationTag.java
Violation
Line
These nested if statements could be combined
63
org/apache/commons/jelly/tags/jms/ObjectMessageTag.java
Violation
Line
Avoid if (x != y) ..; else ..;
52
org/apache/commons/jelly/tags/jms/PropertyTag.java
Violation
Line
Avoid if (x != y) ..; else ..;
49
org/apache/commons/jelly/tags/jms/ReceiveTag.java
Violation
Line
Avoid if (x != y) ..; else ..;
118
org/apache/commons/jelly/tags/jms/TextMessageTag.java
Violation
Line
Avoid if (x != y) ..; else ..;
50