Unmatched statement D descriptor=createFromContribution(configurationElements[i]); 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 D of variable descriptor
Make classes org.eclipse.emf.ecore.EValidator and D extend a common superclass
6
if(descriptor!=null)
4
returnresult;
4
returnresult;
Preondition Violations
Unmatched return result;
7
descriptors.add(descriptor);
Precondition Violations (3)
Row
Violation
1
Unmatched statement D descriptor=createFromContribution(configurationElements[i]); 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 D of variable descriptor