| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 3 | 2 | 0.968 | statement_list[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 59 | src/NHibernate/Dialect/DB2Dialect.cs |
| 2 | 3 | 80 | src/NHibernate/Dialect/MsSql2000Dialect.cs |
| 3 | 4 | 118 | src/NHibernate/Dialect/SybaseDialect.cs |
| ||||
RegisterFunction("ceiling", new StandardSQLFunction("ceiling"));
RegisterFunction("ceil", new StandardSQLFunction("ceil"));
RegisterFunction("floor", new StandardSQLFunction("floor"));
|
| ||||
RegisterFunction("ceiling", new StandardSQLFunction("ceiling"));
RegisterFunction("ceil", new StandardSQLFunction("ceil"));
RegisterFunction("floor", new StandardSQLFunction("floor"));
|
| ||||
RegisterFunction("ceiling", new StandardSQLFunction("ceiling"));
RegisterFunction("floor", new StandardSQLFunction("floor"));
RegisterFunction("isnull", new StandardSQLFunction("isnull"));
|
| |||
RegisterFunction("ceiling", new StandardSQLFunction("ceiling"));
RegisterFunction( [[#variable56b00aa0]], new StandardSQLFunction( [[#variable56b00aa0]]));
RegisterFunction( [[#variable56b00a80]], new StandardSQLFunction( [[#variable56b00a80]]));
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#56b00aa0]] | "floor" |
| 1 | 2 | [[#56b00aa0]] | "ceil" |
| 1 | 3 | [[#56b00aa0]] | "ceil" |
| 2 | 1 | [[#56b00a80]] | "isnull" |
| 2 | 2 | [[#56b00a80]] | "floor" |
| 2 | 3 | [[#56b00a80]] | "floor" |