CloneSet2019


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

/**
 * Returns a key.
 *
 * @param index  the item index (zero-based).
 *
 * @return The row key.
 * 
 * @throws IndexOutOfBoundsException if <code>item</code> is out of bounds.
 */
public Comparable getKey(int index) {
  return (Comparable) this.keys.get(index);
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
192
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/gantt/TaskSeriesCollection.java

/**
 * Returns a column key.
 *
 * @param index  the column index.
 *
 * @return The column key.
 */
public Comparable getColumnKey(int index) {
  return (Comparable) this.keys.get(index);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns a key.
     *
     * @param index  the item index (zero-based).
     *
     * @return The row key.
     * 
     * @throws IndexOutOfBoundsException if <code>item</code> is out of bounds.
     */
/**
     * Returns a column key.
     *
     * @param index  the column index.
     *
     * @return The column key.
     */
public Comparable  [[#variable1a0e5d00]](int index) {
  return (Comparable) this.keys.get(index);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0e5d00]]
getKey 
12[[#1a0e5d00]]
getColumnKey