[535938] Extract EAttribute filtering to a method

Bug: 535938
Change-Id: Id05bdd80e4a935f5a49d4843313d83e90990d86b
Signed-off-by: Balazs Bea <balazs.bea@incquerylabs.com>
1 file changed
tree: d2fbefb92ed5e6020cbbb8038a89705a5d2a61f0
  1. features/
  2. maven/
  3. plugins/
  4. releng/
  5. README.md
README.md

VIATRA Model Obfuscator

Obfuscate: To deliberately make more confusing in order to conceal the truth (http://en.wiktionary.org/wiki/obfuscate)

The VIATRA Model Obfuscator is a small utility for obfuscating structured graph-like models (e.g. XML documents, EMF models) by altering all data values (such as names, identifiers or other strings) in a way that the structure of the model remains the same. Two data values that were identical before the obfuscation will also be identical after it, but the obfuscated value computed based on an input obfuscation string will be completely different (e.g. “Info1” may become “K18DWVQ=”).

For more details, read the wiki page.

Repository structure

  • plugins: Eclipse plugins that contain the main source code and tests for the obfuscator
  • features: Eclipse feature definitions
  • maven: Maven modules to bundle the obfuscator as Maven artifacts
  • releng: parent POM for Maven build, target platformn definition, update site

Contributing to VIATRA

Please read the Contributing wiki page to understand our contribution process.

License

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