Aaron Digulla Messages: 236 Registered: July 2009 Location: Switzerland
Senior Member
While developing a DSL, I often need to change my grammar. To make the unit tests pass, I need to update the test files.
Now I get validation errors because the version of the editor installed in another copy of Eclipse can't (yet) understand this new format. That's OK and expected.
Now I install the new version (with the new grammar) and restart. But the validation errors don't go away. That's bad.
How do I get rid of these obsolete errors?
I tried:
1. Restarting Eclipse
2. Forcing a rebuild
3. Select "Validate" in the project's context menu
4. Change and save each file