PMD Results
The following document contains the results of PMD 3.9.
Files
org/apache/myfaces/component/html/ext/AbstractHtmlDataTable.java
| Violation | Line |
|---|---|
| Avoid unused private fields such as 'DEFAULT_SORTABLE'. | 92 |
| Avoid unused private fields such as 'DEFAULT_EMBEDDED'. | 93 |
| Avoid unused private fields such as 'DEFAULT_DETAILSTAMP_EXPANDED'. | 94 |
| Avoid unused private fields such as 'DEFAULT_NEWSPAPER_COLUMNS'. | 97 |
| Avoid unused private fields such as 'DEFAULT_NEWSPAPER_ORIENTATION'. | 98 |
| Avoid unused private fields such as 'DEFAULT_DETAILSTAMP_LOCATION'. | 99 |
| Avoid unnecessary temporaries when converting primitives to Strings | 1883 |
| These nested if statements could be combined | 1918 - 1921 |
| Avoid unused private fields such as 'DEFAULT_RENDEREDIFEMPTY'. | 1932 |
org/apache/myfaces/custom/buffer/AbstractBuffer.java
| Violation | Line |
|---|---|
| Avoid unused private fields such as 'DEFAULT_RENDERER_TYPE'. | 83 |
org/apache/myfaces/custom/calendar/AbstractHtmlInputCalendarTag.java
| Violation | Line |
|---|---|
| Avoid unused local variables such as 'context'. | 56 |
org/apache/myfaces/custom/datalist/AbstractHtmlDataList.java
| Violation | Line |
|---|---|
| Avoid unused private fields such as 'DEFAULT_RENDERER_TYPE'. | 55 |
org/apache/myfaces/custom/date/AbstractHtmlInputDateTag.java
| Violation | Line |
|---|---|
| Avoid unused local variables such as 'context'. | 57 |
org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java
| Violation | Line |
|---|---|
| Overriding method merely calls super | 124 - 127 |
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/custom/radio/AbstractHtmlRadio.java
| Violation | Line |
|---|---|
| Avoid unused private fields such as 'DEFAULT_RENDERER_TYPE'. | 67 |
org/apache/myfaces/custom/updateactionlistener/UpdateActionListener.java
| Violation | Line |
|---|---|
| An empty statement (semicolon) not part of a loop | 182 |
| An empty statement (semicolon) not part of a loop | 183 |
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 | 326 - 328 |
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 |