CloneSet1000


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.994class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18251
src/NHibernate/Properties/BasicPropertyAccessor.cs
28351
src/NHibernate/Properties/BasicPropertyAccessor.cs
Clone Instance
1
Line Count
8
Source Line
251
Source File
src/NHibernate/Properties/BasicPropertyAccessor.cs

                        #endregion
                        public void Emit(ILGenerator il)
                        {
                                MethodInfo method = Method;
                                if (method == null)
                                {
                                        throw new PropertyNotFoundException(clazz, property.Name, "getter");
                                }
                                il.EmitCall(OpCodes.Callvirt, method, null);
                        }



Clone Instance
2
Line Count
8
Source Line
351
Source File
src/NHibernate/Properties/BasicPropertyAccessor.cs

                        #endregion
                        public void Emit(ILGenerator il)
                        {
                                MethodInfo method = Method;
                                if (method == null)
                                {
                                        throw new PropertyNotFoundException(clazz, property.Name, "setter");
                                }
                                il.EmitCall(OpCodes.Callvirt, method, null);
                        }



Clone AbstractionParameter Count: 1Parameter Bindings

#endregion
public void Emit(ILGenerator il)
{
   MethodInfo method = Method;
   if (method == null)
   {
      throw new PropertyNotFoundException(clazz, property.Name, [[#variable2c02dda0]]);
   }
   il.EmitCall(OpCodes.Callvirt, method, null);
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2c02dda0]]
"setter" 
12[[#2c02dda0]]
"getter"