Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 5 | 2 | 0.952 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 40 | E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/ConvertToStringBufferCommand.java |
2 | 8 | 26 | E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/CopySqlAction.java |
3 | 8 | 26 | E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/CutSqlAction.java |
4 | 8 | 47 | E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/FormatSQLCommand.java |
5 | 7 | 37 | E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/RemoveNewLinesCommand.java |
| |||||
int[] bounds = _api.getSQLEntryPanel().getBoundsOfSQLToBeExecuted(); if (bounds[0] == bounds[1]) { return; } String textToQuote = _api.getSQLEntryPanel().getSQLToBeExecuted(); |
| |||||
int[] bounds = _panel.getSQLEntryPanel().getBoundsOfSQLToBeExecuted(); if (bounds[0] == bounds[1]) { return; } String sqlToBeExecuted = _panel.getSQLEntryPanel().getSQLToBeExecuted(); |
| |||||
int[] bounds = _panel.getSQLEntryPanel().getBoundsOfSQLToBeExecuted(); if (bounds[0] == bounds[1]) { return; } String sqlToBeExecuted = _panel.getSQLEntryPanel().getSQLToBeExecuted(); |
| |||||
int[] bounds = api.getSQLEntryPanel().getBoundsOfSQLToBeExecuted(); if (bounds[0] == bounds[1]) { return; } String textToReformat = api.getSQLEntryPanel().getSQLToBeExecuted(); |
| |||||
int[] bounds = _api.getSQLEntryPanel().getBoundsOfSQLToBeExecuted(); if (bounds[0] == bounds[1]) { return; } String textToChange = _api.getSQLEntryPanel().getSQLToBeExecuted(); |
| |||
int[] bounds = [[#variable1ce1e1c0]].getSQLEntryPanel().getBoundsOfSQLToBeExecuted(); if (bounds[0] == bounds[1]) { return; } String [[#variable1ce1e1e0]]= [[#variable1ce1e1c0]].getSQLEntryPanel().getSQLToBeExecuted(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ce1e1c0]] | _api |
1 | 2 | [[#1ce1e1c0]] | _panel |
1 | 3 | [[#1ce1e1c0]] | _panel |
1 | 4 | [[#1ce1e1c0]] | api |
1 | 5 | [[#1ce1e1c0]] | _api |
2 | 1 | [[#1ce1e1e0]] | textToQuote |
2 | 2 | [[#1ce1e1e0]] | sqlToBeExecuted |
2 | 3 | [[#1ce1e1e0]] | sqlToBeExecuted |
2 | 4 | [[#1ce1e1e0]] | textToReformat |
2 | 5 | [[#1ce1e1e0]] | textToChange |