Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 3 | 0.959 | namespace_body |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 6 | src/NHibernate.Test/NHSpecificTest/NH295/JoinedSubclassFixture.cs |
2 | 10 | 6 | src/NHibernate.Test/Unconstrained/UnconstrainedTest.cs |
| ||||
{ /// <summary> /// Runs the same tests as <see cref="SubclassFixture" />, but uses joined-subclass /// mapping instead of subclass. /// </summary> [TestFixture] public class JoinedSubclassFixture : SubclassFixture { protected override IList Mappings { get { return new string[] { "NHSpecificTest.NH295.JoinedSubclass.hbm.xml" } ; } } } } |
| ||||
{ [TestFixture] public class UnconstrainedTest : UnconstrainedNoLazyTest { protected override IList Mappings { get { return new string[] { "Unconstrained.Person.hbm.xml" } ; } } } } |
| |||
{ /// <summary> /// Runs the same tests as <see cref="SubclassFixture" />, but uses joined-subclass /// mapping instead of subclass. /// </summary> [TestFixture] public class [[#variable6dac74e0]]: [[#variable6dac7440]] { protected override IList Mappings { get { return new string[] { [[#variable6dac73e0]] } ; } } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6dac74e0]] | JoinedSubclassFixture |
1 | 2 | [[#6dac74e0]] | UnconstrainedTest |
2 | 1 | [[#6dac7440]] | SubclassFixture |
2 | 2 | [[#6dac7440]] | UnconstrainedNoLazyTest |
3 | 1 | [[#6dac73e0]] | "NHSpecificTest.NH295.JoinedSubclass.hbm.xml" |
3 | 2 | [[#6dac73e0]] | "Unconstrained.Person.hbm.xml" |