Skip to content

Commit aec1e4a

Browse files
committed
java: address ql alert
1 parent 76e1c6f commit aec1e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/test/library-tests/dispatch/viaSummary.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ from MethodAccess ma, Method m
55
where
66
m = viableImpl(ma) and
77
m.fromSource() and
8-
ma.getFile().toString().matches("CallableViaSummary")
8+
ma.getFile().toString() = "CallableViaSummary"
99
select ma, m

0 commit comments

Comments
 (0)