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