CloneSet108


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000statement_sequence[8]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
181529
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/objectweb/asm/CodeWriter.java
281552
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/objectweb/asm/CodeWriter.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
1529
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/objectweb/asm/CodeWriter.java

while (newCode.length % 4 != 0) {
  newCode.put1(0);
}
label = v + readInt(b, u);
u += 4;
newOffset = getNewOffset(allIndexes, allSizes, v, label);
newCode.put4(newOffset);
j = readInt(b, u);
u += 4;
newCode.put4(j);


First
Previous
Clone Instance
2
Line Count
8
Source Line
1552
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/objectweb/asm/CodeWriter.java

while (newCode.length % 4 != 0) {
  newCode.put1(0);
}
label = v + readInt(b, u);
u += 4;
newOffset = getNewOffset(allIndexes, allSizes, v, label);
newCode.put4(newOffset);
j = readInt(b, u);
u += 4;
newCode.put4(j);


Clone AbstractionParameter Count: 0Parameter Bindings

while (newCode.length % 4 != 0) {
  newCode.put1(0);
}
label = v + readInt(b, u);
u += 4;
newOffset = getNewOffset(allIndexes, allSizes, v, label);
newCode.put4(newOffset);
j = readInt(b, u);
u += 4;
newCode.put4(j);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None