CloneSet200


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11220.959statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111345
E:/TSE/Projects-CloneDR/jEdit-4.2/src/installer/TarBuffer.java
211389
E:/TSE/Projects-CloneDR/jEdit-4.2/src/installer/TarBuffer.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
345
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/installer/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
11
Source Line
389
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/installer/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( [[#variableaed9860]],  [[#variableaed8fa0]], this.blockBuffer, (this.currRecIdx * this.recordSize), this.recordSize);
this.currRecIdx++;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#aed9860]]
record 
12[[#aed9860]]
buf 
21[[#aed8fa0]]
0 
22[[#aed8fa0]]
offset