CloneSet710


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8520.976class_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1811
src/NHibernate.Test/Ado/BatcherFixture.cs
2811
src/NHibernate.Test/Cascade/RefreshFixture.cs
3812
src/NHibernate.Test/EntityModeTest/Multi/MultiRepresentationFixture.cs
4814
src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs
5838
src/NHibernate.Test/NHSpecificTest/NH645/HQLFunctionFixture.cs
Clone Instance
1
Line Count
8
Source Line
11
Source File
src/NHibernate.Test/Ado/BatcherFixture.cs

                protected override string MappingsAssembly
                {
                        get { return "NHibernate.Test";
                            }
                }

                protected override IList Mappings
                {
                        get { return new [] { "Ado.VerySimple.hbm.xml", "Ado.AlmostSimple.hbm.xml"
                                            } ;
                            }
                }



Clone Instance
2
Line Count
8
Source Line
11
Source File
src/NHibernate.Test/Cascade/RefreshFixture.cs

                protected override string MappingsAssembly
                {
                        get { return "NHibernate.Test";
                            }
                }

                protected override IList Mappings
                {
                        get { return new [] { "Cascade.Job.hbm.xml", "Cascade.JobBatch.hbm.xml"
                                            } ;
                            }
                }



Clone Instance
3
Line Count
8
Source Line
12
Source File
src/NHibernate.Test/EntityModeTest/Multi/MultiRepresentationFixture.cs

                protected override string MappingsAssembly
                {
                        get { return "NHibernate.Test";
                            }
                }

                protected override IList Mappings
                {
                        get { return new [] { "EntityModeTest.Multi.Stock.hbm.xml", "EntityModeTest.Multi.Valuation.hbm.xml"
                                            } ;
                            }
                }



Clone Instance
4
Line Count
8
Source Line
14
Source File
src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs

                protected override string MappingsAssembly
                {
                        get { return "NHibernate.Test";
                            }
                }

                protected override IList Mappings
                {
                        get { return new [] { "ExceptionsTest.User.hbm.xml", "ExceptionsTest.Group.hbm.xml"
                                            } ;
                            }
                }



Clone Instance
5
Line Count
8
Source Line
38
Source File
src/NHibernate.Test/NHSpecificTest/NH645/HQLFunctionFixture.cs

                protected override string MappingsAssembly
                {
                        get { return "NHibernate.Test";
                            }
                }

                protected override IList Mappings
                {
                        get { return new [] { "HQL.Animal.hbm.xml", "HQL.MaterialResource.hbm.xml"
                                            } ;
                            }
                }



Clone AbstractionParameter Count: 2Parameter Bindings

protected override string MappingsAssembly
{
   get
   {
      return "NHibernate.Test";
   }
}

protected override IList Mappings
{
   get
   {
      return new []
             {
                 [[#variable501ef020]], [[#variable501eefc0]]
             } ;
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#501ef020]]
"Ado.VerySimple.hbm.xml" 
12[[#501ef020]]
"Cascade.Job.hbm.xml" 
13[[#501ef020]]
"EntityModeTest.Multi.Stock.hbm.xml" 
14[[#501ef020]]
"ExceptionsTest.User.hbm.xml" 
15[[#501ef020]]
"HQL.Animal.hbm.xml" 
21[[#501eefc0]]
"Ado.AlmostSimple.hbm.xml" 
22[[#501eefc0]]
"Cascade.JobBatch.hbm.xml" 
23[[#501eefc0]]
"EntityModeTest.Multi.Valuation.hbm.xml" 
24[[#501eefc0]]
"ExceptionsTest.Group.hbm.xml" 
25[[#501eefc0]]
"HQL.MaterialResource.hbm.xml"