CloneSet1503


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

for (int j = 0; j < receivedBytes; ++j) {
  result.append((char) bytes[j]);
}
receivedBytes = 0;


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

for (int j = 0; j < receivedBytes; ++j) {
  result.append((char) bytes[j]);
}
receivedBytes = 0;


Clone AbstractionParameter Count: 0Parameter Bindings

for (int j = 0; j < receivedBytes; ++j) {
  result.append((char) bytes[j]);
}
receivedBytes = 0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None