CloneSet2049


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.952statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13133
src/NHibernate/Bytecode/Lightweight/ReflectionOptimizer.cs
23196
src/NHibernate/Bytecode/Lightweight/ReflectionOptimizer.cs
Clone Instance
1
Line Count
3
Source Line
133
Source File
src/NHibernate/Bytecode/Lightweight/ReflectionOptimizer.cs

                        // Cast the 'this' pointer to the appropriate type and store it in a local variable
                        il.Emit(OpCodes.Ldarg_0);
                        EmitCastToReference(il, mappedType);
                        il.Emit(OpCodes.Stloc, thisLocal);


Clone Instance
2
Line Count
3
Source Line
196
Source File
src/NHibernate/Bytecode/Lightweight/ReflectionOptimizer.cs

                        il.Emit(OpCodes.Ldarg_0);
                        EmitCastToReference(il, mappedType);
                        il.Emit(OpCodes.Stloc, thisLocal.LocalIndex);


Clone AbstractionParameter Count: 1Parameter Bindings

// Cast the 'this' pointer to the appropriate type and store it in a local variable
il.Emit(OpCodes.Ldarg_0);
EmitCastToReference(il, mappedType);
il.Emit(OpCodes.Stloc, [[#variable6f24f800]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6f24f800]]
thisLocal 
12[[#6f24f800]]
thisLocal.LocalIndex