efMss24

Results 1 issues of efMss24

I use the Function com.google.javascript.jscomp.Compiler#compile(java.util.List, java.util.List, com.google.javascript.jscomp.CompilerOptions) for compiling dynamic JS-Files before delivering them to the client. There, the following ConcurrentModificationException occurs: Caused by: java.util.ConcurrentModificationException: null at java.base/java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1521) at java.base/java.util.TreeMap$KeyIterator.next(TreeMap.java:1575)...