Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.952 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 125 | src/NHibernate/Criterion/PropertyExpression.cs |
2 | 3 | 137 | src/NHibernate/Criterion/SimpleExpression.cs |
| ||||
/// <summary></summary> public override string ToString() { return (_lhsProjection ?? (object)_lhsPropertyName) + Op + _rhsPropertyName; } |
| ||||
/// <summary></summary> public override string ToString() { return (_projection ?? (object)propertyName) + Op + value; } |
| |||
/// <summary></summary> public override string ToString() { return ( [[#variable5f4e69a0]]?? (object) [[#variable5f4e6940]]) + Op + [[#variable5f4e6920]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f4e69a0]] | _lhsProjection |
1 | 2 | [[#5f4e69a0]] | _projection |
2 | 1 | [[#5f4e6940]] | _lhsPropertyName |
2 | 2 | [[#5f4e6940]] | propertyName |
3 | 1 | [[#5f4e6920]] | _rhsPropertyName |
3 | 2 | [[#5f4e6920]] | value |