Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.959 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 122 | src/NHibernate/Tuple/Component/PocoComponentTuplizer.cs |
2 | 3 | 127 | src/NHibernate/Tuple/Component/PocoComponentTuplizer.cs |
| ||||
protected internal override IGetter BuildGetter(Mapping.Component component, Mapping.Property prop) { return prop.GetGetter(component.ComponentClass); } |
| ||||
protected internal override ISetter BuildSetter(Mapping.Component component, Mapping.Property prop) { return prop.GetSetter(component.ComponentClass); } |
| |||
protected internal override [[#variable5eb87f40]] [[#variable5eb87ea0]](Mapping.Component component, Mapping.Property prop) { return prop. [[#variable5eb87e40]](component.ComponentClass); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5eb87f40]] | ISetter |
1 | 2 | [[#5eb87f40]] | IGetter |
2 | 1 | [[#5eb87ea0]] | BuildSetter |
2 | 2 | [[#5eb87ea0]] | BuildGetter |
3 | 1 | [[#5eb87e40]] | GetSetter |
3 | 2 | [[#5eb87e40]] | GetGetter |