CloneSet1843


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.956method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14680
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/AbstractRenderer.java
24851
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/AbstractRenderer.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
680
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/AbstractRenderer.java

/**
 * Sets the base visibility and, if requested, sends
 * a {@link RendererChangeEvent} to all registered listeners.
 *
 * @param visible  the visibility.
 * @param notify  notify listeners?
 *
 * @see #getBaseSeriesVisible()
 */
public void setBaseSeriesVisible(boolean visible, boolean notify) {
  this.baseSeriesVisible = visible;
  if (notify) {
    fireChangeEvent();
  }
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
851
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/AbstractRenderer.java

/**
 * Sets the base visibility in the legend and, if requested, sends
 * a {@link RendererChangeEvent} to all registered listeners.
 *
 * @param visible  the visibility.
 * @param notify  notify listeners?
 *
 * @see #getBaseSeriesVisibleInLegend()
 */
public void setBaseSeriesVisibleInLegend(boolean visible, boolean notify) {
  this.baseSeriesVisibleInLegend = visible;
  if (notify) {
    fireChangeEvent();
  }
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Sets the base visibility in the legend and, if requested, sends
     * a {@link RendererChangeEvent} to all registered listeners.
     *
     * @param visible  the visibility.
     * @param notify  notify listeners?
     *
     * @see #getBaseSeriesVisibleInLegend()
     */
/**
     * Sets the base visibility and, if requested, sends
     * a {@link RendererChangeEvent} to all registered listeners.
     *
     * @param visible  the visibility.
     * @param notify  notify listeners?
     *
     * @see #getBaseSeriesVisible()
     */
public void [[#variable1a07e180]](boolean visible, boolean notify) {
  this. [[#variable1a07e6a0]]= visible;
  if (notify) {
    fireChangeEvent();
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a07e180]]
setBaseSeriesVisible 
12[[#1a07e180]]
setBaseSeriesVisibleInLegend 
21[[#1a07e6a0]]
baseSeriesVisible 
22[[#1a07e6a0]]
baseSeriesVisibleInLegend