Unmatched statement EObject eObject=(EObject)object.eGet(eReference); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted
Type org.eclipse.emf.ecore.EValidator of variable result does not match with type org.eclipse.emf.ecore.EObject of variable eObject
Make classes org.eclipse.emf.ecore.EValidator and org.eclipse.emf.ecore.EObject extend a common superclass
13
if(eObject!=null)
4
returnresult;
4
returnresult;
Preondition Violations
Unmatched return result;
14
itemQueue.addLast(eObject);
Precondition Violations (3)
Row
Violation
1
Unmatched statement EObject eObject=(EObject)object.eGet(eReference); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted
2
Type org.eclipse.emf.ecore.EValidator of variable result does not match with type org.eclipse.emf.ecore.EObject of variable eObject