CloneSet927


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.985executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
134683
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java
234691
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
4683
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java

for (int i = this.nonMapIndex; i < this.ranges.length; i += 2) {
  if (this.ranges[i] <= ch && ch <= this.ranges[i + 1])
    return true;
}


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

for (int i = this.nonMapIndex; i < this.ranges.length; i += 2) {
  if (this.ranges[i] <= ch && ch <= this.ranges[i + 1])
    return false;
}


Clone AbstractionParameter Count: 1Parameter Bindings

for (int i = this.nonMapIndex; i < this.ranges.length; i += 2) {
  if (this.ranges[i] <= ch && ch <= this.ranges[i + 1])
    return [[#variable1747f9e0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1747f9e0]]
true 
12[[#1747f9e0]]
false