if (progressMonitorWithBlocking != null)
{
progressMonitorWithBlocking.clearBlocked();
}
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.core.runtime.IProgressMonitorWithBlocking of variable progressMonitorWithBlocking does not match with type org.eclipse.emf.common.util.DiagnosticChain of variable diagnostics
Make classes org.eclipse.core.runtime.IProgressMonitorWithBlocking and org.eclipse.emf.common.util.DiagnosticChain extend a common superclass
Type org.eclipse.core.runtime.IProgressMonitorWithBlocking of variable progressMonitorWithBlocking does not match with type org.eclipse.emf.common.util.DiagnosticChain of variable diagnostics