Community
Participate
Working Groups
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
fixed. pushed to master.
Closing all bugs that were set to RESOLVED before Neon.0