CloneSet1173


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4310.990statement_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14669
src/NHibernate.Test/Legacy/MasterDetailTest.cs
24239
src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs
34425
src/NHibernate.Test/UtilityTest/SequencedHashMapFixture.cs
Clone Instance
1
Line Count
4
Source Line
669
Source File
src/NHibernate.Test/Legacy/MasterDetailTest.cs

                        MemoryStream stream = new MemoryStream();
                        BinaryFormatter f = new BinaryFormatter();
                        f.Serialize(stream, s);
                        stream.Position = 0;


Clone Instance
2
Line Count
4
Source Line
239
Source File
src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs

                        MemoryStream stream = new MemoryStream();
                        BinaryFormatter f = new BinaryFormatter();
                        f.Serialize(stream, lhm);
                        stream.Position = 0;


Clone Instance
3
Line Count
4
Source Line
425
Source File
src/NHibernate.Test/UtilityTest/SequencedHashMapFixture.cs

                        MemoryStream stream = new MemoryStream();
                        BinaryFormatter f = new BinaryFormatter();
                        f.Serialize(stream, _shm);
                        stream.Position = 0;


Clone AbstractionParameter Count: 1Parameter Bindings

MemoryStream stream = new MemoryStream();
BinaryFormatter f = new BinaryFormatter();
f.Serialize(stream, [[#variable284a1b40]]);
stream.Position = 0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#284a1b40]]
_shm 
12[[#284a1b40]]
s 
13[[#284a1b40]]
lhm