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.971 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 112 | src/NHibernate/Criterion/PropertyExpression.cs |
2 | 3 | 116 | src/NHibernate/Criterion/PropertyExpression.cs |
| ||||
if (_lhsProjection != null) { types.AddRange(_lhsProjection.GetTypedValues(criteria, criteriaQuery)); } |
| ||||
if (_rhsProjection != null) { types.AddRange(_rhsProjection.GetTypedValues(criteria, criteriaQuery)); } |
| |||
if ( [[#variable6fea7f00]]!= null) { types.AddRange( [[#variable6fea7f00]].GetTypedValues(criteria, criteriaQuery)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6fea7f00]] | _rhsProjection |
1 | 2 | [[#6fea7f00]] | _lhsProjection |