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.957 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 85 | src/NHibernate/Tuple/Entity/PocoEntityTuplizer.cs |
2 | 3 | 90 | src/NHibernate/Tuple/Entity/PocoEntityTuplizer.cs |
| ||||
protected override IGetter BuildPropertyGetter(Mapping.Property mappedProperty, PersistentClass mappedEntity) { return mappedProperty.GetGetter(mappedEntity.MappedClass); } |
| ||||
protected override ISetter BuildPropertySetter(Mapping.Property mappedProperty, PersistentClass mappedEntity) { return mappedProperty.GetSetter(mappedEntity.MappedClass); } |
| |||
protected override [[#variable584d6c20]] [[#variable584d6ba0]](Mapping.Property mappedProperty, PersistentClass mappedEntity) { return mappedProperty. [[#variable584d6b00]](mappedEntity.MappedClass); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#584d6c20]] | ISetter |
1 | 2 | [[#584d6c20]] | IGetter |
2 | 1 | [[#584d6ba0]] | BuildPropertySetter |
2 | 2 | [[#584d6ba0]] | BuildPropertyGetter |
3 | 1 | [[#584d6b00]] | GetSetter |
3 | 2 | [[#584d6b00]] | GetGetter |