Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.973 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 54 | src/NHibernate.Test/NHSpecificTest/NH1171/Fixture.cs |
2 | 2 | 24 | src/NHibernate.Test/NHSpecificTest/NH1444/Fixture.cs |
| ||||
string message = ls.GetWholeLog(); Assert.That(message, Text.Contains("-- Comment with ' number 1")); |
| ||||
var message = ls.GetWholeLog(); Assert.That(message, Text.Contains("xchild0_.ParentId=xparent1_.Id and (@p0=1 or xparent1_.A<@p1)")); |
| |||
[[#variable584579e0]]message = ls.GetWholeLog(); Assert.That(message, Text.Contains( [[#variable58457f00]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#584579e0]] | var |
1 | 2 | [[#584579e0]] | string |
2 | 1 | [[#58457f00]] | "xchild0_.ParentId=xparent1_.Id and (@p0=1 or xparent1_.A<@p1)" |
2 | 2 | [[#58457f00]] | "-- Comment with ' number 1" |