Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.981 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 124 | src/NHibernate/Engine/CollectionEntry.cs |
2 | 2 | 303 | src/NHibernate/Engine/CollectionEntry.cs |
| ||||
snapshot = persister.IsMutable ? collection.GetSnapshot(persister): null; collection.SetSnapshot(loadedKey, role, snapshot); |
| ||||
snapshot = LoadedPersister.IsMutable ? collection.GetSnapshot(LoadedPersister): null; collection.SetSnapshot(loadedKey, role, snapshot); |
| |||
snapshot = [[#variable25950980]].IsMutable ? collection.GetSnapshot( [[#variable25950980]]): null; collection.SetSnapshot(loadedKey, role, snapshot); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#25950980]] | LoadedPersister |
1 | 2 | [[#25950980]] | persister |