mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
Java: Rename Block -> BlockStmt
This commit is contained in:
@@ -20,6 +20,6 @@ class ComplexStmt extends Stmt {
|
||||
}
|
||||
}
|
||||
|
||||
from Block b, int n
|
||||
from BlockStmt b, int n
|
||||
where n = count(ComplexStmt s | s = b.getAStmt()) and n > 3
|
||||
select b, "Block with too many statements (" + n.toString() + " complex statements in the block)."
|
||||
|
||||
Reference in New Issue
Block a user