Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.964 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 390 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/gantt/SlidingGanttCategoryDataset.java |
2 | 3 | 553 | 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); } |
| |||||
/** * 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); } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18fb6720]] | getPercentComplete |
1 | 2 | [[#18fb6720]] | getEndValue |