Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.956 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 85 | src/NHibernate/PropertyAccessException.cs |
2 | 2 | 108 | src/NHibernate/UnresolvableObjectException.cs |
| ||||
persistentType = info.GetValue("persistentType", typeof(System.Type)) as System.Type; propertyName = info.GetString("propertyName"); |
| ||||
clazz = info.GetValue("clazz", typeof(System.Type)) as System.Type; entityName = info.GetString("entityName"); |
| |||
[[#variable58421e20]]= info.GetValue( [[#variable58420cc0]], typeof(System.Type)) as System.Type; [[#variable58421dc0]]= info.GetString( [[#variable58421d80]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58421e20]] | persistentType |
1 | 2 | [[#58421e20]] | clazz |
2 | 1 | [[#58420cc0]] | "persistentType" |
2 | 2 | [[#58420cc0]] | "clazz" |
3 | 1 | [[#58421dc0]] | propertyName |
3 | 2 | [[#58421dc0]] | entityName |
4 | 1 | [[#58421d80]] | "propertyName" |
4 | 2 | [[#58421d80]] | "entityName" |