CloneSet2129


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2240.956statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1285
src/NHibernate/PropertyAccessException.cs
22108
src/NHibernate/UnresolvableObjectException.cs
Clone Instance
1
Line Count
2
Source Line
85
Source File
src/NHibernate/PropertyAccessException.cs

                        persistentType = info.GetValue("persistentType", typeof(System.Type)) as System.Type;
                        propertyName = info.GetString("propertyName");


Clone Instance
2
Line Count
2
Source Line
108
Source File
src/NHibernate/UnresolvableObjectException.cs

                        clazz = info.GetValue("clazz", typeof(System.Type)) as System.Type;
                        entityName = info.GetString("entityName");


Clone AbstractionParameter Count: 4Parameter Bindings

 [[#variable58421e20]]= info.GetValue( [[#variable58420cc0]], typeof(System.Type)) as System.Type;
 [[#variable58421dc0]]= info.GetString( [[#variable58421d80]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58421e20]]
persistentType 
12[[#58421e20]]
clazz 
21[[#58420cc0]]
"persistentType" 
22[[#58420cc0]]
"clazz" 
31[[#58421dc0]]
propertyName 
32[[#58421dc0]]
entityName 
41[[#58421d80]]
"propertyName" 
42[[#58421d80]]
"entityName"