Return statements
Author: Semmle LGTM
import java
from ReturnStmt r
where r.getResult() instanceof NullLiteral
select rDescription
Finds return statements that return 'null'
import java
from ReturnStmt r
where r.getResult() instanceof NullLiteral
select rFinds return statements that return 'null'