Marc R. Hoffmann
Marc R. Hoffmann
@Godin Not sure whether this will "persist" the class in the classloader so it can be resolved from the instrumented class. Would need some investigation, but I really like the...
@Godin Any idea how to inject a class into a classloader?
@Godin I created this issue as a reminder to follow-up your observation without further investigation. My assumption was this is an issue on our side (like #321). So we can...
@Godin Interesting idea to remove all `GOTO`s. We can now easily add a filter for this and see what our regression tests say :sunglasses:
These are the different notations for classes we have: - VM Name: java/util/Map$Entry - Java Name: java.util.Map$Entry - File Name: java/util/Map$Entry.class #### Agent Parameters, Ant tasks and Maven prepare-agent goal...
@spaceCamel The `report` goal is the correct place to exclude classes or packages from the report (I assume this is what you want to achieve). As stated in my issue...
@obol007 If you specify patterns for CLASS FILES this should work, like your last exclude: **/controllers/* I assume it does not work due to the whitespace at the end.
@famod It turned out that it is actually complicated to maintain it. Aggregate goals in Maven are tricky as they do not fit in the concept of Maven. With the...
@famod Exactly -- unless a contributor shows up who is really committed to maintain the Maven goals in the long run. BTW, all Maven goals are implemented on top of...
For consistency the Ant goal and CLI should probably get the same option.