| Summary: | [Serializer] strange error message for missing feature | ||
|---|---|---|---|
| Product: | [Modeling] TMF | Reporter: | Christian Dietrich <christian.dietrich.opensource> |
| Component: | Xtext | Assignee: | Project Inbox <tmf.xtext-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | moritz.eysholdt |
| Version: | unspecified | Flags: | moritz.eysholdt:
indigo+
|
| Target Milestone: | SR1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
fixed. 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 |
Build Identifier: 2.0.0 org.eclipse.xtext.serializer.diagnostic.SequencerDiagnosticProvider produces a strage error message for missing features public ISerializationDiagnostic createFeatureValueMissing(EObject semanticObject, EStructuralFeature feature) { return new SerializationDiagnostic(semanticObject, "foo bar"); } i guess this should give a more precise error message e.g. containing the features name and the information that a feature is missing Reproducible: Always