Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 3 | 2 | 0.981 | compilation_unit |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 1 | src/NHibernate.Test/NHSpecificTest/ElementsEnums/IntEnumsBagFixture.cs |
2 | 14 | 1 | src/NHibernate.Test/NHSpecificTest/ElementsEnums/IntEnumsBagNoNameFixture.cs |
3 | 14 | 1 | src/NHibernate.Test/NHSpecificTest/ElementsEnums/IntEnumsBagPartialNameFixture.cs |
| ||||
using System.Collections; using NUnit.Framework; namespace NHibernate.Test.NHSpecificTest.ElementsEnums { [TestFixture] public class IntEnumsBagFixture : AbstractIntEnumsBagFixture { protected override IList Mappings { get { return new [] { "NHSpecificTest.ElementsEnums.SimpleWithEnums.hbm.xml" } ; } } } } |
| ||||
using System.Collections; using NUnit.Framework; namespace NHibernate.Test.NHSpecificTest.ElementsEnums { [TestFixture] public class IntEnumsBagNoNameFixture : AbstractIntEnumsBagFixture { protected override IList Mappings { get { return new [] { "NHSpecificTest.ElementsEnums.SimpleWithEnumsNoName.hbm.xml" } ; } } } } |
| ||||
using System.Collections; using NUnit.Framework; namespace NHibernate.Test.NHSpecificTest.ElementsEnums { [TestFixture] public class IntEnumsBagPartialNameFixture : AbstractIntEnumsBagFixture { protected override IList Mappings { get { return new [] { "NHSpecificTest.ElementsEnums.SimpleWithEnumsPartialName.hbm.xml" } ; } } } } |
| |||
using System.Collections; using NUnit.Framework; namespace NHibernate.Test.NHSpecificTest.ElementsEnums { [TestFixture] public class [[#variable69511300]]: AbstractIntEnumsBagFixture { protected override IList Mappings { get { return new [] { [[#variable69511280]] } ; } } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#69511300]] | IntEnumsBagFixture |
1 | 2 | [[#69511300]] | IntEnumsBagNoNameFixture |
1 | 3 | [[#69511300]] | IntEnumsBagPartialNameFixture |
2 | 1 | [[#69511280]] | "NHSpecificTest.ElementsEnums.SimpleWithEnums.hbm.xml" |
2 | 2 | [[#69511280]] | "NHSpecificTest.ElementsEnums.SimpleWithEnumsNoName.hbm.xml" |
2 | 3 | [[#69511280]] | "NHSpecificTest.ElementsEnums.SimpleWithEnumsPartialName.hbm.xml" |