The following document contains the results of SpotBugs
SpotBugs Version is 3.1.12
Threshold is medium
Effort is default
| Class | Bugs |
|---|---|
| ejava.projects.esales.dao.AccountDAOException | 1 |
| ejava.projects.esales.jdbc.JDBCAccountDAO | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Class ejava.projects.esales.dao.AccountDAOException is not derived from an Exception, even though it is named as such | BAD_PRACTICE | NM_CLASS_NOT_EXCEPTION | 7-8 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| ejava.projects.esales.jdbc.JDBCAccountDAO.createAccount(Account) might ignore java.lang.Exception | BAD_PRACTICE | DE_MIGHT_IGNORE | 85 | High |