Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 5 | 2 | 0.974 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 147 | src/NHibernate/Collection/PersistentArrayHolder.cs |
2 | 1 | 69 | src/NHibernate/Collection/PersistentBag.cs |
3 | 1 | 223 | src/NHibernate/Collection/PersistentIdentifierBag.cs |
4 | 1 | 119 | src/NHibernate/Collection/PersistentList.cs |
5 | 1 | 109 | src/NHibernate/Collection/PersistentMap.cs |
| ||||
object element = role.ReadElement(rs, owner, descriptor.SuffixedElementAliases, Session); |
| ||||
// note that if we load this collection from a cartesian product // the multiplicity would be broken ... so use an idbag instead object element = role.ReadElement(reader, owner, descriptor.SuffixedElementAliases, Session); |
| ||||
object element = persister.ReadElement(reader, owner, descriptor.SuffixedElementAliases, Session); |
| ||||
object element = role.ReadElement(rs, owner, descriptor.SuffixedElementAliases, Session); |
| ||||
object element = role.ReadElement(rs, owner, descriptor.SuffixedElementAliases, Session); |
| |||
// note that if we load this collection from a cartesian product // the multiplicity would be broken ... so use an idbag instead object element = [[#variable6632c4c0]].ReadElement( [[#variable6632c440]], owner, descriptor.SuffixedElementAliases, Session); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6632c4c0]] | role |
1 | 2 | [[#6632c4c0]] | persister |
1 | 3 | [[#6632c4c0]] | role |
1 | 4 | [[#6632c4c0]] | role |
1 | 5 | [[#6632c4c0]] | role |
2 | 1 | [[#6632c440]] | rs |
2 | 2 | [[#6632c440]] | reader |
2 | 3 | [[#6632c440]] | reader |
2 | 4 | [[#6632c440]] | rs |
2 | 5 | [[#6632c440]] | rs |