Java: Rename Block -> BlockStmt

This commit is contained in:
Jonas Jensen
2020-09-08 08:19:18 +02:00
parent ab90f06ddf
commit 464d3630a2
25 changed files with 95 additions and 68 deletions

View File

@@ -77,7 +77,7 @@ private predicate blockCoversStatement(int equivClass, int first, int last, Stmt
private Stmt statementInMethod(Method m) {
result.getEnclosingCallable() = m and
not result instanceof Block
not result instanceof BlockStmt
}
private predicate duplicateStatement(Method m1, Method m2, Stmt s1, Stmt s2) {