Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.989 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 27 | src/NHibernate/Criterion/InsensitiveLikeExpression.cs |
2 | 4 | 33 | src/NHibernate/Criterion/LikeExpression.cs |
| ||||
/// <summary> /// Initializes a new instance of the <see cref="InsensitiveLikeExpression"/> class. /// </summary> /// <param name="projection">The projection.</param> /// <param name="value">The value.</param> /// <param name="matchMode">The match mode.</param> public InsensitiveLikeExpression(IProjection projection, string value, MatchMode matchMode) { this.projection = projection; this.value = matchMode.ToMatchString(value); } |
| ||||
public LikeExpression(IProjection projection, string value, MatchMode matchMode) { this.projection = projection; this.value = matchMode.ToMatchString(value); } |
| |||
/// <summary> /// Initializes a new instance of the <see cref="InsensitiveLikeExpression"/> class. /// </summary> /// <param name="projection">The projection.</param> /// <param name="value">The value.</param> /// <param name="matchMode">The match mode.</param> public [[#variable5eb9a9c0]](IProjection projection, string value, MatchMode matchMode) { this.projection = projection; this.value = matchMode.ToMatchString(value); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5eb9a9c0]] | InsensitiveLikeExpression |
1 | 2 | [[#5eb9a9c0]] | LikeExpression |