Last published: Apr 5, 2006 | Doc for 1.0.1-SNAPSHOT
Regexp Tag Library
Overview
Tags
Project Documentation
About commons-jelly-tags-regexp
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
3
4
Files
Files
Violations
org/apache/commons/jelly/tags/regexp/RegexpTag.java
2
org/apache/commons/jelly/tags/regexp/ContainsTagTest.java
1
org/apache/commons/jelly/tags/regexp/MatchTagTest.java
1
org/apache/commons/jelly/tags/regexp/RegexpTag.java
Violation
Line
Private field could be made final. It is only initialized in the declaration or constructor.
34
Avoid if (x != y) ..; else ..;
93
org/apache/commons/jelly/tags/regexp/ContainsTagTest.java
Violation
Line
No need to import a type that's in the same package
21
org/apache/commons/jelly/tags/regexp/MatchTagTest.java
Violation
Line
No need to import a type that's in the same package
21