Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 3 | 0.953 | class_member_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 83 | src/NHibernate/Dialect/Function/SQLFunctionTemplate.cs |
2 | 13 | 37 | src/NHibernate/Dialect/Function/VarArgsSQLFunction.cs |
| ||||
#region ISQLFunction Members public IType ReturnType(IType columnType, IMapping mapping) { return (returnType == null) ? columnType: returnType; } public bool HasArguments { get { return hasArguments; } } public bool HasParenthesesIfNoArguments { get { return hasParenthesesIfNoArgs; } } |
| ||||
#region ISQLFunction Members public virtual IType ReturnType(IType columnType, IMapping mapping) { return (returnType == null) ? columnType: returnType; } public bool HasArguments { get { return true; } } public bool HasParenthesesIfNoArguments { get { return true; } } |
| |||
[[#variable293a51e0]]IType ReturnType(IType columnType, IMapping mapping) { return (returnType == null) ? columnType: returnType; } public bool HasArguments { get { return [[#variable278cfc60]]; } } public bool HasParenthesesIfNoArguments { get { return [[#variable293a5180]]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#293a51e0]] | #region ISQLFunction Members public virtual |
1 | 2 | [[#293a51e0]] | #region ISQLFunction Members public |
2 | 1 | [[#278cfc60]] | true |
2 | 2 | [[#278cfc60]] | hasArguments |
3 | 1 | [[#293a5180]] | true |
3 | 2 | [[#293a5180]] | hasParenthesesIfNoArgs |