Skip to content

Commit c280f8a

Browse files
committed
Update Instrumenter.java
1 parent 06e6d79 commit c280f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gr/gousiosg/javacg/dyn/Instrumenter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ private void enhanceMethod(CtBehavior method, String className)
171171
methodName = "<init>";
172172

173173
method.insertBefore("gr.gousiosg.javacg.dyn.MethodStack.push(\"" + className
174-
+ ":" + methodName + "\");");// ADDED: $args which is an object array of the parameters
174+
+ ":" + methodName + "\",$args);");// ADDED: $args which is an object array of the parameters
175175
method.insertAfter("gr.gousiosg.javacg.dyn.MethodStack.pop();");
176176
}
177177

0 commit comments

Comments
 (0)