CloneSet2222


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
12817
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/general/DatasetUtilities.java
22902
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
817
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/general/DatasetUtilities.java

/**
 * Iterates over the data item of the category dataset to find
 * the range bounds.
 *
 * @param dataset  the dataset (<code>null</code> not permitted).
 *
 * @return The range (possibly <code>null</code>).
 *
 * @since 1.0.10
 */
public static Range iterateRangeBounds(CategoryDataset dataset) {
  return iterateRangeBounds(dataset, true);
}


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

/**
 * Iterates over the data item of the xy dataset to find
 * the range bounds.
 *
 * @param dataset  the dataset (<code>null</code> not permitted).
 *
 * @return The range (possibly <code>null</code>).
 *
 * @since 1.0.10
 */
public static Range iterateRangeBounds(XYDataset dataset) {
  return iterateRangeBounds(dataset, true);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Iterates over the data item of the xy dataset to find
     * the range bounds.
     *
     * @param dataset  the dataset (<code>null</code> not permitted).
     *
     * @return The range (possibly <code>null</code>).
     *
     * @since 1.0.10
     */
/**
     * Iterates over the data item of the category dataset to find
     * the range bounds.
     *
     * @param dataset  the dataset (<code>null</code> not permitted).
     *
     * @return The range (possibly <code>null</code>).
     *
     * @since 1.0.10
     */
public static Range iterateRangeBounds( [[#variable1a13b7a0]] dataset) {
  return iterateRangeBounds(dataset, true);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a13b7a0]]
CategoryDataset 
12[[#1a13b7a0]]
XYDataset