Hello, This is why I opened PR.
- if statement in the
isTransformationCandidateoperates normally without theelsestatement. transformis not throwing anIllegalClassFormatException.- I thought that using logger would be more performant than printStackTrace.
I would appreciate any feedback on this PR. Thank You.
Comment From: bclozel
Thanks but I don't think those cosmetic changes help here.
We don't use a logger here as this is a Java agent that is meant to avoid loading any class that's not part of its codebase. Loading libraries like loggers would create lifecycle or class loading issues.