Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 3 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 144 | E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/MessageDialog.java |
2 | 9 | 160 | E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/MessageDialog.java |
| |||||
for (int i = 1; i <= 15; i++) { dialog.writeLine("A line of text. (" + i + ")"); try { Thread.sleep(100); } catch (InterruptedException e) { e.printStackTrace(); } } dialog.scrollToBottom(); |
| |||||
for (int i = 16; i <= 20; i++) { dialog.writeLine("A line of text. (" + i + ")"); try { Thread.sleep(100); } catch (InterruptedException e) { e.printStackTrace(); } } dialog.enableCloseButton(); |
| |||
for (int i = [[#variable1cdb7100]]; i <= [[#variable1cda9ac0]]; i++) { dialog.writeLine("A line of text. (" + i + ")"); try { Thread.sleep(100); } catch (InterruptedException e) { e.printStackTrace(); } } dialog. [[#variable1cdb3160]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cdb7100]] | 1 |
1 | 2 | [[#1cdb7100]] | 16 |
2 | 1 | [[#1cda9ac0]] | 15 |
2 | 2 | [[#1cda9ac0]] | 20 |
3 | 1 | [[#1cdb3160]] | scrollToBottom |
3 | 2 | [[#1cdb3160]] | enableCloseButton |