Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.975 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 20 | src/NHibernate.Test/Legacy/ABCTest.cs |
2 | 7 | 29 | src/NHibernate.Test/Legacy/ABCTest.cs |
| ||||
[Test] public void HigherLevelIndexDefinitionInColumnTag() { string[] commands = cfg.GenerateSchemaCreationScript(Dialect); Assert.IsTrue(ContainsCommandWithSubstring(commands, "create index indx_a_name"), "Unable to locate indx_a_name index creation"); } |
| ||||
[Test] public void HigherLevelIndexDefinitionInPropertyTag() { string[] commands = cfg.GenerateSchemaCreationScript(Dialect); Assert.IsTrue(ContainsCommandWithSubstring(commands, "create index indx_a_anothername"), "Unable to locate indx_a_anothername index creation"); } |
| |||
[Test] public void [[#variable298ca740]]() { string[] commands = cfg.GenerateSchemaCreationScript(Dialect); Assert.IsTrue(ContainsCommandWithSubstring(commands, [[#variable298caf60]]), [[#variable298caf00]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#298ca740]] | HigherLevelIndexDefinitionInPropertyTag |
1 | 2 | [[#298ca740]] | HigherLevelIndexDefinitionInColumnTag |
2 | 1 | [[#298caf60]] | "create index indx_a_anothername" |
2 | 2 | [[#298caf60]] | "create index indx_a_name" |
3 | 1 | [[#298caf00]] | "Unable to locate indx_a_anothername index creation" |
3 | 2 | [[#298caf00]] | "Unable to locate indx_a_name index creation" |