CloneSet1638


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
115185
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.java
215227
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYBoxAndWhiskerRenderer.java
Next
Last
Clone Instance
1
Line Count
15
Source Line
185
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.java

/**
 * Returns the flag that controls whether or not the box is filled.
 *
 * @return A boolean.
 *
 * @see #setFillBox(boolean)
 */
public boolean getFillBox() {
  return this.fillBox;
}

/**
 * Sets the flag that controls whether or not the box is filled and sends a
 * {@link RendererChangeEvent} to all registered listeners.
 *
 * @param flag  the flag.
 *
 * @see #getFillBox()
 */
public void setFillBox(boolean flag) {
  this.fillBox = flag;
  fireChangeEvent();
}


First
Previous
Clone Instance
2
Line Count
15
Source Line
227
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYBoxAndWhiskerRenderer.java

/**
 * Returns the flag that controls whether or not the box is filled.
 * 
 * @return A boolean.
 * 
 * @see #setFillBox(boolean)
 */
public boolean getFillBox() {
  return this.fillBox;
}

/**
 * Sets the flag that controls whether or not the box is filled and sends a 
 * {@link RendererChangeEvent} to all registered listeners.
 * 
 * @param flag  the flag.
 * 
 * @see #setFillBox(boolean)
 */
public void setFillBox(boolean flag) {
  this.fillBox = flag;
  fireChangeEvent();
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns the flag that controls whether or not the box is filled.
     * 
     * @return A boolean.
     * 
     * @see #setFillBox(boolean)
     */
/**
     * Returns the flag that controls whether or not the box is filled.
     *
     * @return A boolean.
     *
     * @see #setFillBox(boolean)
     */
public boolean getFillBox() {
  return this.fillBox;
}

/**
     * Sets the flag that controls whether or not the box is filled and sends a 
     * {@link RendererChangeEvent} to all registered listeners.
     * 
     * @param flag  the flag.
     * 
     * @see #setFillBox(boolean)
     */
/**
     * Sets the flag that controls whether or not the box is filled and sends a
     * {@link RendererChangeEvent} to all registered listeners.
     *
     * @param flag  the flag.
     *
     * @see #getFillBox()
     */
public void setFillBox(boolean flag) {
  this.fillBox = flag;
  fireChangeEvent();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None