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.985 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 15 | src/NHibernate.Example.Web/Schema.aspx.cs |
2 | 2 | 37 | src/NHibernate.Example.Web/Schema.aspx.cs |
| ||||
SchemaExport export = new SchemaExport(ExampleApplication.Configuration); export.Create(false, true); |
| ||||
SchemaExport export = new SchemaExport(ExampleApplication.Configuration); export.Drop(false, true); |
| |||
SchemaExport export = new SchemaExport(ExampleApplication.Configuration); export. [[#variable53ce3620]](false, true); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53ce3620]] | Drop |
1 | 2 | [[#53ce3620]] | Create |