We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27d2bd commit 84c9137Copy full SHA for 84c9137
java/ql/src/experimental/semmle/code/java/Logging.qll
@@ -23,7 +23,7 @@ class LoggingCall extends MethodAccess {
23
|
24
(
25
m.getDeclaringType().getASourceSupertype*() = t or
26
- m.getDeclaringType().(RefType).extendsOrImplements*(t)
+ m.getDeclaringType().extendsOrImplements*(t)
27
) and
28
m.getReturnType() instanceof VoidType and
29
this = m.getAReference()
0 commit comments