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