Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | statement_list[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 83 | src/NHibernate.Test/EntityModeTest/Xml/Basic/XmlFixture.cs |
2 | 5 | 120 | src/NHibernate.Test/EntityModeTest/Xml/Basic/XmlFixture.cs |
| ||||
cust = (XmlElement) s.Get("Customer", "xyz123"); Print(cust); acct = (XmlElement) s.Get("Account", "abc123"); Print(acct); Assert.AreEqual(acct.SelectSingleNode("customer"), cust); |
| ||||
cust = (XmlElement) s.Get("Customer", "xyz123"); Print(cust); acct = (XmlElement) s.Get("Account", "abc123"); Print(acct); Assert.AreEqual(acct.SelectSingleNode("customer"), cust); |
| |||
cust = (XmlElement)s.Get("Customer", "xyz123"); Print(cust); acct = (XmlElement)s.Get("Account", "abc123"); Print(acct); Assert.AreEqual(acct.SelectSingleNode("customer"), cust); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |