Update
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user