Reputation: 9816
I use eclipse Neon.3 / Oxygen and installed some plugin (JaMoPP) which for some reason needs EMFText. Afterwards some Java classes (most are ok) get strange errors like
- Syntax error on token "public (public)", "EOF" expected line 21 EMFText Problem
- Syntax error on token "@ (@)", "EOF" expected line 21 EMFText Problem
Why is EMFText doing this? Is there a way to disable EMFText? I looked in Preferences (e.g. Validation) but didn't find anything.
Upvotes: 0
Views: 81
Reputation: 9816
Found parts of an answer to deactive it: Configure Contents in the Problems View. It filters the error message from the Problems view however the errors in the Package Explorer and the java classes itself are still there.
Upvotes: 0