XinShepherd

Results 2 issues of XinShepherd

When use the emt4j:check of the mvn plugin, it will cause **ConcurrentModificationException** ![image](https://github.com/adoptium/emt4j/assets/21291945/9d56220a-b4b9-494d-8c56-326450933fec) ``` Failed to analyze aspectjweaver-1.9.4.jar java.util.ConcurrentModificationException at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013) at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967) at org.eclipse.emt4j.common.staticanalysis.impl.BaseAnalyzer.analyze(BaseAnalyzer.java:43) at org.eclipse.emt4j.common.staticanalysis.impl.CLDRDateFormatAnalyzer.analyze(CLDRDateFormatAnalyzer.java:33) at org.eclipse.emt4j.common.staticanalysis.InvokerImpl.invoke(InvokerImpl.java:117) at...

### 问题描述 实体类使用了Lombok 的 @SuperBuilder 和 @Jacksonized 注解时,反序列化会失败 ### 环境信息 *请填写以下信息:* - OS信息: [ MacOS 16G i5] - JDK信息: [JDK8] - 版本信息:[2.0.51] ### 重现步骤 *如何操作可以重现该问题:* 1. 运行 main 方法,当没有使用 Jacksonized...

bug