CloneSet1309


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

/**
 * Sets the flag that controls whether or not grid-lines are drawn against
 * the range axis.  If the flag changes value, a {@link PlotChangeEvent} is
 * sent to all registered listeners.
 *
 * @param visible  the new value of the flag.
 *
 * @see #isRangeGridlinesVisible()
 */
public void setRangeGridlinesVisible(boolean visible) {
  if (this.rangeGridlinesVisible != visible) {
    this.rangeGridlinesVisible = visible;
    fireChangeEvent();
  }
}


Next
Previous
Clone Instance
2
Line Count
4
Source Line
439
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/FastScatterPlot.java

/**
 * Sets the flag that controls whether or not the range axis grid lines are
 * visible.  If the flag value is changed, a {@link PlotChangeEvent} is 
 * sent to all registered listeners.
 *
 * @param visible  the new value of the flag.
 * 
 * @see #isRangeGridlinesVisible()
 */
public void setRangeGridlinesVisible(boolean visible) {
  if (this.rangeGridlinesVisible != visible) {
    this.rangeGridlinesVisible = visible;
    fireChangeEvent();
  }
}


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

/**
 * Sets the flag that controls whether or not the range axis grid lines
 * are visible.
 * <p>
 * If the flag value is changed, a {@link PlotChangeEvent} is sent to all
 * registered listeners.
 *
 * @param visible  the new value of the flag.
 *
 * @see #isRangeGridlinesVisible()
 */
public void setRangeGridlinesVisible(boolean visible) {
  if (this.rangeGridlinesVisible != visible) {
    this.rangeGridlinesVisible = visible;
    fireChangeEvent();
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the flag that controls whether or not grid-lines are drawn against
     * the range axis.  If the flag changes value, a {@link PlotChangeEvent} is
     * sent to all registered listeners.
     *
     * @param visible  the new value of the flag.
     *
     * @see #isRangeGridlinesVisible()
     */
/**
     * Sets the flag that controls whether or not the range axis grid lines are
     * visible.  If the flag value is changed, a {@link PlotChangeEvent} is 
     * sent to all registered listeners.
     *
     * @param visible  the new value of the flag.
     * 
     * @see #isRangeGridlinesVisible()
     */
/**
     * Sets the flag that controls whether or not the range axis grid lines
     * are visible.
     * <p>
     * If the flag value is changed, a {@link PlotChangeEvent} is sent to all
     * registered listeners.
     *
     * @param visible  the new value of the flag.
     *
     * @see #isRangeGridlinesVisible()
     */
public void setRangeGridlinesVisible(boolean visible) {
  if (this.rangeGridlinesVisible != visible) {
    this.rangeGridlinesVisible = visible;
    fireChangeEvent();
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None