Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 6 | 1 | 0.971 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 66 | src/NHibernate/Criterion/Property.cs |
2 | 3 | 71 | src/NHibernate/Criterion/Property.cs |
3 | 3 | 76 | src/NHibernate/Criterion/Property.cs |
4 | 3 | 81 | src/NHibernate/Criterion/Property.cs |
5 | 3 | 86 | src/NHibernate/Criterion/Property.cs |
6 | 3 | 91 | src/NHibernate/Criterion/Property.cs |
| ||||
public AbstractCriterion EqProperty(Property other) { return Expression.EqProperty(PropertyName, other.PropertyName); } |
| ||||
public AbstractCriterion NotEqProperty(Property other) { return Expression.NotEqProperty(PropertyName, other.PropertyName); } |
| ||||
public AbstractCriterion LeProperty(Property other) { return Expression.LeProperty(PropertyName, other.PropertyName); } |
| ||||
public AbstractCriterion GeProperty(Property other) { return Expression.GeProperty(PropertyName, other.PropertyName); } |
| ||||
public AbstractCriterion LtProperty(Property other) { return Expression.LtProperty(PropertyName, other.PropertyName); } |
| ||||
public AbstractCriterion GtProperty(Property other) { return Expression.GtProperty(PropertyName, other.PropertyName); } |
| |||
public AbstractCriterion [[#variable5f4ad7c0]](Property other) { return Expression. [[#variable5f4ad7c0]](PropertyName, other.PropertyName); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f4ad7c0]] | GtProperty |
1 | 2 | [[#5f4ad7c0]] | LtProperty |
1 | 3 | [[#5f4ad7c0]] | GeProperty |
1 | 4 | [[#5f4ad7c0]] | LeProperty |
1 | 5 | [[#5f4ad7c0]] | NotEqProperty |
1 | 6 | [[#5f4ad7c0]] | EqProperty |