Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.973 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 36 | src/NHibernate.Test/Operations/Node.cs |
2 | 5 | 31 | src/NHibernate.Test/Operations/NumberedNode.cs |
| ||||
public virtual Node AddChild(Node child) { children.Add(child); child.Parent = this ; return this ; } |
| ||||
public virtual NumberedNode AddChild(NumberedNode child) { children.Add(child); child.Parent = this ; return this ; } |
| |||
public virtual [[#variable4b21b400]]AddChild( [[#variable4b21b400]]child) { children.Add(child); child.Parent = this ; return this ; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4b21b400]] | NumberedNode |
1 | 2 | [[#4b21b400]] | Node |