CloneSet2307


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.969method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12211
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.java
22162
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/SimpleHistogramDataset.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
211
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.java

/**
 * Returns the number of items in the specified series.
 *
 * @param series  the index (zero-based) of the series.
 *
 * @return The number of items in the specified series.
 */
public int getItemCount(int series) {
  return this.dates.size();
}


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

/**
 * Returns the number of items in a series.  Since this dataset only stores
 * a single series, the <code>series</code> argument is ignored.
 *
 * @param series  the series index (zero-based, ignored in this dataset).
 *
 * @return The item count.
 */
public int getItemCount(int series) {
  return this.bins.size();
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns the number of items in a series.  Since this dataset only stores
     * a single series, the <code>series</code> argument is ignored.
     *
     * @param series  the series index (zero-based, ignored in this dataset).
     *
     * @return The item count.
     */
/**
     * Returns the number of items in the specified series.
     *
     * @param series  the index (zero-based) of the series.
     *
     * @return The number of items in the specified series.
     */
public int getItemCount(int series) {
  return this. [[#variable1a1725e0]].size();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a1725e0]]
dates 
12[[#1a1725e0]]
bins