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