...
Some static analysis tools can detect cases where an iterator is being used after the source container of the iterator is modified.
Tool | Version | Checker | Description |
---|---|---|---|
Parasoft Jtest | 9.5 | BD.CO.ITMOD | Implemented |
Related Vulnerabilities
The Apache Harmony bug HARMONY-6236 documents an ArrayList
breaking when given concurrent collections as input.
...