Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.994 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 251 | src/NHibernate/Properties/BasicPropertyAccessor.cs |
2 | 8 | 351 | 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); } |
| ||||
#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); } |
| |||
#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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2c02dda0]] | "setter" |
1 | 2 | [[#2c02dda0]] | "getter" |