You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
If there are other places where synthetic methods are used,
it could cause issues, so filtering with the isSynthetic() method is necessary.
The text was updated successfully, but these errors were encountered:
wlsdnjs829
changed the title
[Modification required] Jacoco and Reflection Conflict
[Modification required] Synthetic method and Reflection Conflict
Apr 1, 2024
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)
If there are other places where synthetic methods are used,
it could cause issues, so filtering with the isSynthetic() method is necessary.
The text was updated successfully, but these errors were encountered: