CloneSet650


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15310.975interface_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
115112
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/gantt/GanttCategoryDataset.java
215139
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/gantt/GanttCategoryDataset.java
315166
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/gantt/GanttCategoryDataset.java
Next
Last
Clone Instance
1
Line Count
15
Source Line
112
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/gantt/GanttCategoryDataset.java

/**
 * Returns the start value of a sub-interval for a given item.
 *
 * @param row  the row index (zero-based).
 * @param column  the column index (zero-based).
 * @param subinterval  the sub-interval index (zero-based).
 *
 * @return The start value (possibly <code>null</code>).
 *
 * @see #getEndValue(int, int, int)
 */
public Number getStartValue(int row, int column, int subinterval);
/**
 * Returns the start value of a sub-interval for a given item.
 *
 * @param rowKey  the row key.
 * @param columnKey  the column key.
 * @param subinterval  the sub-interval.
 *
 * @return The start value (possibly <code>null</code>).
 *
 * @see #getEndValue(Comparable, Comparable, int)
 */
public Number getStartValue(Comparable rowKey, Comparable columnKey, int subinterval);


Next
Previous
Clone Instance
2
Line Count
15
Source Line
139
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/gantt/GanttCategoryDataset.java

/**
 * Returns the end value of a sub-interval for a given item.
 *
 * @param row  the row index (zero-based).
 * @param column  the column index (zero-based).
 * @param subinterval  the sub-interval.
 *
 * @return The end value (possibly <code>null</code>).
 *
 * @see #getStartValue(int, int, int)
 */
public Number getEndValue(int row, int column, int subinterval);
/**
 * Returns the end value of a sub-interval for a given item.
 *
 * @param rowKey  the row key.
 * @param columnKey  the column key.
 * @param subinterval  the sub-interval.
 *
 * @return The end value (possibly <code>null</code>).
 *
 * @see #getStartValue(Comparable, Comparable, int)
 */
public Number getEndValue(Comparable rowKey, Comparable columnKey, int subinterval);


First
Previous
Clone Instance
3
Line Count
15
Source Line
166
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/gantt/GanttCategoryDataset.java

/**
 * Returns the percentage complete value of a sub-interval for a given item.
 *
 * @param row  the row index (zero-based).
 * @param column  the column index (zero-based).
 * @param subinterval  the sub-interval.
 *
 * @return The percent complete value (possibly <code>null</code>).
 *
 * @see #getPercentComplete(Comparable, Comparable, int)
 */
public Number getPercentComplete(int row, int column, int subinterval);
/**
 * Returns the percentage complete value of a sub-interval for a given item.
 *
 * @param rowKey  the row key.
 * @param columnKey  the column key.
 * @param subinterval  the sub-interval.
 *
 * @return The percent complete value (possibly <code>null</code>).
 *
 * @see #getPercentComplete(int, int, int)
 */
public Number getPercentComplete(Comparable rowKey, Comparable columnKey, int subinterval);


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns the start value of a sub-interval for a given item.
     *
     * @param row  the row index (zero-based).
     * @param column  the column index (zero-based).
     * @param subinterval  the sub-interval index (zero-based).
     *
     * @return The start value (possibly <code>null</code>).
     *
     * @see #getEndValue(int, int, int)
     */
/**
     * Returns the end value of a sub-interval for a given item.
     *
     * @param row  the row index (zero-based).
     * @param column  the column index (zero-based).
     * @param subinterval  the sub-interval.
     *
     * @return The end value (possibly <code>null</code>).
     *
     * @see #getStartValue(int, int, int)
     */
/**
     * Returns the percentage complete value of a sub-interval for a given item.
     *
     * @param row  the row index (zero-based).
     * @param column  the column index (zero-based).
     * @param subinterval  the sub-interval.
     *
     * @return The percent complete value (possibly <code>null</code>).
     *
     * @see #getPercentComplete(Comparable, Comparable, int)
     */
public Number  [[#variable18cc2e40]](int row, int column, int subinterval);
/**
     * Returns the start value of a sub-interval for a given item.
     *
     * @param rowKey  the row key.
     * @param columnKey  the column key.
     * @param subinterval  the sub-interval.
     *
     * @return The start value (possibly <code>null</code>).
     *
     * @see #getEndValue(Comparable, Comparable, int)
     */
/**
     * Returns the end value of a sub-interval for a given item.
     *
     * @param rowKey  the row key.
     * @param columnKey  the column key.
     * @param subinterval  the sub-interval.
     *
     * @return The end value (possibly <code>null</code>).
     *
     * @see #getStartValue(Comparable, Comparable, int)
     */
/**
     * Returns the percentage complete value of a sub-interval for a given item.
     *
     * @param rowKey  the row key.
     * @param columnKey  the column key.
     * @param subinterval  the sub-interval.
     *
     * @return The percent complete value (possibly <code>null</code>).
     *
     * @see #getPercentComplete(int, int, int)
     */
public Number  [[#variable18cc2e40]](Comparable rowKey, Comparable columnKey, int subinterval);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18cc2e40]]
getStartValue 
12[[#18cc2e40]]
getEndValue 
13[[#18cc2e40]]
getPercentComplete