eclipse / epsilon

Epsilon is a family of Java-based scripting languages for automating common model-based software engineering tasks, such as code generation, model-to-model transformation and model validation, that work out of the box with EMF (including Xtext and Sirius), UML (including Cameo/MagicDraw), Simulink, XML and other types of models.
https://eclipse.org/epsilon
Eclipse Public License 2.0
55 stars 11 forks source link

Add add-opens to unit test suite #10

Closed alfonsodelavega closed 1 year ago

alfonsodelavega commented 1 year ago

The unit test suite did not have the add-opens parameters required to run tests with reflection in modern Java versions.

This pull request adds just that.

alfonsodelavega commented 1 year ago

I'll update my git commit email to match the Eclipse Foundation one.