isInComment = false; isABracket = false; isASlash = false;
_pressed = false; _dragged = false; return;
Clone fragments detected by clone detection tool
File path: /sql12/plugins/i18n/src/net/sourceforge/squirrel_sql/plugins/i18n/DevelopersController.java File path: /sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/ButtonTableHeader.java
Method name: String getProp(String, int[]) Method name: void mouseReleased(MouseEvent)
Number of AST nodes: 3 Number of AST nodes: 3
1
isInComment = false;
2
				isABracket = false;
3
				isASlash = false
1
_pressed = false;
2
            _dragged = false;
4
;
3
            return;
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 statements1
    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
    15
    isInComment = false;
    15
    isInComment = false;
    4
    _pressed = false;
    Differences
    Expression1Expression2Difference
    isInComment_pressedVARIABLE_NAME_MISMATCH
    4
    _pressed = false;
                                        
    5
    _dragged = false;
    Preondition Violations
    Unmatched statement _dragged=false; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
    5
    _dragged = false;
                        
    6
    return;
    Preondition Violations
    Unmatched return;
    6
    return;
    16
    isABracket = false;
                                              
    17
    isASlash = false;
                                          
    Precondition Violations (3)
    Row Violation
    1Unmatched statement _dragged=false; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
    2Unmatched return;
    3Clone fragment #1 returns variables isInComment , while Clone fragment #2 returns variables