Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.989 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 15 | src/NHibernate.Test/UtilityTest/BasicFormatterFixture.cs |
2 | 2 | 19 | src/NHibernate.Test/UtilityTest/BasicFormatterFixture.cs |
| ||||
Assert.DoesNotThrow(() => formattedSql = formatter.Format(sql)); Assert.That(formattedSql, Text.Contains("'a'(b'")); |
| ||||
Assert.DoesNotThrow(() => formattedSql = formatter.Format(sql)); Assert.That(formattedSql, Text.Contains("'(')'")); |
| |||
Assert.DoesNotThrow(() => formattedSql = formatter.Format(sql)); Assert.That(formattedSql, Text.Contains( [[#variable6f5d3000]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f5d3000]] | "'(')'" |
1 | 2 | [[#6f5d3000]] | "'a'(b'" |