Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.976 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 46 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/io/SteerableInputStream.java |
2 | 4 | 51 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/io/SteerableInputStream.java |
| |||||
int read = super.read(b, off, correctedLen); lengthLeft -= read; position += read; return read; |
| |||||
int read = super.read(b, off, len); lengthLeft -= read; position += read; return read; |
| |||
int read = super.read(b, off, [[#variable131ea040]]); lengthLeft -= read; position += read; return read; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131ea040]] | correctedLen |
1 | 2 | [[#131ea040]] | len |