CloneSet1730


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.957method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13495
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/SQLPanelAPI.java
23519
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/SQLPanelAPI.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
495
Source File
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);
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
519
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/SQLPanelAPI.java

/**
 * 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);
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c972be0]]
appendSQLScript 
12[[#1c972be0]]
setEntireSQLScript 
21[[#1c972b80]]
appendText 
22[[#1c972b80]]
setText