CloneSet541


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13510.990class_member_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11329
src/NHibernate/Dialect/Function/AnsiSubstringFunction.cs
21346
src/NHibernate/Dialect/Function/AnsiTrimEmulationFunction.cs
31322
src/NHibernate/Dialect/Function/CharIndexFunction.cs
41322
src/NHibernate/Dialect/Function/PositionSubstringFunction.cs
513466
src/NHibernate/Dialect/Oracle8iDialect.cs
Clone Instance
1
Line Count
13
Source Line
29
Source File
src/NHibernate/Dialect/Function/AnsiSubstringFunction.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;
                            }
                }



Clone Instance
2
Line Count
13
Source Line
46
Source File
src/NHibernate/Dialect/Function/AnsiTrimEmulationFunction.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;
                            }
                }



Clone Instance
3
Line Count
13
Source Line
22
Source File
src/NHibernate/Dialect/Function/CharIndexFunction.cs

                #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;
                            }
                }



Clone Instance
4
Line Count
13
Source Line
22
Source File
src/NHibernate/Dialect/Function/PositionSubstringFunction.cs

                #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;
                            }
                }



Clone Instance
5
Line Count
13
Source Line
466
Source File
src/NHibernate/Dialect/Oracle8iDialect.cs

                        #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;
                                    }
                        }



Clone AbstractionParameter Count: 1Parameter Bindings

#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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#29346a00]]
Int32 
12[[#29346a00]]
String 
13[[#29346a00]]
Int32 
14[[#29346a00]]
String 
15[[#29346a00]]
Int32