Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.974 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 179 | src/NHibernate.Test/Ado/BatcherFixture.cs |
2 | 2 | 203 | src/NHibernate.Test/Ado/BatcherFixture.cs |
3 | 2 | 229 | src/NHibernate.Test/Ado/BatcherFixture.cs |
| ||||
string logs = sl.GetWholeLog(); Assert.That(logs, Text.DoesNotContain("Adding to batch").IgnoreCase); |
| ||||
string logs = sl.GetWholeLog(); Assert.That(logs, Text.Contains("batch").IgnoreCase); |
| ||||
string logs = sl.GetWholeLog(); Assert.That(logs, Text.Contains("Batch commands:").IgnoreCase); |
| |||
string logs = sl.GetWholeLog(); Assert.That(logs, Text. [[#variable277103e0]]( [[#variable27710320]]).IgnoreCase); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#277103e0]] | Contains |
1 | 2 | [[#277103e0]] | Contains |
1 | 3 | [[#277103e0]] | DoesNotContain |
2 | 1 | [[#27710320]] | "Batch commands:" |
2 | 2 | [[#27710320]] | "batch" |
2 | 3 | [[#27710320]] | "Adding to batch" |