Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.977 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 41 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/test/net/sourceforge/squirrel_sql/plugins/dbcopy/MockCopyTableListener.java |
2 | 5 | 48 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/test/net/sourceforge/squirrel_sql/plugins/dbcopy/MockCopyTableListener.java |
| |||||
public void tableCopyStarted(TableEvent e) { int total = e.getTableCount(); int num = e.getTableNumber(); System.out.println("Started copying table " + e.getTableName() + " ( " + num + " of " + total + " )"); } |
| |||||
public void tableCopyFinished(TableEvent e) { int total = e.getTableCount(); int num = e.getTableNumber(); System.out.println("Finished copying table " + e.getTableName() + " ( " + num + " of " + total + " )"); } |
| |||
public void [[#variable1ccfd960]](TableEvent e) { int total = e.getTableCount(); int num = e.getTableNumber(); System.out.println( [[#variable1ccfda00]] + e.getTableName() + " ( " + num + " of " + total + " )"); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ccfd960]] | tableCopyStarted |
1 | 2 | [[#1ccfd960]] | tableCopyFinished |
2 | 1 | [[#1ccfda00]] | "Started copying table " |
2 | 2 | [[#1ccfda00]] | "Finished copying table " |