get a few more queries in sync with other languages

This commit is contained in:
erik-krogh
2022-10-01 11:17:48 +02:00
parent acfcc4bfe2
commit 129cda00db
9 changed files with 86 additions and 86 deletions

View File

@@ -17,5 +17,5 @@ private import semmle.code.java.dataflow.Nullness
from VarAccess access, SsaSourceVariable var
where alwaysNullDeref(var, access)
select access, "Variable $@ is always null at this access.", var.getVariable(),
select access, "Variable $@ is always null at this dereference.", var.getVariable(),
var.getVariable().getName()