Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.955 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 38 | src/NHibernate.Test/NHSpecificTest/NH623/Classes.cs |
2 | 5 | 60 | src/NHibernate.Test/NHSpecificTest/NH623/Classes.cs |
| ||||
public Paragraph(int elementId, Document document, string font) { this.font = font; this.elementId = elementId; this.document = document; } |
| ||||
public Image(int elementId, Document document, string img) { this.img = img; this.elementId = elementId; this.document = document; } |
| |||
public [[#variable6f5bb240]](int elementId, Document document, string [[#variable6f5bb1a0]]) { this. [[#variable6f5bb1a0]]= [[#variable6f5bb1a0]]; this.elementId = elementId; this.document = document; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f5bb240]] | Image |
1 | 2 | [[#6f5bb240]] | Paragraph |
2 | 1 | [[#6f5bb1a0]] | img |
2 | 2 | [[#6f5bb1a0]] | font |