Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.979 | null_coalescing_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 80 | src/NHibernate.Test/UtilityTest/ThreadSafeDictionaryFixture.cs |
2 | 5 | 86 | src/NHibernate.Test/UtilityTest/ThreadSafeDictionaryFixture.cs |
| ||||
delegate (IDictionary<int, int> d) { log.DebugFormat("T{0} Keys", Thread.CurrentThread.Name); read++; IEnumerable<int> e = d.Keys; } |
| ||||
delegate (IDictionary<int, int> d) { log.DebugFormat("T{0} Values", Thread.CurrentThread.Name); read++; IEnumerable<int> e = d.Values; } |
| |||
delegate (IDictionary<int, int> d) { log.DebugFormat( [[#variable545c56a0]], Thread.CurrentThread.Name); read++; IEnumerable<int> e = d. [[#variable5544a4c0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#545c56a0]] | "T{0} Keys" |
1 | 2 | [[#545c56a0]] | "T{0} Values" |
2 | 1 | [[#5544a4c0]] | Keys |
2 | 2 | [[#5544a4c0]] | Values |