| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 19 | 2 | 1 | 0.972 | compilation_unit |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 19 | 1 | src/NHibernate.Test/NHSpecificTest/NH1579/Apple.cs |
| 2 | 19 | 1 | src/NHibernate.Test/NHSpecificTest/NH1579/Orange.cs |
| ||||
using System;
using System.Collections.Generic;
using System.Text;
namespace NHibernate.Test.NHSpecificTest.NH1579
{
public class Apple : Fruit
{
public Apple(Entity container)
: base(container)
{
}
protected Apple()
{
}
}
}
|
| ||||
using System;
using System.Collections.Generic;
using System.Text;
namespace NHibernate.Test.NHSpecificTest.NH1579
{
public class Orange : Fruit
{
public Orange(Entity container)
: base(container)
{
}
protected Orange()
{
}
}
}
|
| |||
using System;
using System.Collections.Generic;
using System.Text;
namespace NHibernate.Test.NHSpecificTest.NH1579
{
public class [[#variable28b409e0]]: Fruit
{
public [[#variable28b409e0]](Entity container): base(container)
{
}
protected [[#variable28b409e0]]()
{
}
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#28b409e0]] | Apple |
| 1 | 2 | [[#28b409e0]] | Orange |