Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.952 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 133 | src/NHibernate/Bytecode/Lightweight/ReflectionOptimizer.cs |
2 | 3 | 196 | 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); |
| ||||
il.Emit(OpCodes.Ldarg_0); EmitCastToReference(il, mappedType); il.Emit(OpCodes.Stloc, thisLocal.LocalIndex); |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f24f800]] | thisLocal |
1 | 2 | [[#6f24f800]] | thisLocal.LocalIndex |