Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 7 | 3 | 0.968 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 54 | src/NHibernate/Criterion/BetweenExpression.cs |
2 | 2 | 72 | src/NHibernate/Criterion/InExpression.cs |
3 | 2 | 66 | src/NHibernate/Criterion/InsensitiveLikeExpression.cs |
4 | 2 | 43 | src/NHibernate/Criterion/NotNullExpression.cs |
5 | 2 | 42 | src/NHibernate/Criterion/NullExpression.cs |
6 | 2 | 74 | src/NHibernate/Criterion/PropertyExpression.cs |
7 | 2 | 76 | src/NHibernate/Criterion/PropertyExpression.cs |
| ||||
//IType propertyType = criteriaQuery.GetTypeUsingProjection( criteria, _propertyName ); SqlString[] columnNames = CriterionUtil.GetColumnNames(_propertyName, _projection, criteriaQuery, criteria, enabledFilters); |
| ||||
SqlString[] columnNames = CriterionUtil.GetColumnNames(_propertyName, _projection, criteriaQuery, criteria, enabledFilters); |
| ||||
SqlString[] columnNames = CriterionUtil.GetColumnNames(propertyName, projection, criteriaQuery, criteria, enabledFilters); |
| ||||
SqlString[] columnNames = CriterionUtil.GetColumnNames(_propertyName, _projection, criteriaQuery, criteria, enabledFilters); |
| ||||
SqlString[] columnNames = CriterionUtil.GetColumnNames(_propertyName, _projection, criteriaQuery, criteria, enabledFilters); |
| ||||
SqlString[] columnNames = CriterionUtil.GetColumnNames(_lhsPropertyName, _lhsProjection, criteriaQuery, criteria, enabledFilters); |
| ||||
SqlString[] otherColumnNames = CriterionUtil.GetColumnNames(_rhsPropertyName, _rhsProjection, criteriaQuery, criteria, enabledFilters); |
| |||
//IType propertyType = criteriaQuery.GetTypeUsingProjection( criteria, _propertyName ); SqlString[] [[#variable5e8efc80]]= CriterionUtil.GetColumnNames( [[#variable5e8efc20]], [[#variable5e8efbc0]], criteriaQuery, criteria, enabledFilters); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5e8efc80]] | columnNames |
1 | 2 | [[#5e8efc80]] | columnNames |
1 | 3 | [[#5e8efc80]] | otherColumnNames |
1 | 4 | [[#5e8efc80]] | columnNames |
1 | 5 | [[#5e8efc80]] | columnNames |
1 | 6 | [[#5e8efc80]] | columnNames |
1 | 7 | [[#5e8efc80]] | columnNames |
2 | 1 | [[#5e8efc20]] | _propertyName |
2 | 2 | [[#5e8efc20]] | propertyName |
2 | 3 | [[#5e8efc20]] | _rhsPropertyName |
2 | 4 | [[#5e8efc20]] | _lhsPropertyName |
2 | 5 | [[#5e8efc20]] | _propertyName |
2 | 6 | [[#5e8efc20]] | _propertyName |
2 | 7 | [[#5e8efc20]] | _propertyName |
3 | 1 | [[#5e8efbc0]] | _projection |
3 | 2 | [[#5e8efbc0]] | projection |
3 | 3 | [[#5e8efbc0]] | _rhsProjection |
3 | 4 | [[#5e8efbc0]] | _lhsProjection |
3 | 5 | [[#5e8efbc0]] | _projection |
3 | 6 | [[#5e8efbc0]] | _projection |
3 | 7 | [[#5e8efbc0]] | _projection |