Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.958 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 102 | src/NHibernate/Dialect/DB2Dialect.cs |
2 | 3 | 87 | src/NHibernate/Dialect/OracleLiteDialect.cs |
| ||||
RegisterFunction("timestamp", new StandardSQLFunction("timestamp", NHibernateUtil.Timestamp)); RegisterFunction("timestamp_iso", new StandardSQLFunction("timestamp_iso", NHibernateUtil.Timestamp)); |
| ||||
RegisterFunction("to_date", new StandardSQLFunction("to_date", NHibernateUtil.Timestamp)); RegisterFunction("last_day", new StandardSQLFunction("last_day", NHibernateUtil.Date)); |
| |||
RegisterFunction( [[#variable2bb70ee0]], new StandardSQLFunction( [[#variable2bb70ee0]], NHibernateUtil.Timestamp)); RegisterFunction( [[#variable2bca7760]], new StandardSQLFunction( [[#variable2bca7760]], NHibernateUtil. [[#variable2bb71a80]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2bb70ee0]] | "to_date" |
1 | 2 | [[#2bb70ee0]] | "timestamp" |
2 | 1 | [[#2bca7760]] | "last_day" |
2 | 2 | [[#2bca7760]] | "timestamp_iso" |
3 | 1 | [[#2bb71a80]] | Date |
3 | 2 | [[#2bb71a80]] | Timestamp |