PMD Results
The following document contains the results of PMD 3.9.
Files
logtail/beans/LogfilesBean.java
| Violation | Line |
|---|
| Avoid unused local variables such as 'logs'. | 120 |
logtail/jsf/AjaxPhaseListener.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.apache.ecs.filter.CharacterFilter' | 38 |
| Avoid unused imports such as 'org.apache.ecs.xhtml.td' | 40 |
| Avoid unused imports such as 'org.apache.ecs.xhtml.tr' | 41 |
logtail/logfile/LogFile.java
| Violation | Line |
|---|
| Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. | 56 |