emt4j icon indicating copy to clipboard operation
emt4j copied to clipboard

ERROR: java.util.ConcurrentModificationException

Open XinShepherd opened this issue 1 year ago • 0 comments

When use the emt4j:check of the mvn plugin, it will cause ConcurrentModificationException image

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 org.eclipse.emt4j.common.staticanalysis.StaticAnalysisEntry.analyze(StaticAnalysisEntry.java:75)
	at org.eclipse.emt4j.common.rule.impl.WholeClassRule.check(WholeClassRule.java:68)
	at org.eclipse.emt4j.common.rule.ExecutableRule.execute(ExecutableRule.java:70)
	at org.eclipse.emt4j.analysis.AnalysisExecutor.lambda$null$1(AnalysisExecutor.java:99)
	at org.eclipse.emt4j.analysis.analyzer.ClassAnalyzer.processClass(ClassAnalyzer.java:65)
	at org.eclipse.emt4j.analysis.analyzer.JarAnalyzer.analyze(JarAnalyzer.java:60)
	at org.eclipse.emt4j.analysis.analyzer.DependencyAnalyzer.iterateDo(DependencyAnalyzer.java:52)
	at org.eclipse.emt4j.analysis.source.SingleJarSource.parse(SingleJarSource.java:38)

JDK Version: 17.0.1-oracle emt4j Version: 0.8.0

XinShepherd avatar Aug 24 '23 07:08 XinShepherd