Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.954 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 38 | src/NHibernate/Collection/Generic/PersistentGenericMap.cs |
2 | 3 | 50 | src/NHibernate/Collection/PersistentMap.cs |
| ||||
{ object copy = persister.ElementType.DeepCopy(e.Value, entityMode, persister.Factory); clonedMap[e.Key] = (TValue)copy; } |
| ||||
{ object copy = persister.ElementType.DeepCopy(e.Value, entityMode, persister.Factory); clonedMap[e.Key] = copy; } |
| |||
{ object copy = persister.ElementType.DeepCopy(e.Value, entityMode, persister.Factory); clonedMap[e.Key] = [[#variable28c7f240]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#28c7f240]] | (TValue)copy |
1 | 2 | [[#28c7f240]] | copy |