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

Remove rules which have been removed in PMD 7. #928

Closed rubenporras closed 3 months ago

rubenporras commented 4 months ago

The custom rule for detecting fall through in switch statements is deleted, as PMD has now a rule ImplicitSwitchFallThrough.