if (persistentCommandStack != null)
{
persistentCommandStack.handleCreateCommand(commandClass, commandParameter, command);
}
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.mapping.command.PersistentCommandStack of variable persistentCommandStack does not match with type org.eclipse.emf.common.util.DiagnosticChain of variable diagnostics
Make classes org.eclipse.emf.mapping.command.PersistentCommandStack and org.eclipse.emf.common.util.DiagnosticChain extend a common superclass
Type org.eclipse.emf.mapping.command.PersistentCommandStack of variable persistentCommandStack does not match with type org.eclipse.emf.common.util.DiagnosticChain of variable diagnostics