Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.968 | null_coalescing_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 42 | src/NHibernate.Test/UtilityTest/ThreadSafeDictionaryFixture.cs |
2 | 5 | 48 | src/NHibernate.Test/UtilityTest/ThreadSafeDictionaryFixture.cs |
| ||||
delegate (IDictionary<int, int> d) { log.DebugFormat("T{0} ContainsKey", Thread.CurrentThread.Name); read++; d.ContainsKey(rnd.Next()); } |
| ||||
delegate (IDictionary<int, int> d) { log.DebugFormat("T{0} Remove", Thread.CurrentThread.Name); write++; d.Remove(rnd.Next()); } |
| |||
delegate (IDictionary<int, int> d) { log.DebugFormat( [[#variable5f0181e0]], Thread.CurrentThread.Name); [[#variable5f018260]]++; d. [[#variable5f018240]](rnd.Next()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f0181e0]] | "T{0} ContainsKey" |
1 | 2 | [[#5f0181e0]] | "T{0} Remove" |
2 | 1 | [[#5f018260]] | read |
2 | 2 | [[#5f018260]] | write |
3 | 1 | [[#5f018240]] | ContainsKey |
3 | 2 | [[#5f018240]] | Remove |