Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.985 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 88 | src/NHibernate/Collection/PersistentBag.cs |
2 | 4 | 76 | src/NHibernate/Collection/PersistentList.cs |
| ||||
IList sn = (IList) GetSnapshot(); if (sn.Count != bag.Count) { return false; } |
| ||||
IList sn = (IList) GetSnapshot(); if (sn.Count != list.Count) { return false; } |
| |||
IList sn = (IList)GetSnapshot(); if (sn.Count != [[#variable5843e020]].Count) { return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5843e020]] | list |
1 | 2 | [[#5843e020]] | bag |