Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.976 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 118 | src/NHibernate/Dialect/DB2Dialect.cs |
2 | 2 | 105 | src/NHibernate/Dialect/Dialect.cs |
3 | 2 | 120 | src/NHibernate/Dialect/MsSql2000Dialect.cs |
| ||||
RegisterFunction("upper", new StandardSQLFunction("upper")); RegisterFunction("ucase", new StandardSQLFunction("ucase")); |
| ||||
RegisterFunction("upper", new StandardSQLFunction("upper")); RegisterFunction("lower", new StandardSQLFunction("lower")); |
| ||||
RegisterFunction("upper", new StandardSQLFunction("upper")); RegisterFunction("ucase", new StandardSQLFunction("ucase")); |
| |||
RegisterFunction("upper", new StandardSQLFunction("upper")); RegisterFunction( [[#variable28304740]], new StandardSQLFunction( [[#variable28304740]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#28304740]] | "ucase" |
1 | 2 | [[#28304740]] | "lower" |
1 | 3 | [[#28304740]] | "ucase" |