CloneSet1499


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13122
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java
23126
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
122
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java

index = ch % this.shiftTable.length;
if (diff < this.shiftTable[index])
  this.shiftTable[index] = diff;


First
Previous
Clone Instance
2
Line Count
3
Source Line
126
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java

index = ch % this.shiftTable.length;
if (diff < this.shiftTable[index])
  this.shiftTable[index] = diff;


Clone AbstractionParameter Count: 0Parameter Bindings

index = ch % this.shiftTable.length;
if (diff < this.shiftTable[index])
  this.shiftTable[index] = diff;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None