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 | 95 | src/NHibernate.Test/TypesTest/TypeSqlTypeFixture.cs |
2 | 20 | 113 | src/NHibernate.Test/TypesTest/TypeSqlTypeFixture.cs |
| ||||
[TestFixture] public class FixtureWithExplicitDefinedType : TypeSqlTypeFixture { protected override string GetResourceName() { return "MultiTypeEntity_Defined.hbm.xml"; } } [TestFixture] public class FixtureWithHeuristicDefinedType : TypeSqlTypeFixture { protected override string GetResourceName() { return "MultiTypeEntity_Heuristic.hbm.xml"; } } |
| ||||
[TestFixture] public class FixtureWithInLineDefinedType : TypeSqlTypeFixture { protected override string GetResourceName() { return "MultiTypeEntity_InLine.hbm.xml"; } } [TestFixture] public class FixtureWithColumnNode : TypeSqlTypeFixture { protected override string GetResourceName() { return "MultiTypeEntity_WithColumnNode.hbm.xml"; } } |
| |||
[TestFixture] public class [[#variable2d83a960]]: TypeSqlTypeFixture { protected override string GetResourceName() { return [[#variable2d9e8dc0]]; } } [TestFixture] public class [[#variable673eac00]]: TypeSqlTypeFixture { protected override string GetResourceName() { return [[#variable5787d140]]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2d83a960]] | FixtureWithExplicitDefinedType |
1 | 2 | [[#2d83a960]] | FixtureWithInLineDefinedType |
2 | 1 | [[#2d9e8dc0]] | "MultiTypeEntity_Defined.hbm.xml" |
2 | 2 | [[#2d9e8dc0]] | "MultiTypeEntity_InLine.hbm.xml" |
3 | 1 | [[#673eac00]] | FixtureWithHeuristicDefinedType |
3 | 2 | [[#673eac00]] | FixtureWithColumnNode |
4 | 1 | [[#5787d140]] | "MultiTypeEntity_Heuristic.hbm.xml" |
4 | 2 | [[#5787d140]] | "MultiTypeEntity_WithColumnNode.hbm.xml" |