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