| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 12 | 3 | 3 | 0.963 | compilation_unit |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 12 | 1 | src/NHibernate.Test/NHSpecificTest/NH1391/Cat.cs |
| 2 | 12 | 1 | src/NHibernate.Test/NHSpecificTest/NH1391/Dog.cs |
| 3 | 12 | 1 | src/NHibernate.Test/NHSpecificTest/NH1391/SivasKangal.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 ;
}
}
}
|
| ||||
using System;
using System.Collections.Generic;
using System.Text;
namespace NHibernate.Test.NHSpecificTest.NH1391
{
public class Dog: Animal
{
public virtual string Country
{ get ; set ;
}
}
}
|
| ||||
using System;
using System.Collections.Generic;
using System.Text;
namespace NHibernate.Test.NHSpecificTest.NH1391
{
public class SivasKangal: Dog
{
public virtual string HouseAddress
{ get ; set ;
}
}
}
|
| |||
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 Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#28b38120]] | Cat |
| 1 | 2 | [[#28b38120]] | Dog |
| 1 | 3 | [[#28b38120]] | SivasKangal |
| 2 | 1 | [[#28b38040]] | Animal |
| 2 | 2 | [[#28b38040]] | Animal |
| 2 | 3 | [[#28b38040]] | Dog |
| 3 | 1 | [[#28b392c0]] | EyeColor |
| 3 | 2 | [[#28b392c0]] | Country |
| 3 | 3 | [[#28b392c0]] | HouseAddress |