• Guus der Kinderen's avatar
    OF-1051: Prevent ConcurrentModificationException · fe1d815f
    Guus der Kinderen authored
    The unmodifiable collection in the original code is not immutable: when
    the original collection is modified, this is reflected (which can cause
    problems in iterators created from the unmodifiable collection). This
    commit creates a new collection to prevent this from happening.
    fe1d815f
PluginManager.java 49.6 KB