The following document contains the results of PMD 5.3.5.
Violation | Line |
---|---|
Avoid unnecessary constructors - the compiler will generate these for you | 58–61 |
Avoid declaring a variable if it is unreferenced before a possible exit point. | 95 |
Avoid unused local variables such as 'locale'. | 95 |
Document empty method | 111–112 |