CloneSet2834


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

                        ILGenerator il = method.GetILGenerator();

                        LocalBuilder thisLocal = il.DeclareLocal(typeOfThis);


Clone Instance
2
Line Count
4
Source Line
192
Source File
src/NHibernate/Bytecode/Lightweight/ReflectionOptimizer.cs

                        ILGenerator il = method.GetILGenerator();

                        // Declare a local variable used to store the object reference (typed)
                        LocalBuilder thisLocal = il.DeclareLocal(typeOfThis);


Clone AbstractionParameter Count: 0Parameter Bindings

ILGenerator il = method.GetILGenerator();
// Declare a local variable used to store the object reference (typed)
LocalBuilder thisLocal = il.DeclareLocal(typeOfThis);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None