CloneSet1557


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12190
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/jdbc/JDBCCategoryDataset.java
22150
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/jdbc/JDBCPieDataset.java
32214
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/jdbc/JDBCXYDataset.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
190
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/jdbc/JDBCCategoryDataset.java

/**
 * Populates the dataset by executing the supplied query against the 
 * existing database connection.  If no connection exists then no action 
 * is taken.
 * <p>
 * The results from the query are extracted and cached locally, thus 
 * applying an upper limit on how many rows can be retrieved successfully.
 *
 * @param query  the query.
 * 
 * @throws SQLException if there is a problem executing the query.
 */
public void executeQuery(String query) throws SQLException {
  executeQuery(this.connection, query);
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
150
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/jdbc/JDBCPieDataset.java

/**
 *  ExecuteQuery will attempt execute the query passed to it against the
 *  existing database connection.  If no connection exists then no action
 *  is taken.
 *  The results from the query are extracted and cached locally, thus
 *  applying an upper limit on how many rows can be retrieved successfully.
 *
 * @param  query  the query to be executed.
 * 
 * @throws SQLException if there is a problem executing the query.
 */
public void executeQuery(String query) throws SQLException {
  executeQuery(this.connection, query);
}


First
Previous
Clone Instance
3
Line Count
2
Source Line
214
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/jdbc/JDBCXYDataset.java

/**
 * ExecuteQuery will attempt execute the query passed to it against the
 * existing database connection.  If no connection exists then no action
 * is taken.
 *
 * The results from the query are extracted and cached locally, thus
 * applying an upper limit on how many rows can be retrieved successfully.
 *
 * @param  query  the query to be executed.
 * 
 * @throws SQLException if there is a problem executing the query.
 */
public void executeQuery(String query) throws SQLException {
  executeQuery(this.connection, query);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     *  ExecuteQuery will attempt execute the query passed to it against the
     *  existing database connection.  If no connection exists then no action
     *  is taken.
     *  The results from the query are extracted and cached locally, thus
     *  applying an upper limit on how many rows can be retrieved successfully.
     *
     * @param  query  the query to be executed.
     * 
     * @throws SQLException if there is a problem executing the query.
     */
/**
     * Populates the dataset by executing the supplied query against the 
     * existing database connection.  If no connection exists then no action 
     * is taken.
     * <p>
     * The results from the query are extracted and cached locally, thus 
     * applying an upper limit on how many rows can be retrieved successfully.
     *
     * @param query  the query.
     * 
     * @throws SQLException if there is a problem executing the query.
     */
/**
     * ExecuteQuery will attempt execute the query passed to it against the
     * existing database connection.  If no connection exists then no action
     * is taken.
     *
     * The results from the query are extracted and cached locally, thus
     * applying an upper limit on how many rows can be retrieved successfully.
     *
     * @param  query  the query to be executed.
     * 
     * @throws SQLException if there is a problem executing the query.
     */
public void executeQuery(String query) throws SQLException {
  executeQuery(this.connection, query);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None