Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.5
-
None
-
None
Description
Until 3.0.4 the following class had no errors https://github.com/vert-x3/vertx-lang-groovy/blob/3.9/vertx-lang-groovy-gen/src/main/java/io/vertx/lang/groovy/VertxTransformation.java
Since 3.0.5 it started to throw a ConcurrentModificationException
Here's the following travis build link of each version.
https://travis-ci.org/github/vert-x3/vertx-lang-groovy/builds/712642226 (Builds Ok, using 3.0.4)
https://travis-ci.org/github/aaloise/vertx-lang-groovy/builds/712638741 (Throws the ConcurrentModificationException when visit methos is called, using 3.0.5)