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.978 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 268 | src/NHibernate/Dialect/Function/CastFunction.cs |
2 | 3 | 273 | src/NHibernate/Dialect/Function/CastFunction.cs |
| ||||
public bool IsSame(object x, object y, EntityMode entityMode) { return RealType.IsSame(x, y, entityMode); } |
| ||||
public bool IsEqual(object x, object y, EntityMode entityMode) { return RealType.IsEqual(x, y, entityMode); } |
| |||
public bool [[#variable700cee80]](object x, object y, EntityMode entityMode) { return RealType. [[#variable700cee80]](x, y, entityMode); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#700cee80]] | IsEqual |
1 | 2 | [[#700cee80]] | IsSame |