dsldevkit / dsl-devkit

Developer kit for implementing Domain Specific Languages with Xtext. Format, Check, Export and Scope languages of DSL Developer Kit standardize DSL implementations.
https://ddk.tools.avaloq.com
Eclipse Public License 1.0
42 stars 28 forks source link

Fix potential ConcurrentModificationException during parallel load. #929

Closed andrewL-avlq closed 4 months ago

andrewL-avlq commented 4 months ago

Access the SourceLevelURIsAdapter before the ParallelResourceLoader starts as there can be ConcurrentModificationExceptions if one thread modifies the adapters list while another constructs its thread local resource set.