Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.959 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 350 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/tar/TarBuffer.java |
2 | 9 | 387 | 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++; |
| |||||
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( [[#variable131262a0]], [[#variable13126a40]], this.blockBuffer, (this.currRecIdx * this.recordSize), this.recordSize); this.currRecIdx++; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131262a0]] | record |
1 | 2 | [[#131262a0]] | buf |
2 | 1 | [[#13126a40]] | 0 |
2 | 2 | [[#13126a40]] | offset |