java: address ql alert

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-06-07 11:40:50 +02:00
parent 76e1c6f76f
commit aec1e4a713

View File

@@ -5,5 +5,5 @@ from MethodAccess ma, Method m
where
m = viableImpl(ma) and
m.fromSource() and
ma.getFile().toString().matches("CallableViaSummary")
ma.getFile().toString() = "CallableViaSummary"
select ma, m