Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.964 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 446 | src/NHibernate/Cfg/XmlHbmBinding/CollectionBinder.cs |
2 | 2 | 519 | src/NHibernate/Cfg/XmlHbmBinding/CollectionBinder.cs |
| ||||
BindIntegerValue(subnode, iv, IndexedCollection.DefaultIndexColumnName, model.IsOneToMany); model.Index = iv; |
| ||||
BindManyToOne(subnode, mto, IndexedCollection.DefaultIndexColumnName, model.IsOneToMany); model.Index = mto; |
| |||
[[#variable6f489520]](subnode, [[#variable70b03600]], IndexedCollection.DefaultIndexColumnName, model.IsOneToMany); model.Index = [[#variable70b03600]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f489520]] | BindManyToOne |
1 | 2 | [[#6f489520]] | BindIntegerValue |
2 | 1 | [[#70b03600]] | mto |
2 | 2 | [[#70b03600]] | iv |