Unmatched statement EObject copyChild=copyHelper.getCopy((EObject)copyChildObject); 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 copyChild
Make classes org.eclipse.emf.ecore.EValidator and org.eclipse.emf.ecore.EObject extend a common superclass
8
if(copyChild!=null)
4
returnresult;
4
returnresult;
Preondition Violations
Unmatched return result;
9
copyChildren.add(copyChild);
Precondition Violations (3)
Row
Violation
1
Unmatched statement EObject copyChild=copyHelper.getCopy((EObject)copyChildObject); 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 copyChild