Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.957 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 105 | src/NHibernate/Criterion/Restrictions.cs |
2 | 3 | 110 | src/NHibernate/Criterion/Restrictions.cs |
| ||||
public static AbstractCriterion InsensitiveLike(string propertyName, string value, MatchMode matchMode) { return new InsensitiveLikeExpression(propertyName, value, matchMode); } |
| ||||
public static AbstractCriterion InsensitiveLike(IProjection projection, string value, MatchMode matchMode) { return new InsensitiveLikeExpression(projection, value, matchMode); } |
| |||
public static AbstractCriterion InsensitiveLike( [[#variable6d883f40]] [[#variable6d883ee0]], string value, MatchMode matchMode) { return new InsensitiveLikeExpression( [[#variable6d883ee0]], value, matchMode); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6d883f40]] | IProjection |
1 | 2 | [[#6d883f40]] | string |
2 | 1 | [[#6d883ee0]] | projection |
2 | 2 | [[#6d883ee0]] | propertyName |