The following document contains the results of PMD 5.0.2.
Violation | Line |
---|---|
Local variable 'andromdapp' could be declared final | 36 |
Avoid declaring a variable if it is unreferenced before a possible exit point. | 36 |
A catch statement should never catch throwable since it includes errors. | 53 |
An instanceof check is being performed on the caught exception. Create a separate catch clause for this exception type. | 55 |