CloneSet511


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

while (this.offset < this.regexlen) {
  ch = this.regex.charAt(this.offset);
  int v = REUtil.getOptionValue(ch);
  if (v == 0)
    break; // '-' or ':'?
  add |= v;
  this.offset++;
}
if (this.offset >= this.regexlen)
  throw ex("parser.factor.2", this.offset - 1);


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

while (this.offset < this.regexlen) {
  ch = this.regex.charAt(this.offset);
  int v = REUtil.getOptionValue(ch);
  if (v == 0)
    break; // ':'?
  mask |= v;
  this.offset++;
}
if (this.offset >= this.regexlen)
  throw ex("parser.factor.2", this.offset - 1);


Clone AbstractionParameter Count: 1Parameter Bindings

while (this.offset < this.regexlen) {
  ch = this.regex.charAt(this.offset);
  int v = REUtil.getOptionValue(ch);
  if (v == 0)
    break; // '-' or ':'? // ':'?
   [[#variable1730d780]]|= v;
  this.offset++;
}
if (this.offset >= this.regexlen)
  throw ex("parser.factor.2", this.offset - 1);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1730d780]]
add 
12[[#1730d780]]
mask