CloneSet1041


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13680
src/NHibernate.Test/Legacy/FumTest.cs
23703
src/NHibernate.Test/Legacy/FumTest.cs
Clone Instance
1
Line Count
3
Source Line
680
Source File
src/NHibernate.Test/Legacy/FumTest.cs

                                Simple simple = (Simple) s.Get( typeof(Simple), 10L);
                                Assert.AreEqual(check.Name, simple.Name, "Not same parent instances");
                                Assert.AreEqual(check.Other.Name, other.Name, "Not same child instances");


Clone Instance
2
Line Count
3
Source Line
703
Source File
src/NHibernate.Test/Legacy/FumTest.cs

                                Simple simple = (Simple) s.Get( typeof(Simple), 10L);
                                Assert.AreEqual(check.Name, simple.Name, "Not same parent instances");
                                Assert.AreEqual(check.Other.Name, other.Name, "Not same child instances");


Clone AbstractionParameter Count: 0Parameter Bindings

Simple simple = (Simple)s.Get( typeof(Simple), 10L);
Assert.AreEqual(check.Name, simple.Name, "Not same parent instances");
Assert.AreEqual(check.Other.Name, other.Name, "Not same child instances");
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None