Type java.util.Map<java.lang.Object,java.lang.Object> of variable loadOptions does not match with type org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.URIHandlerList of variable uriHandlers
Make classes java.util.Map and org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.URIHandlerList extend a common superclass
1
if(uriHandlers==null)
2
uriHandlers=newURIHandlerList();
2
loadOptions=newHashMap<Object, Object>();
3
returnuriHandlers;
Preondition Violations
Unmatched return uriHandlers;
3
returnuriHandlers;
3
returnloadOptions;
3
returnloadOptions;
Preondition Violations
Unmatched return loadOptions;
Precondition Violations (3)
Row
Violation
1
Type java.util.Map<java.lang.Object,java.lang.Object> of variable loadOptions does not match with type org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.URIHandlerList of variable uriHandlers