| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 10 | 2 | 0 | 1.000 | class_member_declarations[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 15 | src/NHibernate.Test/NHSpecificTest/NH309/Menu.cs |
| 2 | 10 | 14 | src/NHibernate.Test/NHSpecificTest/NH392/UnsavedValueMinusOne.cs |
| ||||
public int Id
{
get { return this._id;
}
set { this._id = value;
}
}
public string Name
{
get { return this._name;
}
set { this._name = value;
}
}
|
| ||||
public int Id
{
get { return this._id;
}
set { this._id = value;
}
}
public string Name
{
get { return this._name;
}
set { this._name = value;
}
}
|
| |||
public int Id
{
get
{
return this._id;
}
set
{
this._id = value;
}
}
public string Name
{
get
{
return this._name;
}
set
{
this._name = value;
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||