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 // QualifiedType, WildcardType, UnionType, IntersectionType, NameQualifiedType, SimpleName
return null; return null;
} }
} else if (parent.getType() == 31) { // method declaration // } else if (parent.getType() == 31) { // method declaration
int type = action.getNode().getType(); // int type = action.getNode().getType();
if (Checker.isStatement(type)) {// statements // if (Checker.isStatement(type)) {// statements
return null; // return null;
} // }
} }
for (Action act : actions) { for (Action act : actions) {