CloneSet2417


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

/**
 * Sets the location of the domain axis and sends a {@link PlotChangeEvent}
 * to all registered listeners.
 *
 * @param location  the axis location (<code>null</code> not permitted).
 *
 * @see #getDomainAxisLocation()
 * @see #setDomainAxisLocation(int, AxisLocation)
 */
public void setDomainAxisLocation(AxisLocation location) {
  // delegate...
  setDomainAxisLocation(0, location, true);
}


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

/**
 * Sets the location of the primary domain axis and sends a
 * {@link PlotChangeEvent} to all registered listeners.
 *
 * @param location  the location (<code>null</code> not permitted).
 *
 * @see #getDomainAxisLocation()
 */
public void setDomainAxisLocation(AxisLocation location) {
  // delegate...
  setDomainAxisLocation(0, location, true);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the location of the domain axis and sends a {@link PlotChangeEvent}
     * to all registered listeners.
     *
     * @param location  the axis location (<code>null</code> not permitted).
     *
     * @see #getDomainAxisLocation()
     * @see #setDomainAxisLocation(int, AxisLocation)
     */
/**
     * Sets the location of the primary domain axis and sends a
     * {@link PlotChangeEvent} to all registered listeners.
     *
     * @param location  the location (<code>null</code> not permitted).
     *
     * @see #getDomainAxisLocation()
     */
public void setDomainAxisLocation(AxisLocation location) {
  // delegate...
  setDomainAxisLocation(0, location, true);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None