Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e41f43 commit 24e3ad4Copy full SHA for 24e3ad4
1 file changed
java/ql/src/experimental/semmle/code/java/Logging.qll
@@ -31,7 +31,6 @@ class LoggingCall extends MethodAccess {
31
exists(RefType t, Method m | t.hasQualifiedName("android.util", "Log") |
32
m.hasName(["d", "e", "i", "v", "w", "wtf"]) and
33
m.getDeclaringType() = t and
34
- m.getReturnType() instanceof IntegralType and
35
this = m.getAReference()
36
)
37
}
0 commit comments