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.984 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 179 | src/NHibernate/Type/CustomType.cs |
2 | 3 | 184 | src/NHibernate/Type/CustomType.cs |
| ||||
public object StringToObject(string xml) { return ((IEnhancedUserType) userType).FromXMLString(xml); } |
| ||||
public object FromStringValue(string xml) { return ((IEnhancedUserType)userType).FromXMLString(xml); } |
| |||
public object [[#variable5f480a00]](string xml) { return ((IEnhancedUserType)userType).FromXMLString(xml); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f480a00]] | FromStringValue |
1 | 2 | [[#5f480a00]] | StringToObject |