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.970 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 96 | src/NHibernate/Criterion/Property.cs |
2 | 3 | 101 | src/NHibernate/Criterion/Property.cs |
3 | 3 | 106 | src/NHibernate/Criterion/Property.cs |
4 | 3 | 111 | src/NHibernate/Criterion/Property.cs |
5 | 3 | 116 | src/NHibernate/Criterion/Property.cs |
6 | 3 | 121 | src/NHibernate/Criterion/Property.cs |
| ||||
public AbstractCriterion EqProperty(String other) { return Expression.EqProperty(PropertyName, other); } |
| ||||
public AbstractCriterion NotEqProperty(String other) { return Expression.NotEqProperty(PropertyName, other); } |
| ||||
public AbstractCriterion LeProperty(String other) { return Expression.LeProperty(PropertyName, other); } |
| ||||
public AbstractCriterion GeProperty(String other) { return Expression.GeProperty(PropertyName, other); } |
| ||||
public AbstractCriterion LtProperty(String other) { return Expression.LtProperty(PropertyName, other); } |
| ||||
public AbstractCriterion GtProperty(String other) { return Expression.GtProperty(PropertyName, other); } |
| |||
public AbstractCriterion [[#variable2dac8900]](String other) { return Expression. [[#variable2dac8900]](PropertyName, other); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2dac8900]] | GtProperty |
1 | 2 | [[#2dac8900]] | LtProperty |
1 | 3 | [[#2dac8900]] | GeProperty |
1 | 4 | [[#2dac8900]] | LeProperty |
1 | 5 | [[#2dac8900]] | NotEqProperty |
1 | 6 | [[#2dac8900]] | EqProperty |