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)
2
if(selectionProvider!=null)
Differences
Expression1
Expression2
Difference
type
selectionProvider
VARIABLE_NAME_MISMATCH
java.lang.Object
org.eclipse.jface.viewers.ISelectionProvider
VARIABLE_TYPE_MISMATCH
Preondition Violations
Type java.lang.Object of variable type does not match with type org.eclipse.jface.viewers.ISelectionProvider of variable selectionProvider
Make classes java.lang.Object and org.eclipse.jface.viewers.ISelectionProvider extend a common superclass
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
2
Type java.lang.Object of variable type does not match with type org.eclipse.jface.viewers.ISelectionProvider of variable selectionProvider