CloneSet2414


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.974block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13320
src/NHibernate/Properties/BasicPropertyAccessor.cs
23288
src/NHibernate/Properties/FieldAccessor.cs
Clone Instance
1
Line Count
3
Source Line
320
Source File
src/NHibernate/Properties/BasicPropertyAccessor.cs

                                        {
                                                throw new PropertyAccessException(ae, "ArgumentException while setting the property value by reflection", true,
                                                                                                                                                                                        clazz, propertyName);
                                        }


Clone Instance
2
Line Count
3
Source Line
288
Source File
src/NHibernate/Properties/FieldAccessor.cs

                                        {
                                                throw new PropertyAccessException(ae, "ArgumentException while setting the field value by reflection", true, clazz,
                                                                                                                                                                                        name);
                                        }


Clone AbstractionParameter Count: 2Parameter Bindings

{
   throw new PropertyAccessException(ae, [[#variable5eb15ea0]], true, clazz, [[#variable5292a980]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5eb15ea0]]
"ArgumentException while setting the property value by reflection" 
12[[#5eb15ea0]]
"ArgumentException while setting the field value by reflection" 
21[[#5292a980]]
propertyName 
22[[#5292a980]]
name