This commit is contained in:
Kui LIU
2017-12-22 16:13:04 +01:00
parent 73bed61655
commit 8907fabbc7
@@ -204,11 +204,11 @@ public class HierarchicalRegrouper {
// QualifiedType, WildcardType, UnionType, IntersectionType, NameQualifiedType, SimpleName
return null;
}
} else if (parent.getType() == 31) { // method declaration
int type = action.getNode().getType();
if (Checker.isStatement(type)) {// statements
return null;
}
// } else if (parent.getType() == 31) { // method declaration
// int type = action.getNode().getType();
// if (Checker.isStatement(type)) {// statements
// return null;
// }
}
for (Action act : actions) {