Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.986 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 235 | src/NHibernate/Type/CustomType.cs |
2 | 3 | 371 | src/NHibernate/Type/NullableType.cs |
| ||||
public virtual bool IsEqual(object x, object y) { return userType.Equals(x, y); } |
| ||||
public virtual bool IsEqual(object x, object y) { return EqualsHelper.Equals(x, y); } |
| |||
public virtual bool IsEqual(object x, object y) { return [[#variable56d65a40]].Equals(x, y); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56d65a40]] | userType |
1 | 2 | [[#56d65a40]] | EqualsHelper |