Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 3 | 0.960 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 64 | src/NHibernate.Test/DialectTest/DialectFixture.cs |
2 | 6 | 72 | src/NHibernate.Test/DialectTest/DialectFixture.cs |
3 | 6 | 80 | src/NHibernate.Test/DialectTest/DialectFixture.cs |
| ||||
[Test] public void QuoteTableNameNeeded() { Assert.AreEqual( tableThatNeedsToBeQuoted[AfterQuoteIndex], d.QuoteForTableName(tableThatNeedsToBeQuoted[BeforeQuoteIndex])); } |
| ||||
[Test] public void QuoteTableNameNotNeeded() { Assert.AreEqual( tableWithNothingToBeQuoted[AfterQuoteIndex], d.QuoteForTableName(tableWithNothingToBeQuoted[BeforeQuoteIndex])); } |
| ||||
[Test] public void QuoteTableNameAlreadyQuoted() { Assert.AreEqual( tableAlreadyQuoted[BeforeQuoteIndex], d.QuoteForTableName(tableAlreadyQuoted[BeforeQuoteIndex])); } |
| |||
[Test] public void [[#variable687c1e60]]() { Assert.AreEqual( [[#variable687c1de0]][ [[#variable687c1d60]]], d.QuoteForTableName( [[#variable687c1de0]][BeforeQuoteIndex])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#687c1e60]] | QuoteTableNameNeeded |
1 | 2 | [[#687c1e60]] | QuoteTableNameNotNeeded |
1 | 3 | [[#687c1e60]] | QuoteTableNameAlreadyQuoted |
2 | 1 | [[#687c1de0]] | tableThatNeedsToBeQuoted |
2 | 2 | [[#687c1de0]] | tableWithNothingToBeQuoted |
2 | 3 | [[#687c1de0]] | tableAlreadyQuoted |
3 | 1 | [[#687c1d60]] | AfterQuoteIndex |
3 | 2 | [[#687c1d60]] | AfterQuoteIndex |
3 | 3 | [[#687c1d60]] | BeforeQuoteIndex |