Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 0 | 1.000 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 283 | src/NHibernate/Collection/PersistentBag.cs |
2 | 9 | 215 | src/NHibernate/Collection/PersistentList.cs |
| ||||
public override object GetSnapshotElement(object entry, int i) { IList sn = (IList) GetSnapshot(); return sn[i]; } public override bool EntryExists(object entry, int i) { return entry != null; } |
| ||||
public override object GetSnapshotElement(object entry, int i) { IList sn = (IList) GetSnapshot(); return sn[i]; } public override bool EntryExists(object entry, int i) { return entry != null; } |
| |||
public override object GetSnapshotElement(object entry, int i) { IList sn = (IList)GetSnapshot(); return sn[i]; } public override bool EntryExists(object entry, int i) { return entry != null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |