Return statements
Author: LGTM
import csharp
from ReturnStmt r
where r.getExpr() instanceof NullLiteral
select r
Description
Finds return statements that return 'null'.
import csharp
from ReturnStmt r
where r.getExpr() instanceof NullLiteral
select r
Finds return statements that return 'null'.