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

feat: add DispatchingCheckImpl check catalog base class #967

Closed hasu closed 2 months ago

hasu commented 2 months ago

That is, add DispatchingCheckImpl as an alternative base class for check catalog implementations, refactoring the common parts of DefaultCheckImpl into a common AbstractCheckImpl superclass.