Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 4 | 2 | 0.982 | class_member_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 78 | src/NHibernate/Dialect/Sybase11Dialect.cs |
2 | 13 | 87 | src/NHibernate/SqlCommand/ANSIJoinFragment.cs |
3 | 13 | 71 | src/NHibernate/SqlCommand/InformixJoinFragment.cs |
4 | 13 | 116 | src/NHibernate/SqlCommand/OracleJoinFragment.cs |
| ||||
public override bool AddCondition(string condition) { return AddCondition(afterWhere, condition); } public override bool AddCondition(SqlString condition) { return AddCondition(afterWhere, condition); } public override void AddFromFragmentString(SqlString fromFragmentString) { afterFrom.Add(fromFragmentString); } |
| ||||
public override bool AddCondition(string condition) { return AddCondition(conditions, condition); } public override bool AddCondition(SqlString condition) { return AddCondition(conditions, condition); } public override void AddFromFragmentString(SqlString fromFragmentString) { buffer.Add(fromFragmentString); } |
| ||||
public override bool AddCondition(string condition) { return AddCondition(afterWhere, condition); } public override bool AddCondition(SqlString condition) { return AddCondition(afterWhere, condition); } public override void AddFromFragmentString(SqlString fromFragmentString) { afterFrom.Add(fromFragmentString); } |
| ||||
public override bool AddCondition(string condition) { return AddCondition(afterWhere, condition); } public override bool AddCondition(SqlString condition) { return AddCondition(afterWhere, condition); } public override void AddFromFragmentString(SqlString fromFragmentString) { afterFrom.Add(fromFragmentString); } |
| |||
public override bool AddCondition(string condition) { return AddCondition( [[#variable5e435e80]], condition); } public override bool AddCondition(SqlString condition) { return AddCondition( [[#variable5e435e80]], condition); } public override void AddFromFragmentString(SqlString fromFragmentString) { [[#variable6c070ec0]].Add(fromFragmentString); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5e435e80]] | afterWhere |
1 | 2 | [[#5e435e80]] | conditions |
1 | 3 | [[#5e435e80]] | afterWhere |
1 | 4 | [[#5e435e80]] | afterWhere |
2 | 1 | [[#6c070ec0]] | afterFrom |
2 | 2 | [[#6c070ec0]] | buffer |
2 | 3 | [[#6c070ec0]] | afterFrom |
2 | 4 | [[#6c070ec0]] | afterFrom |