CodeQL library for Java
codeql/java-all 0.6.1 ( changelog , source )
Search

Predicate nullDeref

A potential null dereference that has not been proven safe.

Import path

import semmle.code.java.dataflow.Nullness
predicate nullDeref ( SsaSourceVariable v , VarAccess va , string msg , Expr reason )