The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
| Class | Bugs |
|---|---|
| org.mockito.configuration.ArgumentsExtractorVerifier | 1 |
| org.mockito.configuration.ThrowsUnstubbedMethodException | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.mockito.configuration.ArgumentsExtractorVerifier.getArguments() may expose internal representation by returning ArgumentsExtractorVerifier.arguments | MALICIOUS_CODE | EI_EXPOSE_REP | 36 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Class org.mockito.configuration.ThrowsUnstubbedMethodException is not derived from an Exception, even though it is named as such | BAD_PRACTICE | NM_CLASS_NOT_EXCEPTION | 17 | Medium |