CloneSet797


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

while (off < this.regexlen && (ch = this.regex.charAt(off++)) >= '0' && ch <= '9') {
  min = min * 10 + ch - '0';
  if (min < 0)
    throw ex("parser.quantifier.5", this.offset);
}


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

while (off < this.regexlen && (ch = this.regex.charAt(off++)) >= '0' && ch <= '9') {
  max = max * 10 + ch - '0';
  if (max < 0)
    throw ex("parser.quantifier.5", this.offset);
}


Clone AbstractionParameter Count: 1Parameter Bindings

while (off < this.regexlen && (ch = this.regex.charAt(off++)) >= '0' && ch <= '9') {
   [[#variable17427560]]= [[#variable17427560]] * 10 + ch - '0';
  if ( [[#variable17427560]] < 0)
    throw ex("parser.quantifier.5", this.offset);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17427560]]
min 
12[[#17427560]]
max