Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 3 | 0 | 1.000 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 66 | src/NHibernate/Criterion/AliasedProjection.cs |
2 | 14 | 61 | src/NHibernate/Criterion/Distinct.cs |
3 | 14 | 61 | src/NHibernate/Criterion/GroupedProjection.cs |
| ||||
public bool IsAggregate { get { return projection.IsAggregate; } } /// <summary> /// Gets the typed values for parameters in this projection /// </summary> /// <param name="criteria">The criteria.</param> /// <param name="criteriaQuery">The criteria query.</param> /// <returns></returns> public TypedValue[] GetTypedValues(ICriteria criteria, ICriteriaQuery criteriaQuery) { return projection.GetTypedValues(criteria, criteriaQuery); } |
| ||||
public bool IsAggregate { get { return projection.IsAggregate; } } /// <summary> /// Gets the typed values for parameters in this projection /// </summary> /// <param name="criteria">The criteria.</param> /// <param name="criteriaQuery">The criteria query.</param> /// <returns></returns> public TypedValue[] GetTypedValues(ICriteria criteria, ICriteriaQuery criteriaQuery) { return projection.GetTypedValues(criteria, criteriaQuery); } |
| ||||
public bool IsAggregate { get { return projection.IsAggregate; } } /// <summary> /// Gets the typed values for parameters in this projection /// </summary> /// <param name="criteria">The criteria.</param> /// <param name="criteriaQuery">The criteria query.</param> /// <returns></returns> public TypedValue[] GetTypedValues(ICriteria criteria, ICriteriaQuery criteriaQuery) { return projection.GetTypedValues(criteria, criteriaQuery); } |
| |||
public bool IsAggregate { get { return projection.IsAggregate; } } /// <summary> /// Gets the typed values for parameters in this projection /// </summary> /// <param name="criteria">The criteria.</param> /// <param name="criteriaQuery">The criteria query.</param> /// <returns></returns> public TypedValue[] GetTypedValues(ICriteria criteria, ICriteriaQuery criteriaQuery) { return projection.GetTypedValues(criteria, criteriaQuery); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |