Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.951 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 740 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/util/MssqlIntrospector.java |
2 | 6 | 751 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/util/MssqlIntrospector.java |
| |||||
for (int j = 0; j < foreignColumns.length; j++) { buf.append("["); buf.append((String) foreignColumns[j]); buf.append("]"); if (j < foreignColumns.length - 1) buf.append(", "); } |
| |||||
for (int j = 0; j < primaryColumns.length; j++) { buf.append("["); buf.append((String) primaryColumns[j]); buf.append("]"); if (j < primaryColumns.length - 1) buf.append(",\n"); } |
| |||
for (int j = 0; j < [[#variable1cd50ac0]].length; j++) { buf.append("["); buf.append((String) [[#variable1cd50ac0]][j]); buf.append("]"); if (j < [[#variable1cd50ac0]].length - 1) buf.append( [[#variable1cd50a20]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd50ac0]] | foreignColumns |
1 | 2 | [[#1cd50ac0]] | primaryColumns |
2 | 1 | [[#1cd50a20]] | ", " |
2 | 2 | [[#1cd50a20]] | ",\n" |