CloneSet2184


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.971constructor_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1382
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/StandardCategoryItemLabelGenerator.java
23110
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/StandardCategoryItemLabelGenerator.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
82
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/StandardCategoryItemLabelGenerator.java

/**
 * Creates a new generator with the specified number formatter.
 *
 * @param labelFormat  the label format string (<code>null</code> not 
 *                     permitted).
 * @param formatter  the number formatter (<code>null</code> not permitted).
 */
public StandardCategoryItemLabelGenerator(String labelFormat, NumberFormat formatter) {
  super(labelFormat, formatter);
}


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

/**
 * Creates a new generator with the specified date formatter.
 *
 * @param labelFormat  the label format string (<code>null</code> not 
 *                     permitted).
 * @param formatter  the date formatter (<code>null</code> not permitted).
 */
public StandardCategoryItemLabelGenerator(String labelFormat, DateFormat formatter) {
  super(labelFormat, formatter);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Creates a new generator with the specified date formatter.
     *
     * @param labelFormat  the label format string (<code>null</code> not 
     *                     permitted).
     * @param formatter  the date formatter (<code>null</code> not permitted).
     */
/**
     * Creates a new generator with the specified number formatter.
     *
     * @param labelFormat  the label format string (<code>null</code> not 
     *                     permitted).
     * @param formatter  the number formatter (<code>null</code> not permitted).
     */
public StandardCategoryItemLabelGenerator(String labelFormat, [[#variable1a13eee0]] formatter) {
  super(labelFormat, formatter);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a13eee0]]
NumberFormat 
12[[#1a13eee0]]
DateFormat