mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
get a few more queries in sync with other languages
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user