Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.977 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 366 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/StringSegment.java |
2 | 7 | 434 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/StringSegment.java |
| |||||
{ os.write(outputbytes, 0, length); count += length; if (count > flushThreshold) { os.flush(); count = 0; } } |
| |||||
{ os.write(outputchars, 0, length); count += length; if (count > flushThreshold) { os.flush(); count = 0; } } |
| |||
{ os.write( [[#variable175cfbe0]], 0, length); count += length; if (count > flushThreshold) { os.flush(); count = 0; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175cfbe0]] | outputbytes |
1 | 2 | [[#175cfbe0]] | outputchars |