FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Summary
Classes | Bugs | Errors | Missing Classes |
---|
12 | 5 | 0 | 0 |
com.clickconcepts.exception.CustomExceptionTest
Bug | Category | Details | Line | Priority |
---|
Unread public/protected field: com.clickconcepts.exception.CustomExceptionTest.expectedTestFailureWatcher | STYLE | URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD | 14 | Medium |
com.clickconcepts.fest.assertsion.AbstractExpectedException
Bug | Category | Details | Line | Priority |
---|
Class com.clickconcepts.fest.assertsion.AbstractExpectedException is not derived from an Exception, even though it is named as such | BAD_PRACTICE | NM_CLASS_NOT_EXCEPTION | 12 | Medium |
com.clickconcepts.fest.assertsion.ExpectedCustomException
Bug | Category | Details | Line | Priority |
---|
Class com.clickconcepts.fest.assertsion.ExpectedCustomException is not derived from an Exception, even though it is named as such | BAD_PRACTICE | NM_CLASS_NOT_EXCEPTION | 5 | Medium |
com.clickconcepts.fest.assertsion.ExpectedException
Bug | Category | Details | Line | Priority |
---|
Class com.clickconcepts.fest.assertsion.ExpectedException is not derived from an Exception, even though it is named as such | BAD_PRACTICE | NM_CLASS_NOT_EXCEPTION | 3 | Medium |
com.clickconcepts.fest.assertsion.ExpectedExceptionTest
Bug | Category | Details | Line | Priority |
---|
Unread public/protected field: com.clickconcepts.fest.assertsion.ExpectedExceptionTest.expectedTestFailureWatcher | STYLE | URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD | 18 | Medium |