We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e1c6f commit aec1e4aCopy full SHA for aec1e4a
java/ql/test/library-tests/dispatch/viaSummary.ql
@@ -5,5 +5,5 @@ from MethodAccess ma, Method m
5
where
6
m = viableImpl(ma) and
7
m.fromSource() and
8
- ma.getFile().toString().matches("CallableViaSummary")
+ ma.getFile().toString() = "CallableViaSummary"
9
select ma, m
0 commit comments