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