Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 5 | 1 | 0.990 | class_member_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 29 | src/NHibernate/Dialect/Function/AnsiSubstringFunction.cs |
2 | 13 | 46 | src/NHibernate/Dialect/Function/AnsiTrimEmulationFunction.cs |
3 | 13 | 22 | src/NHibernate/Dialect/Function/CharIndexFunction.cs |
4 | 13 | 22 | src/NHibernate/Dialect/Function/PositionSubstringFunction.cs |
5 | 13 | 466 | src/NHibernate/Dialect/Oracle8iDialect.cs |
| ||||
#region ISQLFunction Members public IType ReturnType(IType columnType, IMapping mapping) { return NHibernateUtil.String; } public bool HasArguments { get { return true; } } public bool HasParenthesesIfNoArguments { get { return true; } } |
| ||||
#region ISQLFunction Members public IType ReturnType(IType columnType, IMapping mapping) { return NHibernateUtil.String; } public bool HasArguments { get { return true; } } public bool HasParenthesesIfNoArguments { get { return true; } } |
| ||||
#region ISQLFunction Members public IType ReturnType(IType columnType, IMapping mapping) { return NHibernateUtil.Int32; } public bool HasArguments { get { return true; } } public bool HasParenthesesIfNoArguments { get { return true; } } |
| ||||
#region ISQLFunction Members public IType ReturnType(IType columnType, IMapping mapping) { return NHibernateUtil.Int32; } public bool HasArguments { get { return true; } } public bool HasParenthesesIfNoArguments { get { return true; } } |
| ||||
#region Implementation of ISQLFunction public IType ReturnType(IType columnType, IMapping mapping) { return NHibernateUtil.Int32; } public bool HasArguments { get { return true; } } public bool HasParenthesesIfNoArguments { get { return true; } } |
| |||
#region ISQLFunction Members #region Implementation of ISQLFunction public IType ReturnType(IType columnType, IMapping mapping) { return NHibernateUtil. [[#variable29346a00]]; } public bool HasArguments { get { return true; } } public bool HasParenthesesIfNoArguments { get { return true; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#29346a00]] | Int32 |
1 | 2 | [[#29346a00]] | String |
1 | 3 | [[#29346a00]] | Int32 |
1 | 4 | [[#29346a00]] | String |
1 | 5 | [[#29346a00]] | Int32 |