CloneSet1338


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.984method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15685
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
25770
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
685
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java

/**
 * Sets the domain axes for this plot and sends a {@link PlotChangeEvent}
 * to all registered listeners.
 *
 * @param axes  the axes (<code>null</code> not permitted).
 *
 * @see #setRangeAxes(ValueAxis[])
 */
public void setDomainAxes(CategoryAxis[] axes) {
  for (int i = 0; i < axes.length; i++) {
    setDomainAxis(i, axes[i], false);
  }
  fireChangeEvent();
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
770
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java

/**
 * Sets the domain axes for this plot and sends a {@link PlotChangeEvent}
 * to all registered listeners.
 *
 * @param axes  the axes (<code>null</code> not permitted).
 *
 * @see #setRangeAxes(ValueAxis[])
 */
public void setDomainAxes(ValueAxis[] axes) {
  for (int i = 0; i < axes.length; i++) {
    setDomainAxis(i, axes[i], false);
  }
  fireChangeEvent();
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Sets the domain axes for this plot and sends a {@link PlotChangeEvent}
     * to all registered listeners.
     *
     * @param axes  the axes (<code>null</code> not permitted).
     *
     * @see #setRangeAxes(ValueAxis[])
     */
public void setDomainAxes( [[#variable18f45640]][] axes) {
  for (int i = 0; i < axes.length; i++) {
    setDomainAxis(i, axes[i], false);
  }
  fireChangeEvent();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f45640]]
CategoryAxis 
12[[#18f45640]]
ValueAxis