Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.972 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 33 | src/NHibernate/Dialect/Function/NoArgSQLFunction.cs |
2 | 8 | 21 | src/NHibernate/Dialect/Function/NvlFunction.cs |
| ||||
#region ISQLFunction Members public IType ReturnType(IType columnType, IMapping mapping) { return FunctionReturnType; } public bool HasArguments { get { return false; } } |
| ||||
#region ISQLFunction Members public IType ReturnType(IType columnType, IMapping mapping) { return columnType; } public bool HasArguments { get { return true; } } |
| |||
#region ISQLFunction Members public IType ReturnType(IType columnType, IMapping mapping) { return [[#variable687b4ea0]]; } public bool HasArguments { get { return [[#variable687b5560]]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#687b4ea0]] | columnType |
1 | 2 | [[#687b4ea0]] | FunctionReturnType |
2 | 1 | [[#687b5560]] | true |
2 | 2 | [[#687b5560]] | false |