Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 1 | 0.982 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 129 | src/NHibernate/SqlCommand/SqlDeleteBuilder.cs |
2 | 6 | 213 | src/NHibernate/SqlCommand/SqlSelectBuilder.cs |
3 | 6 | 252 | src/NHibernate/SqlCommand/SqlUpdateBuilder.cs |
| ||||
if ( ! string.IsNullOrEmpty(comment)) initialCapacity++; SqlStringBuilder sqlBuilder = new SqlStringBuilder(initialCapacity + 2); if ( ! string.IsNullOrEmpty(comment)) sqlBuilder.Add("/* " + comment + " */ "); |
| ||||
if ( ! string.IsNullOrEmpty(comment)) initialCapacity++; SqlStringBuilder sqlBuilder = new SqlStringBuilder(initialCapacity + 2); if ( ! string.IsNullOrEmpty(comment)) sqlBuilder.Add("/* " + comment + " */ "); |
| ||||
if ( ! string.IsNullOrEmpty(comment)) initialCapacity++; var sqlBuilder = new SqlStringBuilder(initialCapacity + 2); if ( ! string.IsNullOrEmpty(comment)) sqlBuilder.Add("/* " + comment + " */ "); |
| |||
if ( ! string.IsNullOrEmpty(comment)) initialCapacity++; [[#variable2d388440]]sqlBuilder = new SqlStringBuilder(initialCapacity + 2); if ( ! string.IsNullOrEmpty(comment)) sqlBuilder.Add("/* " + comment + " */ "); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2d388440]] | var |
1 | 2 | [[#2d388440]] | SqlStringBuilder |
1 | 3 | [[#2d388440]] | SqlStringBuilder |