more = MAYBE; this.expr = expr; this.input = input; this.index = index; this.eflags = eflags;
super(subIndex); this.token = token; this.min = min; this.max = max;
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/gnu/regexp/REMatchEnumeration.java File path: /jEdit-4.2/src/gnu/regexp/RETokenRepeated.java
Method name: void REMatchEnumeration(RE, CharIndexed, int, int) Method name: void RETokenRepeated(int, REToken, int, int)
Number of AST nodes: 5 Number of AST nodes: 4
1
more = MAYBE;
2
    this.expr = expr;
3
    this.input = input;
4
    
1
super(subIndex);
2
	this.token = token;
5
this.index = index;
3
	this.min = min
6
    this.eflags = eflags
4
;
7
;
5
	this.max = max;
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 comparisons14
  1. {Non-refactorable}
    Mapping Summary
    Number of mapped statements3
    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
    super(subIndex);
    1
    more = MAYBE;
    1
    more = MAYBE;
    Preondition Violations
    Unmatched statement more=MAYBE; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
                                
    2
    this.expr = expr;
    2
    this.expr = expr;
    2
    this.token = token;
    Differences
    Expression1Expression2Difference
    exprtokenVARIABLE_NAME_MISMATCH
    gnu.regexp.REgnu.regexp.RETokenSUBCLASS_TYPE_MISMATCH
    exprtokenVARIABLE_NAME_MISMATCH
    gnu.regexp.REgnu.regexp.RETokenSUBCLASS_TYPE_MISMATCH
    Preondition Violations
    Expression this.expr is a field being modified, and thus it cannot be parameterized
    Expression this.token is a field being modified, and thus it cannot be parameterized
    2
    this.token = token;
    3
    this.input = input;
    3
    this.input = input;
    Preondition Violations
    Unmatched statement this.input=input; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
                                            
    4
    this.index = index;
    4
    this.index = index;
    3
    this.min = min;
    Differences
    Expression1Expression2Difference
    indexminVARIABLE_NAME_MISMATCH
    indexminVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.index is a field being modified, and thus it cannot be parameterized
    Expression this.min is a field being modified, and thus it cannot be parameterized
    3
    this.min = min;
    5
    this.eflags = eflags;
    5
    this.eflags = eflags;
    4
    this.max = max;
    Differences
    Expression1Expression2Difference
    eflagsmaxVARIABLE_NAME_MISMATCH
    eflagsmaxVARIABLE_NAME_MISMATCH
    Preondition Violations
    Expression this.eflags is a field being modified, and thus it cannot be parameterized
    Expression this.max is a field being modified, and thus it cannot be parameterized
    4
    this.max = max;
    Precondition Violations (8)
    Row Violation
    1Unmatched statement more=MAYBE; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
    2Expression this.expr is a field being modified, and thus it cannot be parameterized
    3Expression this.token is a field being modified, and thus it cannot be parameterized
    4Unmatched statement this.input=input; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted
    5Expression this.index is a field being modified, and thus it cannot be parameterized
    6Expression this.min is a field being modified, and thus it cannot be parameterized
    7Expression this.eflags is a field being modified, and thus it cannot be parameterized
    8Expression this.max is a field being modified, and thus it cannot be parameterized