_parentFrame = parent; _row = row; _col = col; _table = table;
selectListStart = start; selectListEnd = NO_LIMIT; setEndPosition(selectListEnd);
Clone fragments detected by clone detection tool
File path: /sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/CellDataPopup.java File path: /sql12/app/src/net/sourceforge/squirrel_sql/client/session/parser/kernel/completions/SQLSelectStatement.java
Method name: void setUserActionInfo(JDialog, int, int, JTable) Method name: void setSelectListStart(int)
Number of AST nodes: 4 Number of AST nodes: 3
1
_parentFrame = parent;
2
		 	_row = row;
3
		 	_col = col;
4
		 	_table = table
1
selectListStart = start;
2
        selectListEnd = NO_LIMIT;
5
;
3
        setEndPosition(selectListEnd);
Summary
Number of common nesting structure subtrees1
Number of refactorable cases0
Number of non-refactorable cases1
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones locationClones are in different classes
Number of node comparisons9
  1. {Non-refactorable}
    Mapping Summary
    Number of mapped statements2
    Number of unmapped statements in the first code fragment2
    Number of unmapped statements in the second code fragment1
    Time elapsed for statement mapping (ms)0.0
    Clone typeType 3
    Mapped Statements
    ID Statement ID Statement
    1
    _parentFrame = parent;
    1
    _parentFrame = parent;
    Preondition Violations
    Unmatched statement _parentFrame=parent; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
                                                  
    2
    _row = row;
    2
    _row = row;
    1
    selectListStart = start;
    Differences
    Expression1Expression2Difference
    _rowselectListStartVARIABLE_NAME_MISMATCH
    rowstartVARIABLE_NAME_MISMATCH
    1
    selectListStart = start;
    3
    _col = col;
    3
    _col = col;
    2
    selectListEnd = NO_LIMIT;
    Differences
    Expression1Expression2Difference
    _colselectListEndVARIABLE_NAME_MISMATCH
    colNO_LIMITVARIABLE_NAME_MISMATCH
    2
    selectListEnd = NO_LIMIT;
                                                                      
    3
    setEndPosition(selectListEnd);
    Preondition Violations
    Unmatched statement setEndPosition(selectListEnd); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
    3
    setEndPosition(selectListEnd);
    4
    _table = table;
    4
    _table = table;
    Preondition Violations
    Unmatched statement _table=table; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
                                    
    Precondition Violations (4)
    Row Violation
    1Unmatched statement _parentFrame=parent; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
    2Unmatched statement setEndPosition(selectListEnd); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
    3Unmatched statement _table=table; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
    4The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.fw.datasetviewer.CellDataPopup.ColumnDataPopupPanel and net.sourceforge.squirrel_sql.client.session.parser.kernel.completions.SQLSelectStatement do not have a common superclass