Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.957 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 175 | src/NHibernate/Mapping/Property.cs |
2 | 3 | 180 | src/NHibernate/Mapping/Property.cs |
| ||||
public IGetter GetGetter(System.Type clazz) { return PropertyAccessor.GetGetter(clazz, name); } |
| ||||
public ISetter GetSetter(System.Type clazz) { return PropertyAccessor.GetSetter(clazz, name); } |
| |||
public [[#variable584d7960]] [[#variable584d78c0]](System.Type clazz) { return PropertyAccessor. [[#variable584d78c0]](clazz, name); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#584d7960]] | ISetter |
1 | 2 | [[#584d7960]] | IGetter |
2 | 1 | [[#584d78c0]] | GetSetter |
2 | 2 | [[#584d78c0]] | GetGetter |