Skip to content

Commit

Permalink
some cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
LoiNguyenCS committed Nov 1, 2023
1 parent c53f327 commit 763642c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ public Visitable visit(MethodDeclaration method, Void p) {
// TODO: test this with annotations
String methodName =
this.classFQName + "#" + methodDeclAsString.substring(methodDeclAsString.indexOf(' ') + 1);
System.out.println("We got this: " + methodName);
// this method belongs to an anonymous class inside the target method
if (insideTargetMethod) {
ObjectCreationExpr parentExpression = (ObjectCreationExpr) method.getParentNode().get();
Expand Down

0 comments on commit 763642c

Please sign in to comment.