[571048] Fixes Input Key comparator in validator

An invalid comparator caused some hardly reproducable issues during
validation - when it happened, an exception was thrown in the background
and there were no details related to the original issue.

The test case added to the repository was used to deterministically
reproduce the issue, but it is not trivial to provide a simpler example,
both the or body and the missing parameter type declarations are
required for the reproduction.

Change-Id: I42552005176d2cd25a1147abeca0a662ef2dd833
Signed-off-by: Zoltan Ujhelyi <zoltan.ujhelyi@incquerylabs.com>
2 files changed
tree: 77f57fbd7d88a503086d7e285408aacfa580533a
  1. addon/
  2. artwork/
  3. documentation/
  4. dse/
  5. integration/
  6. maven/
  7. query/
  8. releng/
  9. transformation/
  10. .gitattributes
  11. .gitignore
  12. .mailmap
  13. CONTRIBUTING.md
  14. Jenkinsfile
  15. LICENSE.md
  16. NOTICE.md
  17. README.md
README.md

VIATRA

The Eclipse VIATRA framework is a model and data transformation tool that helps move information back and forth in the most efficient way. The platform focuses specifically on event-driven and reactive transformations, which happen on-the-fly as the models change.

VIATRA is a long-running project that incorporates the results of over 15 years of active research and development. VIATRA offers

  • a domain-specific language for graph queries and reactive transformations
  • a Java runtime library which is scalable and easy to embed.

VIATRA primarily targets model-driven engineering tools based on the industry-standard Eclipse Modeling Framework, though it can be used in other contexts as well. VIATRA is an enabling technology and its biggest benefit is the power it gives you to close abstraction gaps. These exist in every data-driven application where structured data needs to be moved across various languages or representation formats.

VIATRA helps you create model transformations that convert objects between languages. Trivial transformations (i.e. copying pieces of data from one document to another) are easy with any general purpose programming language such as Java. In contrast, VIATRA gives you easy-to-use and reusable programming patterns to address non-trivial transformations, such as

  • Changing of structure, i.e. converting a UML model to a source code.
  • Derived data and abstractions: manipulating data during conversion, e.g. filtering information for creating ‘abstract views’
  • Combining multiple sources of information in a significant way to produce a new result, e.g. when creating data streams for dashboards
  • Changing structure: projection of data containing only relevant information during the conversion phrase

Most important links

License

All code in this repository is available under the Eclipse Public License v2.0: http://www.eclipse.org/legal/epl-v20.html