Community
Participate
Working Groups
Xtext 2.0.0 final eclipse 3.7 Xtext example project is created using the wizard. After successful mwe2 generator run an NPE is logged in eclipse .log. Maybe points to a bug? java.lang.NullPointerException at org.eclipse.xtext.ui.editor.validation.AnnotationIssueProcessor.updateMarkerAnnotations(AnnotationIssueProcessor.java:170) at org.eclipse.xtext.ui.editor.validation.AnnotationIssueProcessor.processIssues(AnnotationIssueProcessor.java:72) at org.eclipse.xtext.ui.editor.validation.ValidationJob.run(ValidationJob.java:67) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
The exception leads to an error dialog from time to time. I guess the error message is shown as soon as a library file is open, e.g. Xbase.xtext
*** This bug has been marked as a duplicate of bug 347443 ***