CloneSet1365


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12210.968interface_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112227
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.java
21263
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/MultiValueCategoryDataset.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
227
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.java

/**
 * Returns a list of outlier values for an item.  The list may be empty, 
 * but should never be <code>null</code>.
 *
 * @param row  the row index (zero-based).
 * @param column  the column index (zero-based).
 *
 * @return A list of outliers for an item.
 */
public List getOutliers(int row, int column);
/**
 * Returns a list of outlier values for an item.  The list may be empty, 
 * but should never be <code>null</code>.
 *
 * @param rowKey  the row key.
 * @param columnKey  the columnKey.
 *
 * @return A list of outlier values for an item.
 */
public List getOutliers(Comparable rowKey, Comparable columnKey);


First
Previous
Clone Instance
2
Line Count
12
Source Line
63
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/MultiValueCategoryDataset.java

/**
 * Returns a list (possibly empty) of the values for the specified item.
 * The returned list should be unmodifiable.
 * 
 * @param row  the row index (zero-based).
 * @param column   the column index (zero-based).
 * 
 * @return The list of values.
 */
public List getValues(int row, int column);
/**
 * Returns a list (possibly empty) of the values for the specified item.
 * The returned list should be unmodifiable.
 * 
 * @param rowKey  the row key (<code>null</code> not permitted).
 * @param columnKey  the column key (<code>null</code> not permitted).
 *
 * @return The list of values.
 */
public List getValues(Comparable rowKey, Comparable columnKey);


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns a list (possibly empty) of the values for the specified item.
     * The returned list should be unmodifiable.
     * 
     * @param row  the row index (zero-based).
     * @param column   the column index (zero-based).
     * 
     * @return The list of values.
     */
/**
     * Returns a list of outlier values for an item.  The list may be empty, 
     * but should never be <code>null</code>.
     *
     * @param row  the row index (zero-based).
     * @param column  the column index (zero-based).
     *
     * @return A list of outliers for an item.
     */
public List  [[#variable18f64d80]](int row, int column);
/**
     * Returns a list (possibly empty) of the values for the specified item.
     * The returned list should be unmodifiable.
     * 
     * @param rowKey  the row key (<code>null</code> not permitted).
     * @param columnKey  the column key (<code>null</code> not permitted).
     *
     * @return The list of values.
     */
/**
     * Returns a list of outlier values for an item.  The list may be empty, 
     * but should never be <code>null</code>.
     *
     * @param rowKey  the row key.
     * @param columnKey  the columnKey.
     *
     * @return A list of outlier values for an item.
     */
public List  [[#variable18f64d80]](Comparable rowKey, Comparable columnKey);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f64d80]]
getOutliers 
12[[#18f64d80]]
getValues