CloneSet2067


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12220.950class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111303
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ClipPath.java
212693
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/LegendItem.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
303
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ClipPath.java

/**
 * Returns the fillPaint.
 * 
 * @return Paint
 */
public Paint getFillPaint() {
  return this.fillPaint;
}

/**
 * Returns the fillPath.
 * 
 * @return boolean
 */
public boolean isFillPath() {
  return this.fillPath;
}


First
Previous
Clone Instance
2
Line Count
12
Source Line
693
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/LegendItem.java

/**
 * Returns the fill paint.
 *
 * @return The fill paint (never <code>null</code>).
 */
public Paint getFillPaint() {
  return this.fillPaint;
}

/**
 * Returns the flag that controls whether or not the shape outline
 * is visible.
 *
 * @return A boolean.
 */
public boolean isShapeOutlineVisible() {
  return this.shapeOutlineVisible;
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Returns the fill paint.
     *
     * @return The fill paint (never <code>null</code>).
     */
/**
     * Returns the fillPaint.
     * 
     * @return Paint
     */
public Paint getFillPaint() {
  return this.fillPaint;
}

/**
     * Returns the flag that controls whether or not the shape outline
     * is visible.
     *
     * @return A boolean.
     */
/**
     * Returns the fillPath.
     * 
     * @return boolean
     */
public boolean  [[#variable1a10d540]]() {
  return this. [[#variable1a10d560]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a10d540]]
isFillPath 
12[[#1a10d540]]
isShapeOutlineVisible 
21[[#1a10d560]]
fillPath 
22[[#1a10d560]]
shapeOutlineVisible