Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use unmodifiable collection in UnitSeparator in Swing Event Thread Task #7070

Merged
merged 1 commit into from Jul 8, 2020

Commits on Jul 8, 2020

  1. Use unmodifiable collection in UnitSeperator in Swing Event Thread Task

    Fixes #7066 UnitSeparator#categorize:103 - ConcurrentModificationException
    
    This fix avoids concurrent modification to a list by creating a copy
    of the list before we operate on the list in the swing even thread.
    We go on to fix any other data issues that could change between when
    we issue the task to the swing event queue by computing all data
    the task needs before creating the task.
    DanVanAtta committed Jul 8, 2020
    Copy the full SHA
    a0ee0b1 View commit details
    Browse the repository at this point in the history