Getting NullPointerException while invoking a Rule for a method having argument as Long
I am getting a NPE in my application while using a Byteman rule.
I created a test java code and simulated the same issue, call to method m2 is generating NPE
Version:
/projects/byteman-download-4.0.23
How to escape $ in Byteman?
I want to print a field whose name start with $
with Byteman, e.g. there’s a
Byteman java agent: How to change the return type of a class method
Class Name: org.test.ClassName
Method Name: method1
Actual Return Type: ResponseEntity<Task>
Expected response: Task ie. {“id”: “test”}