Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 0 | 1.000 | class_member_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 43 | src/NHibernate/Dialect/Function/ClassicAggregateFunction.cs |
2 | 13 | 46 | src/NHibernate/Dialect/Function/StandardSQLFunction.cs |
| ||||
#region ISQLFunction Members public virtual IType ReturnType(IType columnType, IMapping mapping) { return returnType ?? columnType; } public bool HasArguments { get { return true; } } public bool HasParenthesesIfNoArguments { get { return true; } } |
| ||||
#region ISQLFunction Members public virtual IType ReturnType(IType columnType, IMapping mapping) { return returnType ?? columnType; } public bool HasArguments { get { return true; } } public bool HasParenthesesIfNoArguments { get { return true; } } |
| |||
#region ISQLFunction Members public virtual IType ReturnType(IType columnType, IMapping mapping) { return returnType ?? columnType; } public bool HasArguments { get { return true; } } public bool HasParenthesesIfNoArguments { get { return true; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |