CloneSet1478


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.982method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16114
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/ExtendedCategoryAxis.java
26135
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/SubCategoryAxis.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
114
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/ExtendedCategoryAxis.java

/**
 * Sets the font for the sublabels and sends an {@link AxisChangeEvent} to
 * all registered listeners.
 * 
 * @param font  the font (<code>null</code> not permitted).
 * 
 * @see #getSubLabelFont()
 */
public void setSubLabelFont(Font font) {
  if (font == null) {
    throw new IllegalArgumentException("Null \'font\' argument.");
  }
  this.sublabelFont = font;
  notifyListeners(new AxisChangeEvent(this ));
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
135
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/SubCategoryAxis.java

/**
 * Sets the font used to display the sub-category labels and sends an 
 * {@link AxisChangeEvent} to all registered listeners.
 * 
 * @param font  the font (<code>null</code> not permitted).
 * 
 * @see #getSubLabelFont()
 */
public void setSubLabelFont(Font font) {
  if (font == null) {
    throw new IllegalArgumentException("Null \'font\' argument.");
  }
  this.subLabelFont = font;
  notifyListeners(new AxisChangeEvent(this ));
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Sets the font for the sublabels and sends an {@link AxisChangeEvent} to
     * all registered listeners.
     * 
     * @param font  the font (<code>null</code> not permitted).
     * 
     * @see #getSubLabelFont()
     */
/**
     * Sets the font used to display the sub-category labels and sends an 
     * {@link AxisChangeEvent} to all registered listeners.
     * 
     * @param font  the font (<code>null</code> not permitted).
     * 
     * @see #getSubLabelFont()
     */
public void setSubLabelFont(Font font) {
  if (font == null) {
    throw new IllegalArgumentException("Null \'font\' argument.");
  }
  this. [[#variable18f9e340]]= font;
  notifyListeners(new AxisChangeEvent(this ));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f9e340]]
sublabelFont 
12[[#18f9e340]]
subLabelFont