CloneSet1884


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
12171
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/HighLowItemLabelGenerator.java
22116
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/SymbolicXYItemLabelGenerator.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
171
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/HighLowItemLabelGenerator.java

/**
 * Generates a label for the specified item. The label is typically a 
 * formatted version of the data value, but any text can be used.
 *
 * @param dataset  the dataset (<code>null</code> not permitted).
 * @param series  the series index (zero-based).
 * @param category  the category index (zero-based).
 *
 * @return The label (possibly <code>null</code>).
 */
public String generateLabel(XYDataset dataset, int series, int category) {
  return null; //TODO: implement this method properly
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
116
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/SymbolicXYItemLabelGenerator.java

/**
 * Generates a label for the specified item. The label is typically a 
 * formatted version of the data value, but any text can be used.
 *
 * @param dataset  the dataset (<code>null</code> not permitted).
 * @param series  the series index (zero-based).
 * @param category  the category index (zero-based).
 *
 * @return The label (possibly <code>null</code>).
 */
public String generateLabel(XYDataset dataset, int series, int category) {
  return null; //TODO: implement this method properly
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Generates a label for the specified item. The label is typically a 
     * formatted version of the data value, but any text can be used.
     *
     * @param dataset  the dataset (<code>null</code> not permitted).
     * @param series  the series index (zero-based).
     * @param category  the category index (zero-based).
     *
     * @return The label (possibly <code>null</code>).
     */
public String generateLabel(XYDataset dataset, int series, int category) {
  return null; //TODO: implement this method properly
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None