if (diagnostics != null)
{
diagnostics.add
(new BasicDiagnostic
(Diagnostic.ERROR,
DIAGNOSTIC_SOURCE,
WELL_FORMED_INSTANCE_TYPE_NAME,
getString(key, substitutions),
new Object [] { index }));
}
if (progressMonitorWithBlocking != null)
{
progressMonitorWithBlocking.setBlocked(BasicDiagnostic.toIStatus(reason));
}
Type org.eclipse.emf.common.util.DiagnosticChain of variable diagnostics does not match with type org.eclipse.core.runtime.IProgressMonitorWithBlocking of variable progressMonitorWithBlocking
Make classes org.eclipse.emf.common.util.DiagnosticChain and org.eclipse.core.runtime.IProgressMonitorWithBlocking extend a common superclass
Type org.eclipse.emf.common.util.DiagnosticChain of variable diagnostics does not match with type org.eclipse.core.runtime.IProgressMonitorWithBlocking of variable progressMonitorWithBlocking