Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.952 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 14 | src/NHibernate.Test/Extralazy/User.cs |
2 | 4 | 16 | src/NHibernate.Test/Interceptor/User.cs |
3 | 4 | 12 | src/NHibernate.Test/Naturalid/Immutable/User.cs |
| ||||
public User(string name, string password) { this.name = name; this.password = password; } |
| ||||
public User(string name, string password) { this.name = name; this.password = password; } |
| ||||
public User(string userName, string password) { this.userName = userName; this.password = password; } |
| |||
public User(string [[#variable541435e0]], string password) { this. [[#variable541435e0]]= [[#variable541435e0]]; this.password = password; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#541435e0]] | name |
1 | 2 | [[#541435e0]] | userName |
1 | 3 | [[#541435e0]] | name |