CloneSet2060


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.950method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13810
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java
231029
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
810
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java

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


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

/**
 * Sets the location of the primary range axis and, if requested, sends a
 * {@link PlotChangeEvent} to all registered listeners.
 *
 * @param location  the location (<code>null</code> not permitted).
 * @param notify  notify listeners?
 *
 * @see #getRangeAxisLocation()
 */
public void setRangeAxisLocation(AxisLocation location, boolean notify) {
  // delegate...
  setRangeAxisLocation(0, location, notify);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Sets the location of the primary range axis and, if requested, sends a
     * {@link PlotChangeEvent} to all registered listeners.
     *
     * @param location  the location (<code>null</code> not permitted).
     * @param notify  notify listeners?
     *
     * @see #getRangeAxisLocation()
     */
/**
     * Sets the location of the domain axis and, if requested, sends a
     * {@link PlotChangeEvent} to all registered listeners.
     *
     * @param location  the location (<code>null</code> not permitted).
     * @param notify  notify listeners?
     *
     * @see #getDomainAxisLocation()
     */
public void [[#variable1a11e4c0]](AxisLocation location, boolean notify) {
   [[#variable1a11e4c0]](0, location, notify);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a11e4c0]]
setDomainAxisLocation 
12[[#1a11e4c0]]
setRangeAxisLocation