CloneSet1204


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16210.983class_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11618
src/NHibernate.Test/NHSpecificTest/BugTestCase.cs
216119
src/NHibernate.Test/NHSpecificTest/NH1274ExportExclude/NH1274ExportExcludeFixture.cs
Clone Instance
1
Line Count
16
Source Line
18
Source File
src/NHibernate.Test/NHSpecificTest/BugTestCase.cs

                public virtual string BugNumber
                {
                        get
                        {
                                string ns = GetType().Namespace;
                                return ns.Substring(ns.LastIndexOf('.') + 1);
                        }
                }

                protected override IList Mappings
                {
                        get
                        {
                                return new string[]
                                        {
                                                "NHSpecificTest." + BugNumber + ".Mappings.hbm.xml"
                                        } ;
                        }
                }



Clone Instance
2
Line Count
16
Source Line
119
Source File
src/NHibernate.Test/NHSpecificTest/NH1274ExportExclude/NH1274ExportExcludeFixture.cs

                public virtual string BugNumber
                {
                        get
                        {
                                string ns = GetType().Namespace;
                                return ns.Substring(ns.LastIndexOf('.') + 1);
                        }
                }

                protected IList Mappings
                {
                        get
                        {
                                return new string[]
                                        {
                                                "NHSpecificTest." + BugNumber + ".Mappings.hbm.xml"
                                        } ;
                        }
                }



Clone AbstractionParameter Count: 1Parameter Bindings

public virtual string BugNumber
{
   get
   {
      string ns = GetType().Namespace;
      return ns.Substring(ns.LastIndexOf('.') + 1);
   }
}

 [[#variable288a8aa0]]IList Mappings
{
   get
   {
      return new string[]
             {
                "NHSpecificTest." + BugNumber + ".Mappings.hbm.xml"
             } ;
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#288a8aa0]]
protected 
12[[#288a8aa0]]
protected override