Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.974 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1994 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
2 | 1 | 1995 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
| ||||
// embedded composite ids ( alias.idname1, alias.idname2 ) subclassPropertyAliases[idPropertyNames[i]] = new string[] { idAliases[i] } ; |
| ||||
subclassPropertyColumnNames[idPropertyNames[i]] = new string[] { idColumnNames[i] } ; |
| |||
[[#variable54a347a0]][idPropertyNames[i]] = new string[] { [[#variable54a34720]][i] } ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54a347a0]] | subclassPropertyColumnNames |
1 | 2 | [[#54a347a0]] | // embedded composite ids ( alias.idname1, alias.idname2 ) subclassPropertyAliases |
2 | 1 | [[#54a34720]] | idColumnNames |
2 | 2 | [[#54a34720]] | idAliases |