if (genModelAnnotation != null)
{
changed |= genModelAnnotation.getDetails().remove(GENANNOTATION_KEY_DIRECTORY_URI);
}
if (diagnostics != null)
{
diagnostics.add
(new BasicDiagnostic
(Diagnostic.ERROR,
DIAGNOSTIC_SOURCE,
WELL_FORMED_INSTANCE_TYPE_NAME,
getString(key, substitutions),
new Object [] { index }));
}
Type org.eclipse.emf.codegen.ecore.genmodel.GenAnnotation of variable genModelAnnotation does not match with type org.eclipse.emf.common.util.DiagnosticChain of variable diagnostics
Make classes org.eclipse.emf.codegen.ecore.genmodel.GenAnnotation and org.eclipse.emf.common.util.DiagnosticChain extend a common superclass
Type org.eclipse.emf.codegen.ecore.genmodel.GenAnnotation of variable genModelAnnotation does not match with type org.eclipse.emf.common.util.DiagnosticChain of variable diagnostics