| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 5 | 1 | 0.991 | class_member_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 18 | src/NHibernate.Test/NHSpecificTest/NH1359/Person.cs |
| 2 | 6 | 18 | src/NHibernate.Test/NHSpecificTest/NH1393/Person.cs |
| 3 | 6 | 18 | src/NHibernate.Test/NHSpecificTest/NH1394/Person.cs |
| 4 | 6 | 18 | src/NHibernate.Test/NHSpecificTest/NH1502/Person.cs |
| 5 | 6 | 22 | src/NHibernate.Test/NHSpecificTest/NH1533/Person.cs |
| ||||
public Person(string name, int iq, int shoeSize)
{
this.name = name;
this.iq = iq;
this.shoeSize = shoeSize;
Pets = new ArrayList();
}
|
| ||||
public Person(string name, int iq, int shoeSize)
{
this.name = name;
this.iq = iq;
this.shoeSize = shoeSize;
pets = new ArrayList();
}
|
| ||||
public Person(string name, int iq, int shoeSize)
{
this.name = name;
this.iq = iq;
this.shoeSize = shoeSize;
pets = new ArrayList();
}
|
| ||||
public Person(string name, int iq, int shoeSize)
{
this.name = name;
this.iq = iq;
this.shoeSize = shoeSize;
pets = new ArrayList();
}
|
| ||||
public Person(string name, int iq, int shoeSize)
{
this.name = name;
this.iq = iq;
this.shoeSize = shoeSize;
pets = new ArrayList();
}
|
| |||
public Person(string name, int iq, int shoeSize)
{
this.name = name;
this.iq = iq;
this.shoeSize = shoeSize;
[[#variable584889e0]]= new ArrayList();
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#584889e0]] | pets |
| 1 | 2 | [[#584889e0]] | Pets |
| 1 | 3 | [[#584889e0]] | pets |
| 1 | 4 | [[#584889e0]] | pets |
| 1 | 5 | [[#584889e0]] | pets |