Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.952 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 15 | src/NHibernate/Criterion/PropertySubqueryExpression.cs |
2 | 5 | 15 | src/NHibernate/Criterion/SimpleSubqueryExpression.cs |
| ||||
internal PropertySubqueryExpression(String propertyName, String op, String quantifier, DetachedCriteria dc) : base(op, quantifier, dc) { this.propertyName = propertyName; } |
| ||||
internal SimpleSubqueryExpression(Object value, String op, String quantifier, DetachedCriteria dc) : base(op, quantifier, dc) { this.value = value; } |
| |||
internal [[#variable270958a0]]( [[#variable27095840]] [[#variable270957c0]], String op, String quantifier, DetachedCriteria dc): base(op, quantifier, dc) { this. [[#variable270957c0]]= [[#variable270957c0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#270958a0]] | PropertySubqueryExpression |
1 | 2 | [[#270958a0]] | SimpleSubqueryExpression |
2 | 1 | [[#27095840]] | String |
2 | 2 | [[#27095840]] | Object |
3 | 1 | [[#270957c0]] | propertyName |
3 | 2 | [[#270957c0]] | value |