CloneSet883


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

case '\\':
  ret = T_BACKSOLIDUS;
  if (this.offset >= this.regexlen)
    throw ex("parser.next.1", this.offset - 1);
  this.chardata = this.regex.charAt(this.offset++);
  break;


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

case '\\':
  ret = T_BACKSOLIDUS;
  if (this.offset >= this.regexlen)
    throw ex("parser.next.1", this.offset - 1);
  this.chardata = this.regex.charAt(this.offset++);
  break;


Clone AbstractionParameter Count: 0Parameter Bindings

case '\\':
  ret = T_BACKSOLIDUS;
  if (this.offset >= this.regexlen)
    throw ex("parser.next.1", this.offset - 1);
  this.chardata = this.regex.charAt(this.offset++);
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None