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.962 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 42 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/action/UpdateStatisticsCommand.java |
2 | 5 | 69 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/AbstractTableListCommand.java |
| |||||
final IObjectTreeAPI api = _session.getSessionInternalFrame().getObjectTreeAPI(); final IDatabaseObjectInfo[] dbObjs = api.getSelectedDatabaseObjects(); // Get the names of all the selected tables in a comma separated list, final StringBuffer cmd = new StringBuffer(512); |
| |||||
final IObjectTreeAPI api = _session.getSessionInternalFrame().getObjectTreeAPI(); final IDatabaseObjectInfo[] dbObjs = api.getSelectedDatabaseObjects(); // Get the names of all the selected tables in a comma separated list, StringBuffer tableList = new StringBuffer(512); |
| |||
final IObjectTreeAPI api = _session.getSessionInternalFrame().getObjectTreeAPI(); final IDatabaseObjectInfo[] dbObjs = api.getSelectedDatabaseObjects(); [[#variable1c843000]] // Get the names of all the selected tables in a comma separated list, StringBuffer [[#variable1c838ce0]]= new StringBuffer(512); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c843000]] | // Get the names of all the selected tables in a comma separated list, final |
1 | 2 | [[#1c843000]] | |
2 | 1 | [[#1c838ce0]] | cmd |
2 | 2 | [[#1c838ce0]] | tableList |