ConcurrentModificationException inspection

已回答

When, in Java, you try to add/remove from a List you should get a ConcurrentModificationException.
IntelliJ does not seem to recognize then this is happening. Was this left out due to technical difficulty? Is there something more tricky about it than what I imagine it to be? (Checking that the List is the same)?

Kind Regards,

Dylan

0

Multithreaded issues are always complex to analyze using the static analysis tools.

0

请先登录再写评论。