CloneSet1630


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

/**
 * Sets the paint associated with the specified key, and sends a 
 * {@link PlotChangeEvent} to all registered listeners.
 * 
 * @param key  the key (<code>null</code> not permitted).
 * @param paint  the paint.
 * 
 * @throws IllegalArgumentException if <code>key</code> is 
 *     <code>null</code>.
 *     
 * @see #getSectionPaint(Comparable)
 * 
 * @since 1.0.3
 */
public void setSectionPaint(Comparable key, Paint paint) {
  // null argument check delegated...
  this.sectionPaintMap.put(key, paint);
  fireChangeEvent();
}


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

/**
 * Sets the outline paint associated with the specified key, and sends a 
 * {@link PlotChangeEvent} to all registered listeners.
 * 
 * @param key  the key (<code>null</code> not permitted).
 * @param paint  the paint.
 * 
 * @throws IllegalArgumentException if <code>key</code> is 
 *     <code>null</code>.
 *     
 * @see #getSectionOutlinePaint(Comparable)
 * 
 * @since 1.0.3
 */
public void setSectionOutlinePaint(Comparable key, Paint paint) {
  // null argument check delegated...
  this.sectionOutlinePaintMap.put(key, paint);
  fireChangeEvent();
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Sets the outline paint associated with the specified key, and sends a 
     * {@link PlotChangeEvent} to all registered listeners.
     * 
     * @param key  the key (<code>null</code> not permitted).
     * @param paint  the paint.
     * 
     * @throws IllegalArgumentException if <code>key</code> is 
     *     <code>null</code>.
     *     
     * @see #getSectionOutlinePaint(Comparable)
     * 
     * @since 1.0.3
     */
/**
     * Sets the paint associated with the specified key, and sends a 
     * {@link PlotChangeEvent} to all registered listeners.
     * 
     * @param key  the key (<code>null</code> not permitted).
     * @param paint  the paint.
     * 
     * @throws IllegalArgumentException if <code>key</code> is 
     *     <code>null</code>.
     *     
     * @see #getSectionPaint(Comparable)
     * 
     * @since 1.0.3
     */
public void [[#variable1a006aa0]](Comparable key, Paint paint) {
  // null argument check delegated...
  this. [[#variable1a006a40]].put(key, paint);
  fireChangeEvent();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a006aa0]]
setSectionPaint 
12[[#1a006aa0]]
setSectionOutlinePaint 
21[[#1a006a40]]
sectionPaintMap 
22[[#1a006a40]]
sectionOutlinePaintMap