CloneSet2182


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

/**
 * Returns the minimum and maximum values for the dataset's range
 * (y-values), assuming that the series in one category are stacked.
 *
 * @param dataset  the dataset (<code>null</code> not permitted).
 *
 * @return The range (<code>null</code> if the dataset contains no values).
 */
public static Range findStackedRangeBounds(CategoryDataset dataset) {
  return findStackedRangeBounds(dataset, 0.0);
}


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

/**
 * Returns the minimum and maximum values for the dataset's range,
 * assuming that the series are stacked.
 *
 * @param dataset  the dataset (<code>null</code> not permitted).
 *
 * @return The range ([0.0, 0.0] if the dataset contains no values).
 */
public static Range findStackedRangeBounds(TableXYDataset dataset) {
  return findStackedRangeBounds(dataset, 0.0);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns the minimum and maximum values for the dataset's range,
     * assuming that the series are stacked.
     *
     * @param dataset  the dataset (<code>null</code> not permitted).
     *
     * @return The range ([0.0, 0.0] if the dataset contains no values).
     */
/**
     * Returns the minimum and maximum values for the dataset's range
     * (y-values), assuming that the series in one category are stacked.
     *
     * @param dataset  the dataset (<code>null</code> not permitted).
     *
     * @return The range (<code>null</code> if the dataset contains no values).
     */
public static Range findStackedRangeBounds( [[#variable1a12b960]] dataset) {
  return findStackedRangeBounds(dataset, 0.0);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a12b960]]
CategoryDataset 
12[[#1a12b960]]
TableXYDataset