Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.957 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 171 | src/NHibernate/Persister/Entity/AbstractPropertyMapping.cs |
2 | 4 | 179 | src/NHibernate/Persister/Entity/AbstractPropertyMapping.cs |
| ||||
{ string idpath1 = ExtendPath(path, EntityPersister.EntityID); AddPropertyPath(idpath1, idtype, columns, null); InitPropertyPaths(idpath1, idtype, columns, null, factory); } |
| ||||
{ string idpath2 = ExtendPath(path, idPropName); AddPropertyPath(idpath2, idtype, columns, null); InitPropertyPaths(idpath2, idtype, columns, null, factory); } |
| |||
{ string [[#variable278566c0]]= ExtendPath(path, [[#variable27856660]]); AddPropertyPath( [[#variable278566c0]], idtype, columns, null); InitPropertyPaths( [[#variable278566c0]], idtype, columns, null, factory); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#278566c0]] | idpath1 |
1 | 2 | [[#278566c0]] | idpath2 |
2 | 1 | [[#27856660]] | EntityPersister.EntityID |
2 | 2 | [[#27856660]] | idPropName |