CloneSet1366


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13210.968interface_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11366
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/category/IntervalCategoryDataset.java
21390
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/category/IntervalCategoryDataset.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
66
Source File
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);


First
Previous
Clone Instance
2
Line Count
13
Source Line
90
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/category/IntervalCategoryDataset.java

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


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f65bc0]]
getStartValue 
12[[#18f65bc0]]
getEndValue