| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 3 | 1 | 0.990 | statement_list[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 669 | src/NHibernate.Test/Legacy/MasterDetailTest.cs |
| 2 | 4 | 239 | src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs |
| 3 | 4 | 425 | src/NHibernate.Test/UtilityTest/SequencedHashMapFixture.cs |
| ||||
MemoryStream stream = new MemoryStream();
BinaryFormatter f = new BinaryFormatter();
f.Serialize(stream, s);
stream.Position = 0;
|
| ||||
MemoryStream stream = new MemoryStream();
BinaryFormatter f = new BinaryFormatter();
f.Serialize(stream, lhm);
stream.Position = 0;
|
| ||||
MemoryStream stream = new MemoryStream();
BinaryFormatter f = new BinaryFormatter();
f.Serialize(stream, _shm);
stream.Position = 0;
|
| |||
MemoryStream stream = new MemoryStream(); BinaryFormatter f = new BinaryFormatter(); f.Serialize(stream, [[#variable284a1b40]]); stream.Position = 0; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#284a1b40]] | _shm |
| 1 | 2 | [[#284a1b40]] | s |
| 1 | 3 | [[#284a1b40]] | lhm |