- Add implementations for
HashCodeMethod
,EqualsMethod
andToStringMethod
including build tool plugins. - Refactor handling of stack map frame translation within
Advice
to allow for handling of methods with inconsistent stack map frames if the method arguments are copied. - Make argument copying the default choice if exit advice is enabled.
- Fix a bug in parameter annotation computation within
Advice
. - Update to ASM 6.1.1.