Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.990 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 731 | src/NHibernate.Test/Legacy/FooBarTest.cs |
2 | 7 | 754 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| ||||
Assert.IsTrue(list.Count > 0); foreach (object[] row in list) { Assert.IsTrue(row[0] is long); Assert.IsTrue(row[1] is string); Assert.IsTrue(row[2] is Foo); Assert.IsTrue(row[3] is Foo); } |
| ||||
Assert.IsTrue(list.Count > 0); foreach (object[] row in list) { Assert.IsTrue(row[0] is long); Assert.IsTrue(row[1] is FooComponent); Assert.IsTrue(row[2] is Foo); Assert.IsTrue(row[3] is Foo); } |
| |||
Assert.IsTrue(list.Count > 0); foreach (object[] row in list) { Assert.IsTrue(row[0] is long); Assert.IsTrue(row[1] is [[#variable2590b920]]); Assert.IsTrue(row[2] is Foo); Assert.IsTrue(row[3] is Foo); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2590b920]] | FooComponent |
1 | 2 | [[#2590b920]] | string |