CodeQL library for Java/Kotlin
codeql/java-all 0.10.0 (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)