Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
19 | 2 | 4 | 0.960 | namespace_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 19 | 57 | src/NHibernate.Test/NHSpecificTest/NH1710/Fixture.cs |
2 | 18 | 75 | src/NHibernate.Test/NHSpecificTest/NH1710/Fixture.cs |
| ||||
[TestFixture] public class FixtureWithExplicitDefinedType : BaseFixture { protected override string GetResourceName() { return "Heuristic.hbm.xml"; } } [TestFixture] public class FixtureWithHeuristicDefinedType : BaseFixture { protected override string GetResourceName() { return "Defined.hbm.xml"; } } |
| ||||
[TestFixture] public class FixtureWithInLineDefinedType : BaseFixture { protected override string GetResourceName() { return "InLine.hbm.xml"; } } [TestFixture] public class FixtureWithColumnNode : BaseFixture { protected override string GetResourceName() { return "WithColumnNode.hbm.xml"; } } |
| |||
[TestFixture] public class [[#variable5787e820]]: BaseFixture { protected override string GetResourceName() { return [[#variable5787db60]]; } } [TestFixture] public class [[#variable5787dae0]]: BaseFixture { protected override string GetResourceName() { return [[#variable5787e700]]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5787e820]] | FixtureWithExplicitDefinedType |
1 | 2 | [[#5787e820]] | FixtureWithInLineDefinedType |
2 | 1 | [[#5787db60]] | "Heuristic.hbm.xml" |
2 | 2 | [[#5787db60]] | "InLine.hbm.xml" |
3 | 1 | [[#5787dae0]] | FixtureWithHeuristicDefinedType |
3 | 2 | [[#5787dae0]] | FixtureWithColumnNode |
4 | 1 | [[#5787e700]] | "Defined.hbm.xml" |
4 | 2 | [[#5787e700]] | "WithColumnNode.hbm.xml" |