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.974 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 45 | src/NHibernate.Test/DialectTest/SQLiteDialectFixture.cs |
2 | 7 | 77 | src/NHibernate.Test/DialectTest/SQLiteDialectFixture.cs |
| ||||
[Test] public void QuotedTableNameWithoutSchemaWithSqlLite() { Table tbl = new Table(); tbl.Name = "`name`"; Assert.AreEqual("\"name\"", tbl.GetQualifiedName(dialect)); } |
| ||||
[Test] public void QuotedTableNameWithSqlLite() { Table tbl = new Table(); tbl.Name = "`Group`"; Assert.AreEqual("\"Group\"", tbl.GetQualifiedName(dialect)); } |
| |||
[Test] public void [[#variable278967c0]]() { Table tbl = new Table(); tbl.Name = [[#variable27896740]]; Assert.AreEqual( [[#variable278966e0]], tbl.GetQualifiedName(dialect)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#278967c0]] | QuotedTableNameWithoutSchemaWithSqlLite |
1 | 2 | [[#278967c0]] | QuotedTableNameWithSqlLite |
2 | 1 | [[#27896740]] | "`name`" |
2 | 2 | [[#27896740]] | "`Group`" |
3 | 1 | [[#278966e0]] | "\"name\"" |
3 | 2 | [[#278966e0]] | "\"Group\"" |