| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 29 | 5 | 1 | 0.992 | class_member_declarations[5] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 29 | 19 | src/NHibernate.Test/NHSpecificTest/NH1274ExportExclude/Person.cs |
| 2 | 29 | 19 | src/NHibernate.Test/NHSpecificTest/NH1280/Person.cs |
| 3 | 29 | 16 | src/NHibernate.Test/NHSpecificTest/NH1291AnonExample/Person.cs |
| 4 | 29 | 19 | src/NHibernate.Test/NHSpecificTest/NH1324/Person.cs |
| 5 | 29 | 19 | src/NHibernate.Test/NHSpecificTest/NH1326/Person.cs |
| ||||
public Person(string name, int iq, int shoeSize)
{
this.name = name;
this.iq = iq;
this.shoeSize = shoeSize;
}
virtual public int Id
{
get { return id;
}
set { id = value;
}
}
virtual public string Name
{
get { return name;
}
set { name = value;
}
}
virtual public int IQ
{
get { return iq;
}
set { iq = value;
}
}
virtual public int ShoeSize
{
get { return shoeSize;
}
set { shoeSize = value;
}
}
|
| ||||
public Person(string name, int iq, int shoeSize)
{
this.name = name;
this.iq = iq;
this.shoeSize = shoeSize;
}
virtual public int Id
{
get { return id;
}
set { id = value;
}
}
virtual public string Name
{
get { return name;
}
set { name = value;
}
}
virtual public int IQ
{
get { return iq;
}
set { iq = value;
}
}
virtual public int ShoeSize
{
get { return shoeSize;
}
set { shoeSize = value;
}
}
|
| ||||
public Person(string name, int iq, int shoeSize)
{
this.name = name;
this.iq = iq;
this.shoeSize = shoeSize;
}
virtual public int Id
{
get { return id;
}
set { id = value;
}
}
virtual public string Name
{
get { return name;
}
set { name = value;
}
}
virtual public int IQ
{
get { return iq;
}
set { iq = value;
}
}
virtual public int ShoeSize
{
get { return shoeSize;
}
set { shoeSize = value;
}
}
|
| ||||
public Person(string name, int ? iq, int shoeSize)
{
this.name = name;
this.iq = iq;
this.shoeSize = shoeSize;
}
virtual public int Id
{
get { return id;
}
set { id = value;
}
}
virtual public string Name
{
get { return name;
}
set { name = value;
}
}
virtual public int ? IQ
{
get { return iq;
}
set { iq = value;
}
}
virtual public int ShoeSize
{
get { return shoeSize;
}
set { shoeSize = value;
}
}
|
| ||||
public Person(string name, int iq, int shoeSize)
{
this.name = name;
this.iq = iq;
this.shoeSize = shoeSize;
}
virtual public int Id
{
get { return id;
}
set { id = value;
}
}
virtual public string Name
{
get { return name;
}
set { name = value;
}
}
virtual public int IQ
{
get { return iq;
}
set { iq = value;
}
}
virtual public int ShoeSize
{
get { return shoeSize;
}
set { shoeSize = value;
}
}
|
| |||
public Person(string name, [[#variable67fc62c0]]iq, int shoeSize)
{
this.name = name;
this.iq = iq;
this.shoeSize = shoeSize;
}
virtual public int Id
{
get
{
return id;
}
set
{
id = value;
}
}
virtual public string Name
{
get
{
return name;
}
set
{
name = value;
}
}
virtual public [[#variable67fc62c0]]IQ
{
get
{
return iq;
}
set
{
iq = value;
}
}
virtual public int ShoeSize
{
get
{
return shoeSize;
}
set
{
shoeSize = value;
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#67fc62c0]] | int |
| 1 | 2 | [[#67fc62c0]] | int ? |
| 1 | 3 | [[#67fc62c0]] | int |
| 1 | 4 | [[#67fc62c0]] | int |
| 1 | 5 | [[#67fc62c0]] | int |