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
4
if(type!=null)
4
if(type!=null)
3
if(store!=null)
Differences
Expression1
Expression2
Difference
type
store
VARIABLE_NAME_MISMATCH
3
if(store!=null)
4
returnstore;
Preondition Violations
Unmatched return store;
4
returnstore;
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