Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse bytecode scanner to infer axis labels when using extractor functions #14
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example
We should get the java class of the lambda and then use a bytecode analyzing library to look for an invocation bytecode. See https://asm.ow2.io/