Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.957 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 22 | src/NHibernate.Test/NHSpecificTest/NH2003/Fixture.cs |
2 | 4 | 22 | src/NHibernate.Test/Tools/hbm2ddl/SchemaExportTests/WithColumnTagFixture.cs |
| ||||
new SchemaExport(cfg).Execute(s => script.AppendLine(s), false, false); string wholeScript = script.ToString(); Assert.That(wholeScript.ToLower(), Text.Contains("not null")); |
| ||||
new SchemaExport(cfg).Execute(s => script.AppendLine(s), false, false); string wholeScript = script.ToString(); Assert.That(wholeScript, Text.Contains("default SYSTEM_USER")); |
| |||
new SchemaExport(cfg).Execute(s => script.AppendLine(s), false, false); string wholeScript = script.ToString(); Assert.That( [[#variable57d21c80]], Text.Contains( [[#variable26d61b40]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57d21c80]] | wholeScript.ToLower() |
1 | 2 | [[#57d21c80]] | wholeScript |
2 | 1 | [[#26d61b40]] | "not null" |
2 | 2 | [[#26d61b40]] | "default SYSTEM_USER" |