Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.978 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 67 | src/NHibernate.Test/UtilityTest/IdentityMapFixture.cs |
2 | 3 | 101 | src/NHibernate.Test/UtilityTest/IdentityMapFixture.cs |
3 | 3 | 246 | src/NHibernate.Test/UtilityTest/IdentityMapFixture.cs |
| ||||
IDictionary map = GetIdentityMap(); map.Add(noHashCode1, value1); map.Add(noHashCode2, value2); |
| ||||
IDictionary map = GetIdentityMap(); map.Add(noHashCode1, value1); map.Add(noHashCode2, value2); |
| ||||
IDictionary map = GetIdentityMap(); map.Add(item1, value1); map.Add(item2, value2); |
| |||
IDictionary map = GetIdentityMap(); map.Add( [[#variable54aa4260]], value1); map.Add( [[#variable54aa5520]], value2); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54aa4260]] | item1 |
1 | 2 | [[#54aa4260]] | noHashCode1 |
1 | 3 | [[#54aa4260]] | noHashCode1 |
2 | 1 | [[#54aa5520]] | item2 |
2 | 2 | [[#54aa5520]] | noHashCode2 |
2 | 3 | [[#54aa5520]] | noHashCode2 |