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