| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 16 | 5 | 6 | 0.952 | class_member_declarations[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 16 | 22 | src/NHibernate.Test/NHSpecificTest/NH309/Node.cs |
| 2 | 16 | 23 | src/NHibernate.Test/NHSpecificTest/NH317/Node.cs |
| 3 | 16 | 20 | src/NHibernate.Test/NHSpecificTest/NH706/DomainObjects.cs |
| 4 | 16 | 58 | src/NHibernate.Test/NHSpecificTest/NH706/DomainObjects.cs |
| 5 | 16 | 90 | src/NHibernate.Test/NHSpecificTest/NH706/DomainObjects.cs |
| ||||
public virtual string Name
{
get { return this._name;
}
set { this._name = value;
}
}
public virtual Node ParentNode
{
get { return this._parentNode;
}
set { this._parentNode = value;
}
}
public virtual IList ChildNodes
{
get { return this._childNodes;
}
set { this._childNodes = value;
}
}
|
| ||||
public virtual string Name
{
get { return this._name;
}
set { this._name = value;
}
}
public virtual Node ParentNode
{
get { return this._parentNode;
}
set { this._parentNode = value;
}
}
public virtual IList ChildNodes
{
get { return this._childNodes;
}
set { this._childNodes = value;
}
}
|
| ||||
public virtual string Name
{
get { return this._name;
}
set { this._name = value;
}
}
public virtual ISet Children
{
get { return this._children;
}
set { this._children = value;
}
}
public virtual ISet DifferentChildren
{
get { return this._differentChildren;
}
set { this._differentChildren = value;
}
}
|
| ||||
public virtual string Name
{
get { return this._name;
}
set { this._name = value;
}
}
public virtual Parent Parent
{
get { return this._parent;
}
set { this._parent = value;
}
}
public virtual RelatedObject RelatedObject
{
get { return this._relatedObject;
}
set { this._relatedObject = value;
}
}
|
| ||||
public virtual string Name
{
get { return this._name;
}
set { this._name = value;
}
}
public virtual Parent Parent
{
get { return this._parent;
}
set { this._parent = value;
}
}
public virtual Child Child
{
get { return this._child;
}
set { this._child = value;
}
}
|
| |||
public virtual string Name
{
get
{
return this._name;
}
set
{
this._name = value;
}
}
public virtual [[#variable261522a0]] [[#variable68445800]]
{
get
{
return this. [[#variable261521a0]];
}
set
{
this. [[#variable261521a0]]= value;
}
}
public virtual [[#variable26152260]] [[#variable68445760]]
{
get
{
return this. [[#variable26152180]];
}
set
{
this. [[#variable26152180]]= value;
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#261522a0]] | ISet |
| 1 | 2 | [[#261522a0]] | Parent |
| 1 | 3 | [[#261522a0]] | Parent |
| 1 | 4 | [[#261522a0]] | Node |
| 1 | 5 | [[#261522a0]] | Node |
| 2 | 1 | [[#68445800]] | Children |
| 2 | 2 | [[#68445800]] | Parent |
| 2 | 3 | [[#68445800]] | Parent |
| 2 | 4 | [[#68445800]] | ParentNode |
| 2 | 5 | [[#68445800]] | ParentNode |
| 3 | 1 | [[#261521a0]] | _children |
| 3 | 2 | [[#261521a0]] | _parent |
| 3 | 3 | [[#261521a0]] | _parent |
| 3 | 4 | [[#261521a0]] | _parentNode |
| 3 | 5 | [[#261521a0]] | _parentNode |
| 4 | 1 | [[#26152260]] | ISet |
| 4 | 2 | [[#26152260]] | RelatedObject |
| 4 | 3 | [[#26152260]] | Child |
| 4 | 4 | [[#26152260]] | IList |
| 4 | 5 | [[#26152260]] | IList |
| 5 | 1 | [[#68445760]] | DifferentChildren |
| 5 | 2 | [[#68445760]] | RelatedObject |
| 5 | 3 | [[#68445760]] | Child |
| 5 | 4 | [[#68445760]] | ChildNodes |
| 5 | 5 | [[#68445760]] | ChildNodes |
| 6 | 1 | [[#26152180]] | _differentChildren |
| 6 | 2 | [[#26152180]] | _relatedObject |
| 6 | 3 | [[#26152180]] | _child |
| 6 | 4 | [[#26152180]] | _childNodes |
| 6 | 5 | [[#26152180]] | _childNodes |