Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: java.util.ConcurrentModificationException #43

Open
XinShepherd opened this issue Aug 24, 2023 · 0 comments
Open

ERROR: java.util.ConcurrentModificationException #43

XinShepherd opened this issue Aug 24, 2023 · 0 comments

Comments

@XinShepherd
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant