Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.976 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 40 | src/NHibernate/SqlCommand/ConditionalFragment.cs |
2 | 5 | 47 | src/NHibernate/SqlCommand/ConditionalFragment.cs |
| ||||
/// <summary> /// /// </summary> /// <param name="lhs"></param> /// <param name="rhs"></param> /// <returns></returns> public ConditionalFragment SetCondition(string[] lhs, string[] rhs) { this.lhs = lhs; this.rhs = rhs; return this ; } |
| ||||
public ConditionalFragment SetCondition(string[] lhs, Parameter[] rhs) { this.lhs = lhs; this.rhs = rhs; return this ; } |
| |||
/// <summary> /// /// </summary> /// <param name="lhs"></param> /// <param name="rhs"></param> /// <returns></returns> public ConditionalFragment SetCondition(string[] lhs, [[#variable5eb4a780]][] rhs) { this.lhs = lhs; this.rhs = rhs; return this ; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5eb4a780]] | Parameter |
1 | 2 | [[#5eb4a780]] | string |