mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge rc/1.18 into next.
This commit is contained in:
@@ -397,7 +397,7 @@ class MockitoSettableField extends Field {
|
||||
class MockitoMockMethod extends Method {
|
||||
MockitoMockMethod() {
|
||||
this.getDeclaringType().hasQualifiedName("org.mockito", "Mockito") and
|
||||
this.hasName("mock")
|
||||
(this.hasName("mock") or this.hasName("verify"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user