Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.956 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 88 | src/NHibernate/Properties/BasicPropertyAccessor.cs |
2 | 3 | 105 | src/NHibernate/Properties/FieldAccessor.cs |
| ||||
PropertyInfo property = type.GetProperty(propertyName, BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.DeclaredOnly); |
| ||||
FieldInfo field = type.GetField(fieldName, BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.DeclaredOnly); |
| |||
[[#variable4f202240]] [[#variable4f2021c0]]= type. [[#variable4f202140]]( [[#variable4f2020c0]], BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.DeclaredOnly); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f202240]] | FieldInfo |
1 | 2 | [[#4f202240]] | PropertyInfo |
2 | 1 | [[#4f2021c0]] | field |
2 | 2 | [[#4f2021c0]] | property |
3 | 1 | [[#4f202140]] | GetField |
3 | 2 | [[#4f202140]] | GetProperty |
4 | 1 | [[#4f2020c0]] | fieldName |
4 | 2 | [[#4f2020c0]] | propertyName |