We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cedd5 commit e0ef00bCopy full SHA for e0ef00b
1 file changed
java/ql/lib/semmle/code/java/security/TempFileLib.qll
@@ -18,8 +18,8 @@ class MethodFileCreateTempFile extends Method {
18
*/
19
class MethodFileCreatesDirs extends Method {
20
MethodFileCreatesDirs() {
21
- getDeclaringType() instanceof TypeFile and
22
- hasName(["mkdir", "mkdirs"])
+ this.getDeclaringType() instanceof TypeFile and
+ this.hasName(["mkdir", "mkdirs"])
23
}
24
25
0 commit comments