FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is max

Summary

Classes Bugs Errors Missing Classes
7 2 0 0

ejava.examples.daoex.dao.JDBCBookDAOImpl

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