Type org.eclipse.emf.mapping.ecore2xml.provider.XMLInfoItemProvider of variable xmlInfoItemProvider does not match with type java.util.Map<java.lang.Object,java.lang.Object> of variable loadOptions
Make classes org.eclipse.emf.mapping.ecore2xml.provider.XMLInfoItemProvider and java.util.Map extend a common superclass
1
if(loadOptions==null)
2
loadOptions=newHashMap<Object, Object>();
2
xmlInfoItemProvider=newXMLInfoItemProvider(this);
3
returnloadOptions;
Preondition Violations
Unmatched return loadOptions;
3
returnloadOptions;
3
returnxmlInfoItemProvider;
3
returnxmlInfoItemProvider;
Preondition Violations
Unmatched return xmlInfoItemProvider;
Precondition Violations (3)
Row
Violation
1
Type org.eclipse.emf.mapping.ecore2xml.provider.XMLInfoItemProvider of variable xmlInfoItemProvider does not match with type java.util.Map<java.lang.Object,java.lang.Object> of variable loadOptions