| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 9 | 2 | 1 | 0.994 | statement_list[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 9 | 304 | src/NHibernate.Test/Unionsubclass/UnionSubclassFixture.cs |
| 2 | 9 | 315 | src/NHibernate.Test/Unionsubclass/UnionSubclassFixture.cs |
| ||||
foreach (Being b in beings)
{
Assert.IsTrue(NHibernateUtil.IsInitialized(b.Location));
Assert.IsNotNull(b.Location.Name);
Assert.IsNotNull(b.Identity);
Assert.IsNotNull(b.Species);
}
Assert.AreEqual(2, beings.Count);
s.Clear();
|
| ||||
foreach (Being b in beings)
{
Assert.IsFalse(NHibernateUtil.IsInitialized(b.Location));
Assert.IsNotNull(b.Location.Name);
Assert.IsNotNull(b.Identity);
Assert.IsNotNull(b.Species);
}
Assert.AreEqual(2, beings.Count);
s.Clear();
|
| |||
foreach (Being b in beings)
{
Assert. [[#variable2d3e1fe0]](NHibernateUtil.IsInitialized(b.Location));
Assert.IsNotNull(b.Location.Name);
Assert.IsNotNull(b.Identity);
Assert.IsNotNull(b.Species);
}
Assert.AreEqual(2, beings.Count);
s.Clear();
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#2d3e1fe0]] | IsFalse |
| 1 | 2 | [[#2d3e1fe0]] | IsTrue |