Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 4 | 0.955 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 108 | src/NHibernate.Test/UtilityTest/JoinedEnumerableGenericFixture.cs |
2 | 1 | 114 | src/NHibernate.Test/UtilityTest/JoinedEnumerableGenericFixture.cs |
3 | 1 | 115 | src/NHibernate.Test/UtilityTest/JoinedEnumerableGenericFixture.cs |
| ||||
first = new EnumerableTester<int> (new List<int> (new int[] { 1, 2, 3 } )); |
| ||||
first = new EnumerableTester<int> (new List<int> (new int[] { 1, 2, 3 } )); |
| ||||
second = new EnumerableTester<int> (new List<int> (new int[] { 4, 5, 6 } )); |
| |||
[[#variable48912240]]= new EnumerableTester<int> (new List<int> (new int[] { [[#variable48912ac0]], [[#variable48912980]], [[#variable48912960]] } )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#48912240]] | first |
1 | 2 | [[#48912240]] | second |
1 | 3 | [[#48912240]] | first |
2 | 1 | [[#48912ac0]] | 1 |
2 | 2 | [[#48912ac0]] | 4 |
2 | 3 | [[#48912ac0]] | 1 |
3 | 1 | [[#48912980]] | 2 |
3 | 2 | [[#48912980]] | 5 |
3 | 3 | [[#48912980]] | 2 |
4 | 1 | [[#48912960]] | 3 |
4 | 2 | [[#48912960]] | 6 |
4 | 3 | [[#48912960]] | 3 |