| Summary: | Potential NPE in LazyLinkingResource removeDiagnostic | ||
|---|---|---|---|
| Product: | [Modeling] TMF | Reporter: | Mark Christiaens <mark.g.j.christiaens> |
| Component: | Xtext | Assignee: | Project Inbox <tmf.xtext-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jan, mark.g.j.christiaens, sebastian.zarnekow |
| Version: | 2.0.0 | Flags: | sebastian.zarnekow:
indigo+
|
| Target Milestone: | SR1 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Mark Christiaens
Currently, my workaround is to inject a modified LazyLinkingResource with:
@Override
protected List<Diagnostic> getDiagnosticList(DiagnosticMessage message)
throws AssertionError {
if (message != null) {
return super.getDiagnosticList(message);
}
return ImmutableList.of ();
}
FIx pushed to MASTER. Closing all bugs that were set to RESOLVED before Neon.0 Closing all bugs that were set to RESOLVED before Neon.0 |