Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.983 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 342 | src/NHibernate/Impl/CriteriaImpl.cs |
2 | 4 | 681 | src/NHibernate/Impl/CriteriaImpl.cs |
| ||||
public ICriteria CreateAlias(string associationPath, string alias, JoinType joinType) { new Subcriteria(this, this, associationPath, alias, joinType); return this ; } |
| ||||
public ICriteria CreateAlias(string associationPath, string alias, JoinType joinType) { new Subcriteria(root, this, associationPath, alias, joinType); return this ; } |
| |||
public ICriteria CreateAlias(string associationPath, string alias, JoinType joinType) { new Subcriteria( [[#variable27413be0]], this, associationPath, alias, joinType); return this ; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27413be0]] | root |
1 | 2 | [[#27413be0]] | this |