CloneSet1506


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.964method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13390
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/gantt/SlidingGanttCategoryDataset.java
23553
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/gantt/SlidingGanttCategoryDataset.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
390
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/gantt/SlidingGanttCategoryDataset.java

/**
 * Returns the percent complete for a given item.
 *
 * @param series  the row index (zero-based).
 * @param category  the column index (zero-based).
 *
 * @return The percent complete.
 */
public Number getPercentComplete(int series, int category) {
  return this.underlying.getPercentComplete(series, category + this.firstCategoryIndex);
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
553
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/gantt/SlidingGanttCategoryDataset.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>).
 */
public Number getEndValue(int series, int category) {
  return this.underlying.getEndValue(series, category + this.firstCategoryIndex);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * 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>).
     */
/**
     * Returns the percent complete for a given item.
     *
     * @param series  the row index (zero-based).
     * @param category  the column index (zero-based).
     *
     * @return The percent complete.
     */
public Number  [[#variable18fb6720]](int series, int category) {
  return this.underlying. [[#variable18fb6720]](series, category + this.firstCategoryIndex);
}
 

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