View by Classes

Findings - Overview

design SignatureDeclareThrowsException (PMD)

A method/constructor shouldn't explicitly throw java.lang.Exception

Further info on the wiki.
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.

5org.jcoderz.phoenix.cmpgen2.CmpGenerator
 [129:17],  [198:17],  [332:17],  [377:17],  [413:17]
2org.jcoderz.phoenix.chart2d.Chart2DHandlerImpl
 [1136:15],  [1164:17]
1org.jcoderz.phoenix.jcoverage.Instrumenter
 [79:14]
1org.jcoderz.phoenix.sqlparser.SqlParser
 [1334:14]
1org.jcoderz.phoenix.sqlparser.SqlScanner
 [470:17]