Github user klopfdreh commented on the pull request:
https://github.com/apache/wicket/pull/164#issuecomment-217771898
I think a good PoC would be to actually replace AspectJ with Javassist in
the metrics submodule and handle each functionality:
* Configuration of each metric
* Measurement even for class hierarchy like in the previous mentioned
scenario
* Activation and deactivation of the metric so that it doesn't have any
impact to the core code (I think this is not possible because you only can
decide via flag if the metric is active / not active but the Byte Code is
filtered anyway)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---