Analyzer plugin rule: when call without stub result #184
Labels
P2
A bug or feature request we're likely to work on
S2
type-enhancement
A request for a change that isn't a bug
Mockito cannot throw any errors for this code, even though no stub result has been set:
(Actually, maybe it could throw on that
verify
... but the error cannot point to thewhen
which is currently in progress. It would be much better to report a static analysis error onwhen
statement.)The text was updated successfully, but these errors were encountered: