PMD Results
The following document contains the results of PMD 3.9.
Files
org/apache/myfaces/custom/buffer/AbstractBuffer.java
| Violation | Line |
|---|---|
| Avoid unused private fields such as 'DEFAULT_RENDERER_TYPE'. | 83 |
org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java
| Violation | Line |
|---|---|
| Overriding method merely calls super | 120 - 123 |
org/apache/myfaces/custom/htmlTag/AbstractHtmlTag.java
| Violation | Line |
|---|---|
| Avoid unused private fields such as 'DEFAULT_RENDERER_TYPE'. | 67 |
org/apache/myfaces/custom/navigation/AbstractHtmlPanelNavigation.java
| Violation | Line |
|---|---|
| Avoid unused private fields such as 'DEFAULT_RENDERER_TYPE'. | 66 |
| Avoid unused private fields such as 'DEFAULT_BORDER'. | 68 |
| Avoid empty if statements | 93 - 96 |
org/apache/myfaces/custom/navmenu/AbstractUINavigationMenuItem.java
| Violation | Line |
|---|---|
| Avoid unused private fields such as 'DEFAULT_IMMEDIATE'. | 61 |
org/apache/myfaces/renderkit/html/ext/HtmlCheckboxRenderer.java
| Violation | Line |
|---|---|
| Avoid empty if statements | 474 - 476 |
org/apache/myfaces/renderkit/html/ext/HtmlMessageRenderer.java
| Violation | Line |
|---|---|
| Avoid empty while statements | 172 |
org/apache/myfaces/renderkit/html/ext/HtmlRadioRenderer.java
| Violation | Line |
|---|---|
| Avoid empty if statements | 192 - 194 |
org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
| Violation | Line |
|---|---|
| Avoid unused method parameters such as 'facesContext'. | 312 - 464 |
| These nested if statements could be combined | 691 - 693 |
| Avoid unnecessary temporaries when converting primitives to Strings | 704 |
| These nested if statements could be combined | 722 - 724 |