Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.950 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 112 | src/NHibernate.Test/CompositeId/ClassWithCompositeIdFixture.cs |
2 | 2 | 135 | src/NHibernate.Test/CompositeId/ClassWithCompositeIdFixture.cs |
| ||||
Assert.AreEqual(theClass.OneProperty, theClass2.OneProperty); Assert.AreEqual(theSecondClass.Id, theSecondClass2.Id); |
| ||||
// check the update properties Assert.AreEqual(theClass3.OneProperty, theClass2.OneProperty); Assert.AreEqual(theSecondClass3.OneProperty, theSecondClass2.OneProperty); |
| |||
// check the update properties Assert.AreEqual( [[#variable573fa960]].OneProperty, theClass2.OneProperty); Assert.AreEqual( [[#variable573fa040]]. [[#variable50f33460]], theSecondClass2. [[#variable50f33460]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#573fa960]] | theClass3 |
1 | 2 | [[#573fa960]] | theClass |
2 | 1 | [[#573fa040]] | theSecondClass3 |
2 | 2 | [[#573fa040]] | theSecondClass |
3 | 1 | [[#50f33460]] | OneProperty |
3 | 2 | [[#50f33460]] | Id |