Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.973 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 103 | src/NHibernate/Properties/BasicPropertyAccessor.cs |
2 | 9 | 155 | src/NHibernate/Properties/BasicPropertyAccessor.cs |
| ||||
// didn't find anything in the base class - check to see if there is // an explicit interface implementation. if (getter == null) { System.Type[] interfaces = type.GetInterfaces(); for (int i = 0; getter == null && i < interfaces.Length; i++) { getter = GetGetterOrNull(interfaces[i], propertyName); } } return getter; |
| ||||
// didn't find anything in the base class - check to see if there is // an explicit interface implementation. if (setter == null) { System.Type[] interfaces = type.GetInterfaces(); for (int i = 0; setter == null && i < interfaces.Length; i++) { setter = GetSetterOrNull(interfaces[i], propertyName); } } return setter; |
| |||
// didn't find anything in the base class - check to see if there is // an explicit interface implementation. if ( [[#variable4faa9a00]]== null) { System.Type[] interfaces = type.GetInterfaces(); for (int i = 0; [[#variable4faa9a00]]== null && i < interfaces.Length; i++) { [[#variable4faa9a00]]= [[#variable550b3900]](interfaces[i], propertyName); } } return [[#variable4faa9a00]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4faa9a00]] | setter |
1 | 2 | [[#4faa9a00]] | getter |
2 | 1 | [[#550b3900]] | GetSetterOrNull |
2 | 2 | [[#550b3900]] | GetGetterOrNull |