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.968 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 717 | src/NHibernate/Collection/AbstractPersistentCollection.cs |
2 | 1 | 725 | src/NHibernate/Collection/AbstractPersistentCollection.cs |
3 | 1 | 741 | src/NHibernate/Collection/AbstractPersistentCollection.cs |
4 | 1 | 749 | src/NHibernate/Collection/AbstractPersistentCollection.cs |
5 | 1 | 209 | src/NHibernate/Type/AnyType.cs |
| ||||
object currentId = ForeignKeys.GetEntityIdentifierIfNotUnsaved(entityName, current, session); |
| ||||
object oldId = ForeignKeys.GetEntityIdentifierIfNotUnsaved(entityName, old, session); |
| ||||
object idOfCurrent = ForeignKeys.GetEntityIdentifierIfNotUnsaved(entityName, obj, session); |
| ||||
object idOfOld = ForeignKeys.GetEntityIdentifierIfNotUnsaved(entityName, current, session); |
| ||||
object id = ForeignKeys.GetEntityIdentifierIfNotUnsaved(entityName, original, session); |
| |||
object [[#variable28fbff80]]= ForeignKeys.GetEntityIdentifierIfNotUnsaved(entityName, [[#variable28fbff00]], session); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#28fbff80]] | id |
1 | 2 | [[#28fbff80]] | currentId |
1 | 3 | [[#28fbff80]] | oldId |
1 | 4 | [[#28fbff80]] | idOfCurrent |
1 | 5 | [[#28fbff80]] | idOfOld |
2 | 1 | [[#28fbff00]] | original |
2 | 2 | [[#28fbff00]] | current |
2 | 3 | [[#28fbff00]] | old |
2 | 4 | [[#28fbff00]] | obj |
2 | 5 | [[#28fbff00]] | current |