Fixed ConcurrentModificationException on a map and tweeked some options.#443
Fixed ConcurrentModificationException on a map and tweeked some options.#443MarcMazas wants to merge 5 commits intocodehaus-plexus:masterfrom
Conversation
Signed-off-by: mmazas <[email protected]>
Signed-off-by: mmazas <[email protected]>
|
Do you have a stack trace of the ConcurrentModificationException? |
|
I had one, but did not record it, pointing on the second call to it.next(),
denoting the map change due to the put() on it; the proposed and tested fix
is to use an additional map ca2.
Le sam. 12 juil. 2025 à 11:17, Olivier Lamy ***@***.***> a
écrit :
… *olamy* left a comment (codehaus-plexus/plexus-compiler#443)
<#443 (comment)>
Do you have a stack trace of the ConcurrentModificationException?
—
Reply to this email directly, view it on GitHub
<#443 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFQZRCZPKINQOZYDFJBRWVT3IDHBLAVCNFSM6AAAAACBDR3KUSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTANRUHE4DANBTGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Signed-off-by: mmazas <[email protected]>
|
I added a commit to fix erroneous excludes management. |
You should get one easily with: |
|
This PR seems not still merged... [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.0:compile (csharp-compile) on project jtb-javacc-goal: Execution csharp-compile of goal org.apache.maven.plugins:maven-compiler-plugin:3.14.0:compile failed. ConcurrentModificationException -> [Help 1] |
|
@MarcMazas based on Your's discovery and work - i'm proposing to fix it bit differently #466 |
No description provided.