Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.975 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 210 | src/NHibernate.Test/Unionsubclass/UnionSubclassFixture.cs |
2 | 2 | 215 | src/NHibernate.Test/Unionsubclass/UnionSubclassFixture.cs |
3 | 2 | 243 | src/NHibernate.Test/Unionsubclass/UnionSubclassFixture.cs |
4 | 2 | 254 | src/NHibernate.Test/Unionsubclass/UnionSubclassFixture.cs |
| ||||
Assert.IsTrue(NHibernateUtil.IsInitialized(thing.Owner)); Assert.AreEqual("gavin", thing.Owner.Identity); |
| ||||
Assert.IsFalse(NHibernateUtil.IsInitialized(thing.Owner)); Assert.AreEqual("gavin", thing.Owner.Identity); |
| ||||
Assert.IsFalse(NHibernateUtil.IsInitialized(thing.Owner)); Assert.AreEqual("gavin", thing.Owner.Identity); |
| ||||
Assert.IsFalse(NHibernateUtil.IsInitialized(thing.Owner)); Assert.AreEqual("x23y4$$hu%3", thing.Owner.Identity); |
| |||
Assert. [[#variable5740dc80]](NHibernateUtil.IsInitialized(thing.Owner)); Assert.AreEqual( [[#variable5740db40]], thing.Owner.Identity); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5740dc80]] | IsFalse |
1 | 2 | [[#5740dc80]] | IsTrue |
1 | 3 | [[#5740dc80]] | IsFalse |
1 | 4 | [[#5740dc80]] | IsFalse |
2 | 1 | [[#5740db40]] | "gavin" |
2 | 2 | [[#5740db40]] | "gavin" |
2 | 3 | [[#5740db40]] | "x23y4$$hu%3" |
2 | 4 | [[#5740db40]] | "gavin" |