CloneSet2255


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8240.952class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1815
src/NHibernate.Test/CompositeId/CompositeIdFixture.cs
21019
src/NHibernate.Test/NHSpecificTest/MapFixture.cs
Clone Instance
1
Line Count
8
Source Line
15
Source File
src/NHibernate.Test/CompositeId/CompositeIdFixture.cs

                protected override IList Mappings
                {
                        get
                        {
                                return new string[]
                                        {
                                                "CompositeId.Customer.hbm.xml", "CompositeId.Order.hbm.xml", "CompositeId.LineItem.hbm.xml",
                                                "CompositeId.Product.hbm.xml"
                                        } ;
                        }
                }



Clone Instance
2
Line Count
10
Source Line
19
Source File
src/NHibernate.Test/NHSpecificTest/MapFixture.cs

                protected override IList Mappings
                {
                        get
                        {
                                return new string[]
                                        {
                                                "NHSpecific.Parent.hbm.xml",
                                                "NHSpecific.Child.hbm.xml",
                                                "NHSpecific.SexType.hbm.xml",
                                                "NHSpecific.Team.hbm.xml"
                                        } ;
                        }
                }



Clone AbstractionParameter Count: 4Parameter Bindings

protected override IList Mappings
{
   get
   {
      return new string[]
             {
                 [[#variable6e70fbc0]], [[#variable6e70fa80]], [[#variable6e70fac0]], [[#variable6e70fa60]]
             } ;
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6e70fbc0]]
"CompositeId.Customer.hbm.xml" 
12[[#6e70fbc0]]
"NHSpecific.Parent.hbm.xml" 
21[[#6e70fa80]]
"CompositeId.Order.hbm.xml" 
22[[#6e70fa80]]
"NHSpecific.Child.hbm.xml" 
31[[#6e70fac0]]
"CompositeId.LineItem.hbm.xml" 
32[[#6e70fac0]]
"NHSpecific.SexType.hbm.xml" 
41[[#6e70fa60]]
"CompositeId.Product.hbm.xml" 
42[[#6e70fa60]]
"NHSpecific.Team.hbm.xml"