Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.978 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 271 | src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs |
2 | 4 | 276 | src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs |
| ||||
Console.Out.WriteLine("Dictionary order:"); foreach (KeyValuePair<string, Player> pair in dict) { Console.Out.WriteLine("Key->{0}", pair.Key); } |
| ||||
Console.Out.WriteLine("LinkedHashMap order:"); foreach (KeyValuePair<string, Player> pair in lhm) { Console.Out.WriteLine("Key->{0}", pair.Key); } |
| |||
Console.Out.WriteLine( [[#variable6f5b8220]]); foreach (KeyValuePair<string, Player> pair in [[#variable6f5b8dc0]]) { Console.Out.WriteLine("Key->{0}", pair.Key); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f5b8220]] | "Dictionary order:" |
1 | 2 | [[#6f5b8220]] | "LinkedHashMap order:" |
2 | 1 | [[#6f5b8dc0]] | dict |
2 | 2 | [[#6f5b8dc0]] | lhm |