CloneSet1612


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

if (this.size() == 0)
  return 0;
int ret = this.getChild(0).getMinLength();


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

if (this.size() == 0)
  return 0;
int ret = this.getChild(0).getMaxLength();


Clone AbstractionParameter Count: 1Parameter Bindings

if (this.size() == 0)
  return 0;
int ret = this.getChild(0). [[#variable17609b20]]();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17609b20]]
getMinLength 
12[[#17609b20]]
getMaxLength