CloneSet1032


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14320.981compilation_unit
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1141
src/NHibernate.Test/NHSpecificTest/ElementsEnums/IntEnumsBagFixture.cs
2141
src/NHibernate.Test/NHSpecificTest/ElementsEnums/IntEnumsBagNoNameFixture.cs
3141
src/NHibernate.Test/NHSpecificTest/ElementsEnums/IntEnumsBagPartialNameFixture.cs
Clone Instance
1
Line Count
14
Source Line
1
Source File
src/NHibernate.Test/NHSpecificTest/ElementsEnums/IntEnumsBagFixture.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"
                                            } ;
                            }
                }

        }
}


Clone Instance
2
Line Count
14
Source Line
1
Source File
src/NHibernate.Test/NHSpecificTest/ElementsEnums/IntEnumsBagNoNameFixture.cs

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"
                                            } ;
                            }
                }

        }
}


Clone Instance
3
Line Count
14
Source Line
1
Source File
src/NHibernate.Test/NHSpecificTest/ElementsEnums/IntEnumsBagPartialNameFixture.cs

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"
                                            } ;
                            }
                }

        }
}


Clone AbstractionParameter Count: 2Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#69511300]]
IntEnumsBagFixture 
12[[#69511300]]
IntEnumsBagNoNameFixture 
13[[#69511300]]
IntEnumsBagPartialNameFixture 
21[[#69511280]]
"NHSpecificTest.ElementsEnums.SimpleWithEnums.hbm.xml" 
22[[#69511280]]
"NHSpecificTest.ElementsEnums.SimpleWithEnumsNoName.hbm.xml" 
23[[#69511280]]
"NHSpecificTest.ElementsEnums.SimpleWithEnumsPartialName.hbm.xml"