Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 3 | 0.958 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 107 | src/NHibernate/Dialect/FirebirdDialect.cs |
2 | 2 | 109 | src/NHibernate/Dialect/FirebirdDialect.cs |
3 | 2 | 111 | src/NHibernate/Dialect/FirebirdDialect.cs |
4 | 2 | 113 | src/NHibernate/Dialect/FirebirdDialect.cs |
| ||||
RegisterFunction("addhour", new StandardSQLFunction("addhour", NHibernateUtil.DateTime)); RegisterFunction("addmillisecond", new StandardSQLFunction("addmillisecond", NHibernateUtil.DateTime)); |
| ||||
RegisterFunction("addminute", new StandardSQLFunction("addminute", NHibernateUtil.DateTime)); RegisterFunction("addmonth", new StandardSQLFunction("addmonth", NHibernateUtil.DateTime)); |
| ||||
RegisterFunction("addsecond", new StandardSQLFunction("addsecond", NHibernateUtil.DateTime)); RegisterFunction("addweek", new StandardSQLFunction("addweek", NHibernateUtil.DateTime)); |
| ||||
RegisterFunction("addyear", new StandardSQLFunction("addyear", NHibernateUtil.DateTime)); RegisterFunction("getexacttimestamp", new NoArgSQLFunction("getexacttimestamp", NHibernateUtil.DateTime)); |
| |||
RegisterFunction( [[#variable583a4780]], new StandardSQLFunction( [[#variable583a4780]], NHibernateUtil.DateTime)); RegisterFunction( [[#variable5e47dc60]], new [[#variable583a47a0]]( [[#variable5e47dc60]], NHibernateUtil.DateTime)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#583a4780]] | "addyear" |
1 | 2 | [[#583a4780]] | "addsecond" |
1 | 3 | [[#583a4780]] | "addminute" |
1 | 4 | [[#583a4780]] | "addhour" |
2 | 1 | [[#5e47dc60]] | "getexacttimestamp" |
2 | 2 | [[#5e47dc60]] | "addweek" |
2 | 3 | [[#5e47dc60]] | "addmonth" |
2 | 4 | [[#5e47dc60]] | "addmillisecond" |
3 | 1 | [[#583a47a0]] | NoArgSQLFunction |
3 | 2 | [[#583a47a0]] | StandardSQLFunction |
3 | 3 | [[#583a47a0]] | StandardSQLFunction |
3 | 4 | [[#583a47a0]] | StandardSQLFunction |