Developing a pure::variants Model ValidationCheckTutorialTable of Contents1. Overview ....................................................................................................... 12. Setting up the Plugin Project ............................................................................ 13. Writing the Check Implementation ................................................................... 34. Testing the new Check .................................................................................... 65. Writing the Quick Fix ............................................................. 76. Testing the new Quick Fix ............................................................................... 97. Deploying the new Check .............................................................................. 101. OverviewThe reader must have basic knowledge of pure::variants and the Java Plugin Develop-ment under Eclipse. For more information about the Eclipse Plugin concept see chapterPlattform Plug-in Developer Guide in the Eclipse Help.This tutorial explains how to develop a new check and corresponding quick fix for thepure::variants Model Validation Framework. Model Validation checks are applied in or-der to examine the correctness of a pure::variants model. If a check detects problems in amodel, the provided quick fix can be used to solve this problem automatically.A check is a Java class that is registered as Model Validation Framework ...