arnaudroger / SimpleFlatMapper

Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and Hibernate. Fast Csv Parser and Csv Mapper
http://simpleflatmapper.org
MIT License
435 stars 76 forks source link

[Modification required] Synthetic method and Reflection Conflict #826

Open wlsdnjs829 opened 3 months ago

wlsdnjs829 commented 3 months ago

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.