CloneSet2303


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.988class_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1810
src/NHibernate.Test/ProjectionFixtures/Fixture.cs
2810
src/NHibernate.Test/PropertyRef/KeyPropertyRefFixture.cs
Clone Instance
1
Line Count
8
Source Line
10
Source File
src/NHibernate.Test/ProjectionFixtures/Fixture.cs

        protected override System.Collections.IList Mappings
        {
            get { return new string[] { "ProjectionFixtures.Mapping.hbm.xml"
                                      } ;
                }
        }

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



Clone Instance
2
Line Count
8
Source Line
10
Source File
src/NHibernate.Test/PropertyRef/KeyPropertyRefFixture.cs

                protected override System.Collections.IList Mappings
                {
                        get { return new string[] { "PropertyRef.KeyPropertyRef.hbm.xml"
                                                  } ;
                            }
                }

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



Clone AbstractionParameter Count: 1Parameter Bindings

protected override System.Collections.IList Mappings
{
   get
   {
      return new string[]
             {
                 [[#variable6e68a2c0]]
             } ;
   }
}

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

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6e68a2c0]]
"PropertyRef.KeyPropertyRef.hbm.xml" 
12[[#6e68a2c0]]
"ProjectionFixtures.Mapping.hbm.xml"