Add consistency query to verify we always have qualifier for calls

This commit is contained in:
Tamas Vajk
2022-04-01 09:58:15 +02:00
committed by Ian Lynagh
parent 4f3e89dd49
commit ad11b3e84a

View File

@@ -0,0 +1,5 @@
import java
from MethodAccess ma
where not exists(ma.getQualifier()) and ma.getFile().isKotlinSourceFile()
select ma