PMD Results
The following document contains the results of PMD
Files
org/apache/struts/faces/application/FacesRequestProcessor.java
Violation | Line |
---|
These nested if statements could be combined | 391 - 396 |
org/apache/struts/faces/application/FacesTilesRequestProcessor.java
Violation | Line |
---|
These nested if statements could be combined | 405 - 410 |
org/apache/struts/faces/application/PropertyResolverImpl.java
Violation | Line |
---|
An empty statement (semicolon) not part of a loop | 395 |
org/apache/struts/faces/component/FormComponent.java
Violation | Line |
---|
Avoid unused local variables such as 'session' | 474 |
org/apache/struts/faces/renderer/AbstractRenderer.java
Violation | Line |
---|
Avoid unused imports such as 'javax.faces.application.FacesMessage' | 24 |
org/apache/struts/faces/renderer/BaseRenderer.java
Violation | Line |
---|
An empty statement (semicolon) not part of a loop | 158 |
An empty statement (semicolon) not part of a loop | 160 |
An empty statement (semicolon) not part of a loop | 192 |
An empty statement (semicolon) not part of a loop | 195 |
org/apache/struts/faces/renderer/CommandLinkRenderer.java
Violation | Line |
---|
Avoid unused imports such as 'javax.faces.component.UICommand' | 24 |
Avoid unused imports such as 'org.apache.struts.Globals' | 34 |
Avoid unused imports such as 'org.apache.struts.config.ActionConfig' | 35 |
Avoid unused imports such as 'org.apache.struts.config.ModuleConfig' | 36 |
org/apache/struts/faces/renderer/HtmlRenderer.java
Violation | Line |
---|
Avoid unused private fields such as 'log' | 47 |
org/apache/struts/faces/renderer/MessageRenderer.java
Violation | Line |
---|
Avoid unused private fields such as 'log' | 51 |
org/apache/struts/faces/renderer/StylesheetRenderer.java
Violation | Line |
---|
Avoid unused private fields such as 'log' | 46 |
org/apache/struts/faces/taglib/JavascriptValidatorTag.java
Violation | Line |
---|
These nested if statements could be combined | 773 - 778 |
org/apache/struts/faces/util/StrutsContext.java
Violation | Line |
---|
Avoid unused imports such as 'javax.sql.DataSource' | 26 |