Type org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.ContentHandlerList of variable contentHandlers does not match with type java.util.List<java.lang.Object> of variable owners
Make classes org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.ContentHandlerList and java.util.List extend a common superclass
1
if(owners==null)
2
owners=newUniqueEList<Object>();
2
contentHandlers=newContentHandlerList();
3
addOwners(getCommand());
3
returncontentHandlers;
3
returncontentHandlers;
Preondition Violations
Unmatched return contentHandlers;
4
returnowners;
Preondition Violations
Unmatched return owners;
4
returnowners;
Precondition Violations (3)
Row
Violation
1
Type org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.ContentHandlerList of variable contentHandlers does not match with type java.util.List<java.lang.Object> of variable owners