Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.987 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 56 | src/NHibernate/Criterion/InsensitiveLikeExpression.cs |
2 | 3 | 45 | src/NHibernate/Criterion/LikeExpression.cs |
| ||||
public InsensitiveLikeExpression(string propertyName, string value, MatchMode matchMode) : this(propertyName, matchMode.ToMatchString(value)) { } |
| ||||
public LikeExpression(string propertyName, string value, MatchMode matchMode) : this(propertyName, matchMode.ToMatchString(value)) { } |
| |||
public [[#variable6fec84c0]](string propertyName, string value, MatchMode matchMode): this(propertyName, matchMode.ToMatchString(value)) { } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6fec84c0]] | LikeExpression |
1 | 2 | [[#6fec84c0]] | InsensitiveLikeExpression |