elharo opened a new issue, #88:
URL: https://github.com/apache/maven-shared-io/issues/88

   ## Bug #6
   
   `DefaultMessageHolder.java` line 33
   
   The `messages` field (line 33) is a plain `ArrayList` accessed and mutated 
from multiple public methods (`addMessage`, `newMessage`, `render`, 
`countMessagesOfType`, etc.) without any synchronization. In a multi-threaded 
environment this can lead to visibility issues and 
`ConcurrentModificationException`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to