Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.957 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 19 | src/NHibernate/Criterion/NaturalIdentifier.cs |
2 | 3 | 38 | src/NHibernate/Criterion/NotExpression.cs |
| ||||
public TypedValue[] GetTypedValues(ICriteria criteria, ICriteriaQuery criteriaQuery) { return conjunction.GetTypedValues(criteria, criteriaQuery); } |
| ||||
public override TypedValue[] GetTypedValues(ICriteria criteria, ICriteriaQuery criteriaQuery) { return _criterion.GetTypedValues(criteria, criteriaQuery); } |
| |||
[[#variable70029040]]TypedValue[] GetTypedValues(ICriteria criteria, ICriteriaQuery criteriaQuery) { return [[#variable70028fe0]].GetTypedValues(criteria, criteriaQuery); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#70029040]] | public override |
1 | 2 | [[#70029040]] | public |
2 | 1 | [[#70028fe0]] | _criterion |
2 | 2 | [[#70028fe0]] | conjunction |