Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.979 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 56 | E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/ConvertToStringBufferCommand.java |
2 | 3 | 52 | E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/RemoveNewLinesCommand.java |
| |||||
_api.getSQLEntryPanel().setSelectionStart(bounds[0]); _api.getSQLEntryPanel().setSelectionEnd(bounds[1]); _api.getSQLEntryPanel().replaceSelection(quotedText); |
| |||||
_api.getSQLEntryPanel().setSelectionStart(bounds[0]); _api.getSQLEntryPanel().setSelectionEnd(bounds[1]); _api.getSQLEntryPanel().replaceSelection(newText); |
| |||
_api.getSQLEntryPanel().setSelectionStart(bounds[0]); _api.getSQLEntryPanel().setSelectionEnd(bounds[1]); _api.getSQLEntryPanel().replaceSelection( [[#variable1c960360]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c960360]] | quotedText |
1 | 2 | [[#1c960360]] | newText |