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.992 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 146 | src/NHibernate/Collection/PersistentBag.cs |
2 | 4 | 67 | src/NHibernate/Collection/PersistentList.cs |
| ||||
public override ICollection GetOrphans(object snapshot, string entityName) { IList sn = (IList) snapshot; return GetOrphans(sn, bag, entityName, Session); } |
| ||||
public override ICollection GetOrphans(object snapshot, string entityName) { IList sn = (IList) snapshot; return GetOrphans(sn, list, entityName, Session); } |
| |||
public override ICollection GetOrphans(object snapshot, string entityName) { IList sn = (IList)snapshot; return GetOrphans(sn, [[#variable297dd1a0]], entityName, Session); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#297dd1a0]] | bag |
1 | 2 | [[#297dd1a0]] | list |