Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 39 | 3 | 0.958 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 65 | src/NHibernate/Dialect/DB2Dialect.cs |
2 | 2 | 67 | src/NHibernate/Dialect/DB2Dialect.cs |
3 | 2 | 69 | src/NHibernate/Dialect/DB2Dialect.cs |
4 | 2 | 73 | src/NHibernate/Dialect/DB2Dialect.cs |
5 | 2 | 75 | src/NHibernate/Dialect/DB2Dialect.cs |
6 | 2 | 80 | src/NHibernate/Dialect/DB2Dialect.cs |
7 | 2 | 82 | src/NHibernate/Dialect/DB2Dialect.cs |
8 | 2 | 90 | src/NHibernate/Dialect/FirebirdDialect.cs |
9 | 2 | 93 | src/NHibernate/Dialect/FirebirdDialect.cs |
10 | 2 | 95 | src/NHibernate/Dialect/FirebirdDialect.cs |
11 | 2 | 98 | src/NHibernate/Dialect/FirebirdDialect.cs |
12 | 2 | 129 | src/NHibernate/Dialect/FirebirdDialect.cs |
13 | 2 | 131 | src/NHibernate/Dialect/FirebirdDialect.cs |
14 | 2 | 133 | src/NHibernate/Dialect/FirebirdDialect.cs |
15 | 2 | 135 | src/NHibernate/Dialect/FirebirdDialect.cs |
16 | 2 | 138 | src/NHibernate/Dialect/FirebirdDialect.cs |
17 | 2 | 85 | src/NHibernate/Dialect/MsSql2000Dialect.cs |
18 | 2 | 87 | src/NHibernate/Dialect/MsSql2000Dialect.cs |
19 | 2 | 89 | src/NHibernate/Dialect/MsSql2000Dialect.cs |
20 | 2 | 91 | src/NHibernate/Dialect/MsSql2000Dialect.cs |
21 | 2 | 94 | src/NHibernate/Dialect/MsSql2000Dialect.cs |
22 | 2 | 98 | src/NHibernate/Dialect/MsSql2000Dialect.cs |
23 | 2 | 102 | src/NHibernate/Dialect/MsSql2000Dialect.cs |
24 | 2 | 104 | src/NHibernate/Dialect/MsSql2000Dialect.cs |
25 | 2 | 139 | src/NHibernate/Dialect/Oracle8iDialect.cs |
26 | 2 | 141 | src/NHibernate/Dialect/Oracle8iDialect.cs |
27 | 2 | 143 | src/NHibernate/Dialect/Oracle8iDialect.cs |
28 | 2 | 145 | src/NHibernate/Dialect/Oracle8iDialect.cs |
29 | 2 | 147 | src/NHibernate/Dialect/Oracle8iDialect.cs |
30 | 2 | 149 | src/NHibernate/Dialect/Oracle8iDialect.cs |
31 | 2 | 151 | src/NHibernate/Dialect/Oracle8iDialect.cs |
32 | 2 | 69 | src/NHibernate/Dialect/OracleLiteDialect.cs |
33 | 2 | 99 | src/NHibernate/Dialect/SybaseDialect.cs |
34 | 2 | 101 | src/NHibernate/Dialect/SybaseDialect.cs |
35 | 2 | 103 | src/NHibernate/Dialect/SybaseDialect.cs |
36 | 2 | 105 | src/NHibernate/Dialect/SybaseDialect.cs |
37 | 2 | 107 | src/NHibernate/Dialect/SybaseDialect.cs |
38 | 2 | 109 | src/NHibernate/Dialect/SybaseDialect.cs |
39 | 2 | 114 | src/NHibernate/Dialect/SybaseDialect.cs |
| ||||
RegisterFunction("asin", new StandardSQLFunction("asin", NHibernateUtil.Double)); RegisterFunction("atan", new StandardSQLFunction("atan", NHibernateUtil.Double)); |
| ||||
RegisterFunction("cos", new StandardSQLFunction("cos", NHibernateUtil.Double)); RegisterFunction("cot", new StandardSQLFunction("cot", NHibernateUtil.Double)); |
| ||||
RegisterFunction("degrees", new StandardSQLFunction("degrees", NHibernateUtil.Double)); RegisterFunction("exp", new StandardSQLFunction("exp", NHibernateUtil.Double)); |
| ||||
RegisterFunction("ln", new StandardSQLFunction("ln", NHibernateUtil.Double)); RegisterFunction("log", new StandardSQLFunction("log", NHibernateUtil.Double)); |
| ||||
RegisterFunction("log10", new StandardSQLFunction("log10", NHibernateUtil.Double)); RegisterFunction("radians", new StandardSQLFunction("radians", NHibernateUtil.Double)); |
| ||||
RegisterFunction("sqrt", new StandardSQLFunction("sqrt", NHibernateUtil.Double)); RegisterFunction("stddev", new StandardSQLFunction("stddev", NHibernateUtil.Double)); |
| ||||
RegisterFunction("tan", new StandardSQLFunction("tan", NHibernateUtil.Double)); RegisterFunction("variance", new StandardSQLFunction("variance", NHibernateUtil.Double)); |
| ||||
RegisterFunction("ceiling", new StandardSQLFunction("ceiling", NHibernateUtil.Double)); RegisterFunction("div", new StandardSQLFunction("div", NHibernateUtil.Double)); |
| ||||
RegisterFunction("ln", new StandardSQLFunction("ln", NHibernateUtil.Double)); RegisterFunction("log", new StandardSQLFunction("log", NHibernateUtil.Double)); |
| ||||
RegisterFunction("log10", new StandardSQLFunction("log10", NHibernateUtil.Double)); RegisterFunction("pi", new NoArgSQLFunction("pi", NHibernateUtil.Double)); |
| ||||
RegisterFunction("sing", new StandardSQLFunction("sing", NHibernateUtil.Double)); RegisterFunction("sqtr", new StandardSQLFunction("sqtr", NHibernateUtil.Double)); |
| ||||
//Trigonometric Functions RegisterFunction("acos", new StandardSQLFunction("acos", NHibernateUtil.Double)); RegisterFunction("asin", new StandardSQLFunction("asin", NHibernateUtil.Double)); |
| ||||
RegisterFunction("atan", new StandardSQLFunction("atan", NHibernateUtil.Double)); RegisterFunction("atan2", new StandardSQLFunction("atan2", NHibernateUtil.Double)); |
| ||||
RegisterFunction("cos", new StandardSQLFunction("cos", NHibernateUtil.Double)); RegisterFunction("cosh", new StandardSQLFunction("cosh", NHibernateUtil.Double)); |
| ||||
RegisterFunction("cot", new StandardSQLFunction("cot", NHibernateUtil.Double)); RegisterFunction("sin", new StandardSQLFunction("sin", NHibernateUtil.Double)); |
| ||||
RegisterFunction("tan", new StandardSQLFunction("tan", NHibernateUtil.Double)); RegisterFunction("tanh", new StandardSQLFunction("tanh", NHibernateUtil.Double)); |
| ||||
RegisterFunction("acos", new StandardSQLFunction("acos", NHibernateUtil.Double)); RegisterFunction("asin", new StandardSQLFunction("asin", NHibernateUtil.Double)); |
| ||||
RegisterFunction("atan", new StandardSQLFunction("atan", NHibernateUtil.Double)); RegisterFunction("cos", new StandardSQLFunction("cos", NHibernateUtil.Double)); |
| ||||
RegisterFunction("cot", new StandardSQLFunction("cot", NHibernateUtil.Double)); RegisterFunction("degrees", new StandardSQLFunction("degrees", NHibernateUtil.Double)); |
| ||||
RegisterFunction("exp", new StandardSQLFunction("exp", NHibernateUtil.Double)); RegisterFunction("float", new StandardSQLFunction("float", NHibernateUtil.Double)); |
| ||||
RegisterFunction("ln", new StandardSQLFunction("ln", NHibernateUtil.Double)); RegisterFunction("log", new StandardSQLFunction("log", NHibernateUtil.Double)); |
| ||||
RegisterFunction("radians", new StandardSQLFunction("radians", NHibernateUtil.Double)); RegisterFunction("rand", new NoArgSQLFunction("rand", NHibernateUtil.Double)); |
| ||||
RegisterFunction("sqrt", new StandardSQLFunction("sqrt", NHibernateUtil.Double)); RegisterFunction("stddev", new StandardSQLFunction("stddev", NHibernateUtil.Double)); |
| ||||
RegisterFunction("tan", new StandardSQLFunction("tan", NHibernateUtil.Double)); RegisterFunction("variance", new StandardSQLFunction("variance", NHibernateUtil.Double)); |
| ||||
RegisterFunction("acos", new StandardSQLFunction("acos", NHibernateUtil.Double)); RegisterFunction("asin", new StandardSQLFunction("asin", NHibernateUtil.Double)); |
| ||||
RegisterFunction("atan", new StandardSQLFunction("atan", NHibernateUtil.Double)); RegisterFunction("cos", new StandardSQLFunction("cos", NHibernateUtil.Double)); |
| ||||
RegisterFunction("cosh", new StandardSQLFunction("cosh", NHibernateUtil.Double)); RegisterFunction("exp", new StandardSQLFunction("exp", NHibernateUtil.Double)); |
| ||||
RegisterFunction("ln", new StandardSQLFunction("ln", NHibernateUtil.Double)); RegisterFunction("sin", new StandardSQLFunction("sin", NHibernateUtil.Double)); |
| ||||
RegisterFunction("sinh", new StandardSQLFunction("sinh", NHibernateUtil.Double)); RegisterFunction("stddev", new StandardSQLFunction("stddev", NHibernateUtil.Double)); |
| ||||
RegisterFunction("sqrt", new StandardSQLFunction("sqrt", NHibernateUtil.Double)); RegisterFunction("tan", new StandardSQLFunction("tan", NHibernateUtil.Double)); |
| ||||
RegisterFunction("tanh", new StandardSQLFunction("tanh", NHibernateUtil.Double)); RegisterFunction("variance", new StandardSQLFunction("variance", NHibernateUtil.Double)); |
| ||||
RegisterFunction("stddev", new StandardSQLFunction("stddev", NHibernateUtil.Double)); RegisterFunction("variance", new StandardSQLFunction("variance", NHibernateUtil.Double)); |
| ||||
RegisterFunction("acos", new StandardSQLFunction("acos", NHibernateUtil.Double)); RegisterFunction("asin", new StandardSQLFunction("asin", NHibernateUtil.Double)); |
| ||||
RegisterFunction("atan", new StandardSQLFunction("atan", NHibernateUtil.Double)); RegisterFunction("cos", new StandardSQLFunction("cos", NHibernateUtil.Double)); |
| ||||
RegisterFunction("cot", new StandardSQLFunction("cot", NHibernateUtil.Double)); RegisterFunction("exp", new StandardSQLFunction("exp", NHibernateUtil.Double)); |
| ||||
RegisterFunction("log", new StandardSQLFunction("log", NHibernateUtil.Double)); RegisterFunction("log10", new StandardSQLFunction("log10", NHibernateUtil.Double)); |
| ||||
RegisterFunction("sin", new StandardSQLFunction("sin", NHibernateUtil.Double)); RegisterFunction("sqrt", new StandardSQLFunction("sqrt", NHibernateUtil.Double)); |
| ||||
RegisterFunction("tan", new StandardSQLFunction("tan", NHibernateUtil.Double)); RegisterFunction("pi", new NoArgSQLFunction("pi", NHibernateUtil.Double)); |
| ||||
RegisterFunction("radians", new StandardSQLFunction("radians", NHibernateUtil.Double)); RegisterFunction("degrees", new StandardSQLFunction("degrees", NHibernateUtil.Double)); |
| |||
//Trigonometric Functions RegisterFunction( [[#variable6f4f4a00]], new StandardSQLFunction( [[#variable6f4f4a00]], NHibernateUtil.Double)); RegisterFunction( [[#variable6f4f4840]], new [[#variable6f4f47e0]]( [[#variable6f4f4840]], NHibernateUtil.Double)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f4f4a00]] | "acos" |
1 | 2 | [[#6f4f4a00]] | "atan" |
1 | 3 | [[#6f4f4a00]] | "cot" |
1 | 4 | [[#6f4f4a00]] | "log" |
1 | 5 | [[#6f4f4a00]] | "sin" |
1 | 6 | [[#6f4f4a00]] | "tan" |
1 | 7 | [[#6f4f4a00]] | "radians" |
1 | 8 | [[#6f4f4a00]] | "stddev" |
1 | 9 | [[#6f4f4a00]] | "cosh" |
1 | 10 | [[#6f4f4a00]] | "ln" |
1 | 11 | [[#6f4f4a00]] | "sinh" |
1 | 12 | [[#6f4f4a00]] | "tanh" |
1 | 13 | [[#6f4f4a00]] | "atan" |
1 | 14 | [[#6f4f4a00]] | "cos" |
1 | 15 | [[#6f4f4a00]] | "asin" |
1 | 16 | [[#6f4f4a00]] | "cot" |
1 | 17 | [[#6f4f4a00]] | "tan" |
1 | 18 | [[#6f4f4a00]] | "cot" |
1 | 19 | [[#6f4f4a00]] | "exp" |
1 | 20 | [[#6f4f4a00]] | "ln" |
1 | 21 | [[#6f4f4a00]] | "radians" |
1 | 22 | [[#6f4f4a00]] | "sqrt" |
1 | 23 | [[#6f4f4a00]] | "tan" |
1 | 24 | [[#6f4f4a00]] | "sqrt" |
1 | 25 | [[#6f4f4a00]] | "log10" |
1 | 26 | [[#6f4f4a00]] | "ceiling" |
1 | 27 | [[#6f4f4a00]] | "sing" |
1 | 28 | [[#6f4f4a00]] | "cos" |
1 | 29 | [[#6f4f4a00]] | "degrees" |
1 | 30 | [[#6f4f4a00]] | "log10" |
1 | 31 | [[#6f4f4a00]] | "acos" |
1 | 32 | [[#6f4f4a00]] | "acos" |
1 | 33 | [[#6f4f4a00]] | "atan" |
1 | 34 | [[#6f4f4a00]] | "atan" |
1 | 35 | [[#6f4f4a00]] | "ln" |
1 | 36 | [[#6f4f4a00]] | "ln" |
1 | 37 | [[#6f4f4a00]] | "acos" |
1 | 38 | [[#6f4f4a00]] | "sqrt" |
1 | 39 | [[#6f4f4a00]] | "tan" |
2 | 1 | [[#6f4f4840]] | "asin" |
2 | 2 | [[#6f4f4840]] | "cos" |
2 | 3 | [[#6f4f4840]] | "exp" |
2 | 4 | [[#6f4f4840]] | "log10" |
2 | 5 | [[#6f4f4840]] | "sqrt" |
2 | 6 | [[#6f4f4840]] | "pi" |
2 | 7 | [[#6f4f4840]] | "degrees" |
2 | 8 | [[#6f4f4840]] | "variance" |
2 | 9 | [[#6f4f4840]] | "exp" |
2 | 10 | [[#6f4f4840]] | "sin" |
2 | 11 | [[#6f4f4840]] | "stddev" |
2 | 12 | [[#6f4f4840]] | "variance" |
2 | 13 | [[#6f4f4840]] | "atan2" |
2 | 14 | [[#6f4f4840]] | "cosh" |
2 | 15 | [[#6f4f4840]] | "atan" |
2 | 16 | [[#6f4f4840]] | "sin" |
2 | 17 | [[#6f4f4840]] | "tanh" |
2 | 18 | [[#6f4f4840]] | "degrees" |
2 | 19 | [[#6f4f4840]] | "float" |
2 | 20 | [[#6f4f4840]] | "log" |
2 | 21 | [[#6f4f4840]] | "rand" |
2 | 22 | [[#6f4f4840]] | "stddev" |
2 | 23 | [[#6f4f4840]] | "variance" |
2 | 24 | [[#6f4f4840]] | "tan" |
2 | 25 | [[#6f4f4840]] | "pi" |
2 | 26 | [[#6f4f4840]] | "div" |
2 | 27 | [[#6f4f4840]] | "sqtr" |
2 | 28 | [[#6f4f4840]] | "cot" |
2 | 29 | [[#6f4f4840]] | "exp" |
2 | 30 | [[#6f4f4840]] | "radians" |
2 | 31 | [[#6f4f4840]] | "asin" |
2 | 32 | [[#6f4f4840]] | "asin" |
2 | 33 | [[#6f4f4840]] | "cos" |
2 | 34 | [[#6f4f4840]] | "cos" |
2 | 35 | [[#6f4f4840]] | "log" |
2 | 36 | [[#6f4f4840]] | "log" |
2 | 37 | [[#6f4f4840]] | "asin" |
2 | 38 | [[#6f4f4840]] | "stddev" |
2 | 39 | [[#6f4f4840]] | "variance" |
3 | 1 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 2 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 3 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 4 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 5 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 6 | [[#6f4f47e0]] | NoArgSQLFunction |
3 | 7 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 8 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 9 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 10 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 11 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 12 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 13 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 14 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 15 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 16 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 17 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 18 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 19 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 20 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 21 | [[#6f4f47e0]] | NoArgSQLFunction |
3 | 22 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 23 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 24 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 25 | [[#6f4f47e0]] | NoArgSQLFunction |
3 | 26 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 27 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 28 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 29 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 30 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 31 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 32 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 33 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 34 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 35 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 36 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 37 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 38 | [[#6f4f47e0]] | StandardSQLFunction |
3 | 39 | [[#6f4f47e0]] | StandardSQLFunction |