CloneSet1362


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

/**
 * Sets the item label position for all positive values in a series and (if
 * requested) sends a {@link RendererChangeEvent} to all registered
 * listeners.
 *
 * @param series  the series index (zero-based).
 * @param position  the position (<code>null</code> permitted).
 * @param notify  notify registered listeners?
 *
 * @see #getSeriesPositiveItemLabelPosition(int)
 */
public void setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position, boolean notify) {
  this.positiveItemLabelPositionList.set(series, position);
  if (notify) {
    fireChangeEvent();
  }
}


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

/**
 * Sets the item label position for negative values in a series and (if
 * requested) sends a {@link RendererChangeEvent} to all registered
 * listeners.
 *
 * @param series  the series index (zero-based).
 * @param position  the position (<code>null</code> permitted).
 * @param notify  notify registered listeners?
 *
 * @see #getSeriesNegativeItemLabelPosition(int)
 */
public void setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position, boolean notify) {
  this.negativeItemLabelPositionList.set(series, position);
  if (notify) {
    fireChangeEvent();
  }
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Sets the item label position for negative values in a series and (if
     * requested) sends a {@link RendererChangeEvent} to all registered
     * listeners.
     *
     * @param series  the series index (zero-based).
     * @param position  the position (<code>null</code> permitted).
     * @param notify  notify registered listeners?
     *
     * @see #getSeriesNegativeItemLabelPosition(int)
     */
/**
     * Sets the item label position for all positive values in a series and (if
     * requested) sends a {@link RendererChangeEvent} to all registered
     * listeners.
     *
     * @param series  the series index (zero-based).
     * @param position  the position (<code>null</code> permitted).
     * @param notify  notify registered listeners?
     *
     * @see #getSeriesPositiveItemLabelPosition(int)
     */
public void [[#variable18f5e6a0]](int series, ItemLabelPosition position, boolean notify) {
  this. [[#variable18f5e560]].set(series, position);
  if (notify) {
    fireChangeEvent();
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f5e6a0]]
setSeriesPositiveItemLabelPosition 
12[[#18f5e6a0]]
setSeriesNegativeItemLabelPosition 
21[[#18f5e560]]
positiveItemLabelPositionList 
22[[#18f5e560]]
negativeItemLabelPositionList