Include suggestions from review

This commit is contained in:
Porcuiney Hairs
2021-03-03 17:27:56 +05:30
parent f27d2bdf6d
commit 84c9137152

View File

@@ -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()