Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.955 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 2113 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
2 | 2 | 2117 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
3 | 2 | 2121 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
| ||||
{ propertyMapping.InitPropertyPaths(idProp, IdentifierType, IdentifierColumnNames, null, mapping); } |
| ||||
{ propertyMapping.InitPropertyPaths(null, IdentifierType, IdentifierColumnNames, null, mapping); } |
| ||||
{ propertyMapping.InitPropertyPaths(EntityPersister.EntityID, IdentifierType, IdentifierColumnNames, null, mapping); } |
| |||
{ propertyMapping.InitPropertyPaths( [[#variable285c2e40]], IdentifierType, IdentifierColumnNames, null, mapping); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#285c2e40]] | idProp |
1 | 2 | [[#285c2e40]] | null |
1 | 3 | [[#285c2e40]] | EntityPersister.EntityID |