CloneSet904


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9530.958class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1923
src/NHibernate.Test/Criteria/CriteriaQueryTest.cs
2917
src/NHibernate.Test/Criteria/ProjectionsTest.cs
3315
src/NHibernate.Test/IdTest/MultipleHiLoPerTableGeneratorTest.cs
41118
src/NHibernate.Test/JoinedSubclass/JoinedSubclassExtendsFixture.cs
5321
src/NHibernate.Test/Legacy/SQLFunctionsTest.cs
Clone Instance
1
Line Count
9
Source Line
23
Source File
src/NHibernate.Test/Criteria/CriteriaQueryTest.cs

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



Clone Instance
2
Line Count
9
Source Line
17
Source File
src/NHibernate.Test/Criteria/ProjectionsTest.cs

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



Clone Instance
3
Line Count
3
Source Line
15
Source File
src/NHibernate.Test/IdTest/MultipleHiLoPerTableGeneratorTest.cs

                protected override IList Mappings
                {
                        get { return new string[] { "IdTest.Car.hbm.xml", "IdTest.Plane.hbm.xml", "IdTest.Radio.hbm.xml"
                                                  } ;
                            }
                }



Clone Instance
4
Line Count
11
Source Line
18
Source File
src/NHibernate.Test/JoinedSubclass/JoinedSubclassExtendsFixture.cs

                protected override IList Mappings
                {
                        get
                        {
                                // order is important!  The base classes must be configured before
                                // the subclasses.
                                return new string[]
                                        {
                                                "JoinedSubclass.JoinedSubclass.Person.hbm.xml",
                                                "JoinedSubclass.JoinedSubclass.Employee.hbm.xml",
                                                "JoinedSubclass.JoinedSubclass.Customer.hbm.xml"
                                        } ;
                        }
                }



Clone Instance
5
Line Count
3
Source Line
21
Source File
src/NHibernate.Test/Legacy/SQLFunctionsTest.cs

                protected override IList Mappings
                {
                        get { return new string[] { "Simple.hbm.xml", "Blobber.hbm.xml", "Broken.hbm.xml"
                                                  } ;
                            }
                }



Clone AbstractionParameter Count: 3Parameter Bindings

protected override IList Mappings
{
   get
   {
      // order is important!  The base classes must be configured before
      // the subclasses.
      return new string[]
             {
                 [[#variable563aeb80]], [[#variable563afc60]], [[#variable563afc20]]
             } ;
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#563aeb80]]
"Criteria.Enrolment.hbm.xml" 
12[[#563aeb80]]
"IdTest.Car.hbm.xml" 
13[[#563aeb80]]
"JoinedSubclass.JoinedSubclass.Person.hbm.xml" 
14[[#563aeb80]]
"Simple.hbm.xml" 
15[[#563aeb80]]
"Criteria.Enrolment.hbm.xml" 
21[[#563afc60]]
"Criteria.Animal.hbm.xml" 
22[[#563afc60]]
"IdTest.Plane.hbm.xml" 
23[[#563afc60]]
"JoinedSubclass.JoinedSubclass.Employee.hbm.xml" 
24[[#563afc60]]
"Blobber.hbm.xml" 
25[[#563afc60]]
"Criteria.Animal.hbm.xml" 
31[[#563afc20]]
"Criteria.MaterialResource.hbm.xml" 
32[[#563afc20]]
"IdTest.Radio.hbm.xml" 
33[[#563afc20]]
"JoinedSubclass.JoinedSubclass.Customer.hbm.xml" 
34[[#563afc20]]
"Broken.hbm.xml" 
35[[#563afc20]]
"Criteria.MaterialResource.hbm.xml"