| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 10 | 3 | 3 | 0.951 | class_member_declarations[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 12 | src/NHibernate.Test/NHSpecificTest/NH643/Domain.cs |
| 2 | 10 | 37 | src/NHibernate.Test/NHSpecificTest/NH643/Domain.cs |
| 3 | 10 | 114 | src/NHibernate.Test/NHSpecificTest/NH706/DomainObjects.cs |
| ||||
public virtual int ID
{
get { return this._id;
}
set { this._id = value;
}
}
public virtual IList Children
{
get { return this._children;
}
set { this._children = value;
}
}
|
| ||||
public virtual int ID
{
get { return this._id;
}
set { this._id = value;
}
}
public virtual Parent Parent
{
get { return this._parent;
}
set { this._parent = value;
}
}
|
| ||||
public virtual int ID
{
get { return this._id;
}
set { this._id = value;
}
}
public virtual string Name
{
get { return this._name;
}
set { this._name = value;
}
}
|
| |||
public virtual int ID
{
get
{
return this._id;
}
set
{
this._id = value;
}
}
public virtual [[#variable65c39020]] [[#variable662f0de0]]
{
get
{
return this. [[#variable65c38f60]];
}
set
{
this. [[#variable65c38f60]]= value;
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#65c39020]] | string |
| 1 | 2 | [[#65c39020]] | Parent |
| 1 | 3 | [[#65c39020]] | IList |
| 2 | 1 | [[#662f0de0]] | Name |
| 2 | 2 | [[#662f0de0]] | Parent |
| 2 | 3 | [[#662f0de0]] | Children |
| 3 | 1 | [[#65c38f60]] | _name |
| 3 | 2 | [[#65c38f60]] | _parent |
| 3 | 3 | [[#65c38f60]] | _children |