Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 0 | 1.000 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 69 | src/NHibernate.Test/NHSpecificTest/NH1359/Person.cs |
2 | 6 | 67 | src/NHibernate.Test/NHSpecificTest/NH1393/Person.cs |
3 | 6 | 67 | src/NHibernate.Test/NHSpecificTest/NH1394/Person.cs |
| ||||
public Pet(string name, string species, int weight, Person owner) { this.name = name; this.species = species; this.weight = weight; this.owner = owner; } |
| ||||
public Pet(string name, string species, int weight, Person owner) { this.name = name; this.species = species; this.weight = weight; this.owner = owner; } |
| ||||
public Pet(string name, string species, int weight, Person owner) { this.name = name; this.species = species; this.weight = weight; this.owner = owner; } |
| |||
public Pet(string name, string species, int weight, Person owner) { this.name = name; this.species = species; this.weight = weight; this.owner = owner; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |