Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.957 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 495 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/SQLPanelAPI.java |
2 | 3 | 519 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/SQLPanelAPI.java |
| |||||
/** * Append the passed SQL script to the SQL entry area and specify * whether it should be selected. * * @param sqlScript The script to be appended. * @param select If <TT>true</TT> then select the passed script * in the sql entry area. */ public synchronized void appendSQLScript(String sqlScript, boolean select) { _panel.getSQLEntryPanel().appendText(sqlScript, select); } |
| |||||
/** * Replace the contents of the SQL entry area with the passed * SQL script and specify whether to select it. * * @param sqlScript The script to be placed in the SQL entry area. * @param select If <TT>true</TT> then select the passed script * in the sql entry area. */ public synchronized void setEntireSQLScript(String sqlScript, boolean select) { _panel.getSQLEntryPanel().setText(sqlScript, select); } |
| |||
/** * Replace the contents of the SQL entry area with the passed * SQL script and specify whether to select it. * * @param sqlScript The script to be placed in the SQL entry area. * @param select If <TT>true</TT> then select the passed script * in the sql entry area. */ /** * Append the passed SQL script to the SQL entry area and specify * whether it should be selected. * * @param sqlScript The script to be appended. * @param select If <TT>true</TT> then select the passed script * in the sql entry area. */ public synchronized void [[#variable1c972be0]](String sqlScript, boolean select) { _panel.getSQLEntryPanel(). [[#variable1c972b80]](sqlScript, select); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c972be0]] | appendSQLScript |
1 | 2 | [[#1c972be0]] | setEntireSQLScript |
2 | 1 | [[#1c972b80]] | appendText |
2 | 2 | [[#1c972b80]] | setText |