Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.988 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 92 | src/NHibernate/SqlCommand/QueryJoinFragment.cs |
2 | 8 | 112 | src/NHibernate/SqlCommand/QueryJoinFragment.cs |
| ||||
{ if ( !condition.StartsWith(" and ")) { afterWhere.Add(" and "); } afterWhere.Add(condition); return true; } |
| ||||
{ if ( !condition.StartsWithCaseInsensitive(" and ")) { afterWhere.Add(" and "); } afterWhere.Add(condition); return true; } |
| |||
{ if ( !condition. [[#variable584bef60]](" and ")) { afterWhere.Add(" and "); } afterWhere.Add(condition); return true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#584bef60]] | StartsWith |
1 | 2 | [[#584bef60]] | StartsWithCaseInsensitive |