CloneSet1444


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
142635
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/URI.java
242659
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/URI.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
2635
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/URI.java

int len = segments.length;
if (len == 0)
  return this ;
String lastSegment = segments[len - 1];


First
Previous
Clone Instance
2
Line Count
4
Source Line
2659
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/URI.java

int len = segments.length;
if (len == 0)
  return this ;
String lastSegment = segments[len - 1];


Clone AbstractionParameter Count: 0Parameter Bindings

int len = segments.length;
if (len == 0)
  return this ;
String lastSegment = segments[len - 1];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None