Last published: 25 September 2017 | Doc for 1.1-SNAPSHOT
Jelly
Overview
FAQ
Getting Started
Tutorial
Detail
JellyDoc
Download
Security Reports
Tag Reference
Community
IRC
Powered By
To Do List
Features
JellyUnit
JellySwing
JellySWT
XML Pipeline
Core Tags
Tag Libraries
Project Documentation
About commons-jelly
Downloads
Project Info
Project Reports
Changes
Checkstyle
JavaDocs
JavaDoc Report
JavaDoc Warnings Report
Unit Tests
Source Xref
Test Xref
Project License
PMD Report
Task List
Releases
Dependency Convergence
Jelly Tag Documentation
Development Process
Commons
Home
Components
Sandbox
Dormant
Volunteering
Contributing Patches
Building Components
Releasing Components
Wiki
PMD Results
The following document contains the results of
PMD
.
Summary
Files
Errors
4
7
Files
Files
Violations
org/apache/commons/jelly/Jelly.java
1
org/apache/commons/jelly/parser/XMLParser.java
4
org/apache/commons/jelly/tags/core/FileTag.java
1
org/apache/commons/jelly/util/CommandLineParser.java
1
org/apache/commons/jelly/Jelly.java
Violation
Line
Avoid empty catch blocks
127
org/apache/commons/jelly/parser/XMLParser.java
Violation
Line
An empty statement (semicolon) not part of a loop
762
An empty statement (semicolon) not part of a loop
775
An empty statement (semicolon) not part of a loop
795
Avoid unused local variables such as 'tag'
1052
org/apache/commons/jelly/tags/core/FileTag.java
Violation
Line
Avoid empty catch blocks
167
org/apache/commons/jelly/util/CommandLineParser.java
Violation
Line
Avoid empty catch blocks
142