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
When use the emt4j:check of the mvn plugin, it will cause ConcurrentModificationException
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
The text was updated successfully, but these errors were encountered:
When use the emt4j:check of the mvn plugin, it will cause ConcurrentModificationException
JDK Version: 17.0.1-oracle
emt4j Version: 0.8.0
The text was updated successfully, but these errors were encountered: