Unmatched statement EPackage ePackage=getReferredEPackage(genPackage); 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.EPackage of variable ePackage
Make classes org.eclipse.emf.ecore.EValidator and org.eclipse.emf.ecore.EPackage extend a common superclass
4
if(ePackage!=null)
4
returnresult;
4
returnresult;
Preondition Violations
Unmatched return result;
5
genPackages.add(genPackage);
Precondition Violations (3)
Row
Violation
1
Unmatched statement EPackage ePackage=getReferredEPackage(genPackage); 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.EPackage of variable ePackage