Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 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 | 13 | 66 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/category/IntervalCategoryDataset.java |
2 | 13 | 90 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/category/IntervalCategoryDataset.java |
| |||||
/** * Returns the start value for the interval for a given series and category. * * @param series the series (zero-based index). * @param category the category (zero-based index). * * @return The start value (possibly <code>null</code>). * * @see #getEndValue(int, int) */ public Number getStartValue(int series, int category); /** * Returns the start value for the interval for a given series and category. * * @param series the series key. * @param category the category key. * * @return The start value (possibly <code>null</code>). * * @see #getEndValue(Comparable, Comparable) */ public Number getStartValue(Comparable series, Comparable category); |
| |||||
/** * Returns the end value for the interval for a given series and category. * * @param series the series (zero-based index). * @param category the category (zero-based index). * * @return The end value (possibly <code>null</code>). * * @see #getStartValue(int, int) */ public Number getEndValue(int series, int category); /** * Returns the end value for the interval for a given series and category. * * @param series the series key. * @param category the category key. * * @return The end value (possibly <code>null</code>). * * @see #getStartValue(Comparable, Comparable) */ public Number getEndValue(Comparable series, Comparable category); |
| |||
/** * Returns the start value for the interval for a given series and category. * * @param series the series (zero-based index). * @param category the category (zero-based index). * * @return The start value (possibly <code>null</code>). * * @see #getEndValue(int, int) */ /** * Returns the end value for the interval for a given series and category. * * @param series the series (zero-based index). * @param category the category (zero-based index). * * @return The end value (possibly <code>null</code>). * * @see #getStartValue(int, int) */ public Number [[#variable18f65bc0]](int series, int category); /** * Returns the start value for the interval for a given series and category. * * @param series the series key. * @param category the category key. * * @return The start value (possibly <code>null</code>). * * @see #getEndValue(Comparable, Comparable) */ /** * Returns the end value for the interval for a given series and category. * * @param series the series key. * @param category the category key. * * @return The end value (possibly <code>null</code>). * * @see #getStartValue(Comparable, Comparable) */ public Number [[#variable18f65bc0]](Comparable series, Comparable category); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f65bc0]] | getStartValue |
1 | 2 | [[#18f65bc0]] | getEndValue |