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

Predicate dereference

An expression that is being dereferenced. These are the points where NullPointerExceptions can occur.

Import path

import semmle.code.java.dataflow.Nullness
predicate dereference ( Expr e )