Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.953 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 56 | src/NHibernate.Test/NHSpecificTest/NH508/User.cs |
2 | 9 | 25 | src/NHibernate/Util/WeakHashtable.cs |
| ||||
if (this == obj) { return true; } User other = obj as User; if (other == null) { return false; } |
| ||||
if (this == obj) { return true; } WeakRefWrapper that = obj as WeakRefWrapper; if (that == null) { return false; } |
| |||
if (this == obj) { return true; } [[#variable54de37a0]] [[#variable5321d540]]= obj as [[#variable54de37a0]]; if ( [[#variable5321d540]]== null) { return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54de37a0]] | User |
1 | 2 | [[#54de37a0]] | WeakRefWrapper |
2 | 1 | [[#5321d540]] | other |
2 | 2 | [[#5321d540]] | that |