Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.962 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 27 | src/NHibernate/Cache/Entry/StructuredCacheEntry.cs |
2 | 3 | 392 | src/NHibernate/Engine/StatefulPersistenceContext.cs |
| ||||
for (int i = 0; i < names.Length; i++) { state[i] = map[names[i]]; } |
| ||||
for (int i = 0; i < props.Length; i++) { naturalIdSnapshot[i] = entitySnapshot[props[i]]; } |
| |||
for (int i = 0; i < [[#variable26ca8ac0]].Length; i++) { [[#variable26ca8240]][i] = [[#variable26ca8ae0]][ [[#variable26ca8ac0]][i]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#26ca8ac0]] | names |
1 | 2 | [[#26ca8ac0]] | props |
2 | 1 | [[#26ca8240]] | state |
2 | 2 | [[#26ca8240]] | naturalIdSnapshot |
3 | 1 | [[#26ca8ae0]] | map |
3 | 2 | [[#26ca8ae0]] | entitySnapshot |