Singleton blocks
Author: Semmle LGTM
import java
from BlockStmt b
where b.getNumStmt() = 1
select bDescription
Finds block statements containing a single statement
import java
from BlockStmt b
where b.getNumStmt() = 1
select bFinds block statements containing a single statement