-
Hi
One of my applications have the above code which checks a type of Runnable instance and does something. However, TaskSchedulerInstrumentation wraps the object and replaces the argument, so the condition is never true. There's also no getter of the original instance in the wrapper. Is there any common practice/workaround that people use apart from using reflection? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@kes2464 can you open a bug for this? the Java agent generally tries to avoid impacting application behavior, so this would be good for us to look into. |
Beta Was this translation helpful? Give feedback.
@kes2464 can you open a bug for this? the Java agent generally tries to avoid impacting application behavior, so this would be good for us to look into.