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