CloneSet1340


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
20230.952class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
120191
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/AbstractCategoryItemLabelGenerator.java
220107
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/AbstractPieItemLabelGenerator.java
Next
Last
Clone Instance
1
Line Count
20
Source Line
191
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/AbstractCategoryItemLabelGenerator.java

/**
 * Returns the label format string.
 * 
 * @return The label format string (never <code>null</code>).
 */
public String getLabelFormat() {
  return this.labelFormat;
}

/**
 * Returns the number formatter.
 *
 * @return The number formatter (possibly <code>null</code>).
 */
public NumberFormat getNumberFormat() {
  return this.numberFormat;
}

/**
 * Returns the date formatter.
 *
 * @return The date formatter (possibly <code>null</code>).
 */
public DateFormat getDateFormat() {
  return this.dateFormat;
}


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

/**
 * Returns the label format string.
 *
 * @return The label format string (never <code>null</code>).
 */
public String getLabelFormat() {
  return this.labelFormat;
}

/**
 * Returns the number formatter.
 *
 * @return The formatter (never <code>null</code>).
 */
public NumberFormat getNumberFormat() {
  return this.numberFormat;
}

/**
 * Returns the percent formatter.
 *
 * @return The formatter (never <code>null</code>).
 */
public NumberFormat getPercentFormat() {
  return this.percentFormat;
}


Clone AbstractionParameter Count: 3Parameter Bindings

/**
     * Returns the label format string.
     *
     * @return The label format string (never <code>null</code>).
     */
/**
     * Returns the label format string.
     * 
     * @return The label format string (never <code>null</code>).
     */
public String getLabelFormat() {
  return this.labelFormat;
}

/**
     * Returns the number formatter.
     *
     * @return The formatter (never <code>null</code>).
     */
/**
     * Returns the number formatter.
     *
     * @return The number formatter (possibly <code>null</code>).
     */
public NumberFormat getNumberFormat() {
  return this.numberFormat;
}

/**
     * Returns the percent formatter.
     *
     * @return The formatter (never <code>null</code>).
     */
/**
     * Returns the date formatter.
     *
     * @return The date formatter (possibly <code>null</code>).
     */
public [[#variable18f1ed00]]  [[#variable18f1ec60]]() {
  return this. [[#variable18f1ec00]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f1ed00]]
DateFormat 
12[[#18f1ed00]]
NumberFormat 
21[[#18f1ec60]]
getDateFormat 
22[[#18f1ec60]]
getPercentFormat 
31[[#18f1ec00]]
dateFormat 
32[[#18f1ec00]]
percentFormat