Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.982 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 223 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/action/DeleteTablesCommand.java |
2 | 8 | 287 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/DropTablesCommand.java |
| |||||
{ stmt = session.getSQLConnection().prepareStatement(sql); stmt.setString(1, schema); rs = stmt.executeQuery(); if (rs.next()) { String tableName = rs.getString(1); matViewLookup.add(tableName); } } |
| |||||
{ stmt = session.getSQLConnection().prepareStatement(sql); stmt.setString(1, schema); rs = stmt.executeQuery(); if (rs.next()) { final String tableName = rs.getString(1); matViewLookup.add(tableName); } } |
| |||
{ stmt = session.getSQLConnection().prepareStatement(sql); stmt.setString(1, schema); rs = stmt.executeQuery(); if (rs.next()) { [[#variable1cd6df60]]String tableName = rs.getString(1); matViewLookup.add(tableName); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd6df60]] | |
1 | 2 | [[#1cd6df60]] | final |