Type org.eclipse.emf.mapping.ecore2ecore.Ecore2EcoreFactory of variable theEcore2EcoreFactory does not match with type org.eclipse.emf.ecore.EValidator of variable result
Make classes org.eclipse.emf.mapping.ecore2ecore.Ecore2EcoreFactory and org.eclipse.emf.ecore.EValidator extend a common superclass
3
if(result!=null)
4
returnresult;
Preondition Violations
Unmatched return result;
4
returnresult;
4
returntheEcore2EcoreFactory;
4
returntheEcore2EcoreFactory;
Preondition Violations
Unmatched return theEcore2EcoreFactory;
Precondition Violations (3)
Row
Violation
1
Type org.eclipse.emf.mapping.ecore2ecore.Ecore2EcoreFactory of variable theEcore2EcoreFactory does not match with type org.eclipse.emf.ecore.EValidator of variable result