Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.968 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 46 | src/NHibernate.Test/NHSpecificTest/NH1635/Fixture.cs |
2 | 3 | 38 | src/NHibernate.Test/NHSpecificTest/NH1710/Fixture.cs |
| ||||
var script = new StringBuilder(); new SchemaExport(cfg).Create(sl => script.Append(sl), true); Assert.That(script.ToString(), Text.DoesNotContain("LatestMessage")); |
| ||||
var script = new StringBuilder(); new SchemaExport(cfg).Create(sl => script.AppendLine(sl), true); Assert.That(script.ToString(), Text.Contains(expectedExportString)); |
| |||
var script = new StringBuilder(); new SchemaExport(cfg).Create(sl => script. [[#variable48293dc0]](sl), true); Assert.That(script.ToString(), Text. [[#variable2c55b960]]( [[#variable48293d00]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#48293dc0]] | Append |
1 | 2 | [[#48293dc0]] | AppendLine |
2 | 1 | [[#2c55b960]] | DoesNotContain |
2 | 2 | [[#2c55b960]] | Contains |
3 | 1 | [[#48293d00]] | "LatestMessage" |
3 | 2 | [[#48293d00]] | expectedExportString |