PMD Results
The following document contains the results of PMD
Files
com/cyclopsgroup/waterview/spi/BaseTheme.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 90 |
com/cyclopsgroup/waterview/jelly/taglib/JellyControlTag.java
| Violation | Line |
|---|
| Overriding method merely calls super | 32 |
com/cyclopsgroup/waterview/web/taglib/JellyTableControlTag.java
| Violation | Line |
|---|
| Overriding method merely calls super | 32 |
com/cyclopsgroup/waterview/web/taglib/JellyFormControlTag.java
| Violation | Line |
|---|
| Overriding method merely calls super | 32 |
com/cyclopsgroup/waterview/web/taglib/FormTag.java
| Violation | Line |
|---|
| Avoid instantiating Boolean objects; you can usually invoke Boolean.TRUE instead. | 56 |
com/cyclopsgroup/waterview/web/ProcessFormValve.java
| Violation | Line |
|---|
| Avoid unused formal parameters such as 'pc' | 27 |
| These nested if statements could be combined | 83 |
com/cyclopsgroup/waterview/utils/TypeUtils.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 180 |
| Avoid empty catch blocks | 198 |
com/cyclopsgroup/waterview/core/DefaultWaterview.java
| Violation | Line |
|---|
| Avoid empty if statements | 107 |
com/cyclopsgroup/waterview/core/ResolveActionsValve.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 74 |
com/cyclopsgroup/waterview/core/DefaultModuleService.java
| Violation | Line |
|---|
| Avoid unused private methods such as 'runModule(Path,RuntimeData,Context)' | 206 |
| Avoid empty catch blocks | 219 |