Unmatched statement Object type=domain.getTypeClassifier(object); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted
3
Objecttype = domain.getTypeClassifier(object);
3
if(result!=null)
3
if(result!=null)
4
if(type!=null)
Differences
Expression1
Expression2
Difference
result
type
VARIABLE_NAME_MISMATCH
4
if(type!=null)
4
returnresult;
4
returnresult;
Preondition Violations
Unmatched return result;
5
types.add(type);
Precondition Violations (2)
Row
Violation
1
Unmatched statement Object type=domain.getTypeClassifier(object); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted