The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is max
| Class | Bugs |
|---|---|
| ejava.examples.daoex.dao.JDBCBookDAOImpl | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| ejava.examples.daoex.dao.JDBCBookDAOImpl.create(Book) might ignore java.lang.Exception | BAD_PRACTICE | DE_MIGHT_IGNORE | 56 | High |
| Possible null pointer dereference of statement in ejava.examples.daoex.dao.JDBCBookDAOImpl.create(Book) on exception path | CORRECTNESS | NP_NULL_ON_SOME_PATH_EXCEPTION | 56 | Medium |