Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 2 | 0.959 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 345 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/installer/TarBuffer.java |
2 | 11 | 389 | 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++; |
| |||||
if (this.currRecIdx >= this.recsPerBlock) { this.writeBlock(); } System.arraycopy(buf, offset, this.blockBuffer, (this.currRecIdx * this.recordSize), this.recordSize); this.currRecIdx++; |
| |||
if (this.currRecIdx >= this.recsPerBlock) { this.writeBlock(); } System.arraycopy( [[#variableaed9860]], [[#variableaed8fa0]], this.blockBuffer, (this.currRecIdx * this.recordSize), this.recordSize); this.currRecIdx++; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#aed9860]] | record |
1 | 2 | [[#aed9860]] | buf |
2 | 1 | [[#aed8fa0]] | 0 |
2 | 2 | [[#aed8fa0]] | offset |