Skip to content

ConcurrentModificationException when replacing an existing expression #1

@bluecollarcoder

Description

@bluecollarcoder

Example code:

e.set("F4", "=SUM(F1,F2,F3)");
e.set("F4", "=SUM(F1:F3)");

The exception is thrown by the HashMap class because the code tries to modify the Map when an Iterator is still iterating through it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions