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.964 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 254 | src/NHibernate/Collection/PersistentIdentifierBag.cs |
2 | 4 | 57 | src/NHibernate/Collection/PersistentMap.cs |
| ||||
public override ICollection GetOrphans(object snapshot, string entityName) { IDictionary sn = (IDictionary) snapshot; return GetOrphans(sn.Values, values, entityName, Session); } |
| ||||
public override ICollection GetOrphans(object snapshot, string entityName) { IDictionary sn = (IDictionary) snapshot; return GetOrphans(sn.Values, map.Values, entityName, Session); } |
| |||
public override ICollection GetOrphans(object snapshot, string entityName) { IDictionary sn = (IDictionary)snapshot; return GetOrphans(sn.Values, [[#variable283d9760]], entityName, Session); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#283d9760]] | values |
1 | 2 | [[#283d9760]] | map.Values |