CloneSet2416


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.987class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1356
src/NHibernate/Criterion/InsensitiveLikeExpression.cs
2345
src/NHibernate/Criterion/LikeExpression.cs
Clone Instance
1
Line Count
3
Source Line
56
Source File
src/NHibernate/Criterion/InsensitiveLikeExpression.cs

                public InsensitiveLikeExpression(string propertyName, string value, MatchMode matchMode)
                        : this(propertyName, matchMode.ToMatchString(value))
                {
                }



Clone Instance
2
Line Count
3
Source Line
45
Source File
src/NHibernate/Criterion/LikeExpression.cs

                public LikeExpression(string propertyName, string value, MatchMode matchMode)
                        : this(propertyName, matchMode.ToMatchString(value))
                {
                }



Clone AbstractionParameter Count: 1Parameter Bindings

public [[#variable6fec84c0]](string propertyName, string value, MatchMode matchMode): this(propertyName, matchMode.ToMatchString(value))
{
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6fec84c0]]
LikeExpression 
12[[#6fec84c0]]
InsensitiveLikeExpression