It is unclear which exceptions that can be thrown from the methods. It might be difficult to document and understand the vague interfaces. Use either a class derived from RuntimeException or a checked exception.public void methodThrowingException() throws Exception { }Additional info can be found at this http://pmd.sourceforge.net/rules/strictexception.html#SignatureDeclareThrowsException site.
| 5 | org.jcoderz.phoenix.cmpgen2.CmpGenerator |
| [129:17], [198:17], [332:17], [377:17], [413:17] | |
| 2 | org.jcoderz.phoenix.chart2d.Chart2DHandlerImpl |
| [1136:15], [1164:17] | |
| 1 | org.jcoderz.phoenix.jcoverage.Instrumenter |
| [79:14] | |
| 1 | org.jcoderz.phoenix.sqlparser.SqlParser |
| [1334:14] | |
| 1 | org.jcoderz.phoenix.sqlparser.SqlScanner |
| [470:17] | |