Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.992 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 257 | src/NHibernate/Driver/NDataReader.cs |
2 | 8 | 432 | src/NHibernate/Driver/NDataReader.cs |
| ||||
if (remainingLength < length) { length = (int) remainingLength; } Array.Copy(cachedByteArray, fieldOffset, buffer, bufferOffset, length); return length; |
| ||||
if (remainingLength < length) { length = (int) remainingLength; } Array.Copy(cachedCharArray, fieldOffset, buffer, bufferOffset, length); return length; |
| |||
if (remainingLength < length) { length = (int)remainingLength; } Array.Copy( [[#variable27fb7700]], fieldOffset, buffer, bufferOffset, length); return length; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27fb7700]] | cachedByteArray |
1 | 2 | [[#27fb7700]] | cachedCharArray |