mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Include suggestions from review
This commit is contained in:
@@ -23,7 +23,7 @@ class LoggingCall extends MethodAccess {
|
||||
|
|
||||
(
|
||||
m.getDeclaringType().getASourceSupertype*() = t or
|
||||
m.getDeclaringType().(RefType).extendsOrImplements*(t)
|
||||
m.getDeclaringType().extendsOrImplements*(t)
|
||||
) and
|
||||
m.getReturnType() instanceof VoidType and
|
||||
this = m.getAReference()
|
||||
|
||||
Reference in New Issue
Block a user