CloneSet2162


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12120
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultXYDataset.java
22121
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultXYZDataset.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
120
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultXYDataset.java

/**
 * Returns the index of the series with the specified key, or -1 if there 
 * is no such series in the dataset.
 * 
 * @param seriesKey  the series key (<code>null</code> permitted).
 * 
 * @return The index, or -1.
 */
public int indexOf(Comparable seriesKey) {
  return this.seriesKeys.indexOf(seriesKey);
}


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

/**
 * Returns the index of the series with the specified key, or -1 if there
 * is no such series in the dataset.
 *
 * @param seriesKey  the series key (<code>null</code> permitted).
 *
 * @return The index, or -1.
 */
public int indexOf(Comparable seriesKey) {
  return this.seriesKeys.indexOf(seriesKey);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns the index of the series with the specified key, or -1 if there 
     * is no such series in the dataset.
     * 
     * @param seriesKey  the series key (<code>null</code> permitted).
     * 
     * @return The index, or -1.
     */
/**
     * Returns the index of the series with the specified key, or -1 if there
     * is no such series in the dataset.
     *
     * @param seriesKey  the series key (<code>null</code> permitted).
     *
     * @return The index, or -1.
     */
public int indexOf(Comparable seriesKey) {
  return this.seriesKeys.indexOf(seriesKey);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None