Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 2 | 0.964 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 65 | E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/AbstractPostgresDialogCommand.java |
2 | 7 | 99 | E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/AbstractPostgresDialogCommand.java |
3 | 7 | 129 | E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/AbstractPostgresDialogCommand.java |
| |||||
if (stmts == null || stmts.length == 0) { _session.showMessage("No changes have been done."); return; } StringBuilder script = new StringBuilder(); for (String stmt: stmts) { script.append(stmt).append("\n\n"); } |
| |||||
if (stmts == null || stmts.length == 0) { _session.showMessage("No changes have been done."); return; } final StringBuilder script = new StringBuilder(); for (String stmt: stmts) { script.append(stmt).append("\n\n"); } |
| |||||
if (stmts == null || stmts.length == 0) { _session.showMessage("No changes have been done."); return; } final StringBuilder script = new StringBuilder(); for (String stmt: stmts) { script.append(stmt).append("\n"); } |
| |||
if (stmts == null || stmts.length == 0) { _session.showMessage("No changes have been done."); return; } [[#variable1cc25660]]StringBuilder script = new StringBuilder(); for (String stmt: stmts) { script.append(stmt).append( [[#variable1cc2c740]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cc25660]] | |
1 | 2 | [[#1cc25660]] | final |
1 | 3 | [[#1cc25660]] | final |
2 | 1 | [[#1cc2c740]] | "\n\n" |
2 | 2 | [[#1cc2c740]] | "\n\n" |
2 | 3 | [[#1cc2c740]] | "\n" |