CloneSet2340


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.950statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13112
src/NHibernate.Test/CompositeId/ClassWithCompositeIdFixture.cs
22135
src/NHibernate.Test/CompositeId/ClassWithCompositeIdFixture.cs
Clone Instance
1
Line Count
3
Source Line
112
Source File
src/NHibernate.Test/CompositeId/ClassWithCompositeIdFixture.cs

                        Assert.AreEqual(theClass.OneProperty, theClass2.OneProperty);

                        Assert.AreEqual(theSecondClass.Id, theSecondClass2.Id);


Clone Instance
2
Line Count
2
Source Line
135
Source File
src/NHibernate.Test/CompositeId/ClassWithCompositeIdFixture.cs

                        // check the update properties
                        Assert.AreEqual(theClass3.OneProperty, theClass2.OneProperty);
                        Assert.AreEqual(theSecondClass3.OneProperty, theSecondClass2.OneProperty);


Clone AbstractionParameter Count: 3Parameter Bindings

// check the update properties
Assert.AreEqual( [[#variable573fa960]].OneProperty, theClass2.OneProperty);
Assert.AreEqual( [[#variable573fa040]]. [[#variable50f33460]], theSecondClass2. [[#variable50f33460]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#573fa960]]
theClass3 
12[[#573fa960]]
theClass 
21[[#573fa040]]
theSecondClass3 
22[[#573fa040]]
theSecondClass 
31[[#50f33460]]
OneProperty 
32[[#50f33460]]
Id