Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.966 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 117 | src/NHibernate/Bytecode/EmitUtil.cs |
2 | 4 | 69 | src/NHibernate/Bytecode/Lightweight/ReflectionOptimizer.cs |
| ||||
il.Emit(OpCodes.Ldloca, localNew); il.Emit(OpCodes.Initobj, propertyType); il.Emit(OpCodes.Ldloc, localNew); il.Emit(OpCodes.Br_S, nullDoneLabel); |
| ||||
il.Emit(OpCodes.Ldloca, tmpLocal); il.Emit(OpCodes.Initobj, type); il.Emit(OpCodes.Ldloc, tmpLocal); il.Emit(OpCodes.Box, type); |
| |||
il.Emit(OpCodes.Ldloca, [[#variable294054a0]]); il.Emit(OpCodes.Initobj, [[#variable29405cc0]]); il.Emit(OpCodes.Ldloc, [[#variable294054a0]]); il.Emit(OpCodes. [[#variable29405ae0]], [[#variable29405ac0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#294054a0]] | tmpLocal |
1 | 2 | [[#294054a0]] | localNew |
2 | 1 | [[#29405cc0]] | type |
2 | 2 | [[#29405cc0]] | propertyType |
3 | 1 | [[#29405ae0]] | Box |
3 | 2 | [[#29405ae0]] | Br_S |
4 | 1 | [[#29405ac0]] | type |
4 | 2 | [[#29405ac0]] | nullDoneLabel |