if (showGenericsAction != null)
{
showGenericsAction.setChecked(isChecked);
}
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.common.ui.action.ViewerFilterAction of variable showGenericsAction does not match with type org.eclipse.emf.common.util.DiagnosticChain of variable diagnostics
Make classes org.eclipse.emf.common.ui.action.ViewerFilterAction and org.eclipse.emf.common.util.DiagnosticChain extend a common superclass
Type org.eclipse.emf.common.ui.action.ViewerFilterAction of variable showGenericsAction does not match with type org.eclipse.emf.common.util.DiagnosticChain of variable diagnostics