Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 1 | 0.967 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 49 | E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/InQuotesCommand.java |
2 | 12 | 49 | E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/RemoveQuotesCommand.java |
| |||||
int[] bounds = entryPanel.getBoundsOfSQLToBeExecuted(); if (bounds[0] == bounds[1]) { return; } String textToQuote = entryPanel.getSQLToBeExecuted(); if (null == textToQuote) { return; } |
| |||||
int[] bounds = entryPanel.getBoundsOfSQLToBeExecuted(); if (bounds[0] == bounds[1]) { return; } String textToUnquote = entryPanel.getSQLToBeExecuted(); if (null == textToUnquote) { return; } |
| |||
int[] bounds = entryPanel.getBoundsOfSQLToBeExecuted(); if (bounds[0] == bounds[1]) { return; } String [[#variable1c8b1bc0]]= entryPanel.getSQLToBeExecuted(); if (null == [[#variable1c8b1bc0]]) { return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8b1bc0]] | textToQuote |
1 | 2 | [[#1c8b1bc0]] | textToUnquote |