Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.970 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 339 | src/NHibernate/Util/LinkedHashMap.cs |
2 | 3 | 344 | src/NHibernate/Util/LinkedHashMap.cs |
| ||||
private Entry First { get { return (IsEmpty) ? null: header.Next; } } |
| ||||
private Entry Last { get { return (IsEmpty) ? null: header.Prev; } } |
| |||
private Entry [[#variable4a8c7f20]] { get { return (IsEmpty) ? null: header. [[#variable4a8c7f00]]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4a8c7f20]] | Last |
1 | 2 | [[#4a8c7f20]] | First |
2 | 1 | [[#4a8c7f00]] | Prev |
2 | 2 | [[#4a8c7f00]] | Next |