Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 1 | 0.968 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 227 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.java |
2 | 12 | 63 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/MultiValueCategoryDataset.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); |
| |||||
/** * 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); |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f64d80]] | getOutliers |
1 | 2 | [[#18f64d80]] | getValues |