CloneSet453


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9220.959statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19350
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/tar/TarBuffer.java
29387
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/tar/TarBuffer.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
350
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/tar/TarBuffer.java

if (this.currRecIdx >= this.recsPerBlock) {
  this.writeBlock();
}
System.arraycopy(record, 0, this.blockBuffer, (this.currRecIdx * this.recordSize), this.recordSize);
this.currRecIdx++;


First
Previous
Clone Instance
2
Line Count
9
Source Line
387
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/tar/TarBuffer.java

if (this.currRecIdx >= this.recsPerBlock) {
  this.writeBlock();
}
System.arraycopy(buf, offset, this.blockBuffer, (this.currRecIdx * this.recordSize), this.recordSize);
this.currRecIdx++;


Clone AbstractionParameter Count: 2Parameter Bindings

if (this.currRecIdx >= this.recsPerBlock) {
  this.writeBlock();
}
System.arraycopy( [[#variable131262a0]],  [[#variable13126a40]], this.blockBuffer, (this.currRecIdx * this.recordSize), this.recordSize);
this.currRecIdx++;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#131262a0]]
record 
12[[#131262a0]]
buf 
21[[#13126a40]]
0 
22[[#13126a40]]
offset