CloneSet1480


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12330.963compilation_unit
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1121
src/NHibernate.Test/NHSpecificTest/NH1391/Cat.cs
2121
src/NHibernate.Test/NHSpecificTest/NH1391/Dog.cs
3121
src/NHibernate.Test/NHSpecificTest/NH1391/SivasKangal.cs
Clone Instance
1
Line Count
12
Source Line
1
Source File
src/NHibernate.Test/NHSpecificTest/NH1391/Cat.cs

using System;
using System.Collections.Generic;
using System.Text;

namespace NHibernate.Test.NHSpecificTest.NH1391
{
        public class Cat: Animal
        {
                public virtual string EyeColor
                {                                get ; set ;
                }

        }
}


Clone Instance
2
Line Count
12
Source Line
1
Source File
src/NHibernate.Test/NHSpecificTest/NH1391/Dog.cs

using System;
using System.Collections.Generic;
using System.Text;

namespace NHibernate.Test.NHSpecificTest.NH1391
{
        public class Dog: Animal
        {
                public virtual string Country
                {                               get ; set ;
                }

        }
}


Clone Instance
3
Line Count
12
Source Line
1
Source File
src/NHibernate.Test/NHSpecificTest/NH1391/SivasKangal.cs

using System;
using System.Collections.Generic;
using System.Text;

namespace NHibernate.Test.NHSpecificTest.NH1391
{
        public class SivasKangal: Dog
        {
                public virtual string HouseAddress
                {                                    get ; set ;
                }

        }
}


Clone AbstractionParameter Count: 3Parameter Bindings

using System;
using System.Collections.Generic;
using System.Text;
namespace NHibernate.Test.NHSpecificTest.NH1391
{
   public class [[#variable28b38120]]: [[#variable28b38040]]
   {
      public virtual string [[#variable28b392c0]]
      {
         get ;
         set ;
      }

   }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#28b38120]]
Cat 
12[[#28b38120]]
Dog 
13[[#28b38120]]
SivasKangal 
21[[#28b38040]]
Animal 
22[[#28b38040]]
Animal 
23[[#28b38040]]
Dog 
31[[#28b392c0]]
EyeColor 
32[[#28b392c0]]
Country 
33[[#28b392c0]]
HouseAddress