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.
| 7 | org.jcoderz.commons.connector.http.transport.ClientHandler |
| [215:17], [253:17], [317:17], [426:17], [450:17], [465:17], [700:17] | |
| 4 | org.jcoderz.commons.util.DbUtilServerTest |
| [58:17], [147:17], [182:17], [216:17] | |
| 2 | org.jcoderz.commons.connector.file.FsConnectionInterfaceTest |
| [62:17], [395:17] | |
| 1 | org.jcoderz.commons.ServerTestCase |
| [101:17] | |
| 1 | org.jcoderz.commons.taskdefs.LogMessageGeneratorTest |
| [56:17] | |
| 1 | org.jcoderz.phoenix.sqlparser.SqlScannerTest |
| [156:20] | |
| 1 | org.jcoderz.commons.util.DbUtilTest |
| [191:17] | |
| 1 | org.jcoderz.commons.taskdefs.SimpleTypeGeneratorTest |
| [55:17] | |