_mergeColumns = mergeColumns; _referencedTable = referencedTable; _whereDataColumns = whereDataColumns; _isMergeData = isMergeData;
_querySep = querySep; _lineCommentBegin = lineCommentBegin; _removeMultiLineComment = removeMultiLineComment; setFactory();
Clone fragments detected by clone detection tool
File path: /sql12/test/external/net/sourceforge/squirrel_sql/fw/dialects/DialectExternalTest.java File path: /sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/QueryTokenizer.java
Method name: void MergeTableDialogHelper(Vector, String, Vector, boolean) Method name: void QueryTokenizer(String, String, boolean)
Number of AST nodes: 4 Number of AST nodes: 4
1
_mergeColumns = mergeColumns;
1
_
2
   		_referencedTable = referencedTable;
3
   		_whereDataColumns = whereDataColumns;
4
   		_isMergeData = isMergeData
2
querySep = querySep;
3
        _lineCommentBegin = lineCommentBegin;
4
        _removeMultiLineComment = removeMultiLineComment;
5
;
5
        setFactory();
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 comparisons11
  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 fragment2
    Time elapsed for statement mapping (ms)0.0
    Clone typeType 2
    Mapped Statements
    ID Statement ID Statement
    1
    _mergeColumns = mergeColumns;
    1
    _mergeColumns = mergeColumns;
    Preondition Violations
    Unmatched statement _mergeColumns=mergeColumns; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
                                                                
    2
    _referencedTable = referencedTable;
    2
    _referencedTable = referencedTable;
    1
    _querySep = querySep;
    Differences
    Expression1Expression2Difference
    _referencedTable_querySepVARIABLE_NAME_MISMATCH
    referencedTablequerySepVARIABLE_NAME_MISMATCH
    1
    _querySep = querySep;
                                                                                
    2
    _lineCommentBegin = lineCommentBegin;
    Preondition Violations
    Unmatched statement _lineCommentBegin=lineCommentBegin; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
    2
    _lineCommentBegin = lineCommentBegin;
    3
    _whereDataColumns = whereDataColumns;
    3
    _whereDataColumns = whereDataColumns;
    Preondition Violations
    Unmatched statement _whereDataColumns=whereDataColumns; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
                                                                                
    4
    _isMergeData = isMergeData;
    4
    _isMergeData = isMergeData;
    3
    _removeMultiLineComment = removeMultiLineComment;
    Differences
    Expression1Expression2Difference
    _isMergeData_removeMultiLineCommentVARIABLE_NAME_MISMATCH
    isMergeDataremoveMultiLineCommentVARIABLE_NAME_MISMATCH
    3
    _removeMultiLineComment = removeMultiLineComment;
                                    
    4
    setFactory();
    Preondition Violations
    Unmatched statement setFactory(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
    4
    setFactory();
    Precondition Violations (5)
    Row Violation
    1Unmatched statement _mergeColumns=mergeColumns; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
    2Unmatched statement _lineCommentBegin=lineCommentBegin; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
    3Unmatched statement _whereDataColumns=whereDataColumns; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
    4Unmatched statement setFactory(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
    5The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.fw.dialects.DialectExternalTest.MergeTableDialogHelper and net.sourceforge.squirrel_sql.fw.sql.QueryTokenizer do not have a common superclass