Empty Blocks

Author: Semmle LGTM

import java

from BlockStmt blk
where blk.getNumStmt() = 0
select blk

Description

Finds empty block statements