SimpleFlatMapper icon indicating copy to clipboard operation
SimpleFlatMapper copied to clipboard

[Modification required] Synthetic method and Reflection Conflict

Open wlsdnjs829 opened this issue 1 year ago • 0 comments

issue Starting from jacoco above version 0.8.7. there is a problem with reflection due to the synthetic method ($jacocoInit) at ReflectionInstantiatorDefinitionFactory:175. (param name - null)

image

If there are other places where synthetic methods are used, it could cause issues, so filtering with the isSynthetic() method is necessary.

wlsdnjs829 avatar Apr 01 '24 06:04 wlsdnjs829