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.988 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 16 | src/NHibernate.DomainModel/Result.cs |
2 | 5 | 24 | src/NHibernate.DomainModel/Result.cs |
| ||||
public Result(string name, long amount, int count) { _name = name; _amount = amount; _count = count; } |
| ||||
// added for H3.2 public Result(string name, long amount, long count) { _name = name; _amount = amount; _count = count; } |
| |||
// added for H3.2 public Result(string name, long amount, [[#variable70aeba80]]count) { _name = name; _amount = amount; _count = count; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#70aeba80]] | long |
1 | 2 | [[#70aeba80]] | int |