Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 2 | 0.950 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 303 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ClipPath.java |
2 | 12 | 693 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/LegendItem.java |
| |||||
/** * Returns the fillPaint. * * @return Paint */ public Paint getFillPaint() { return this.fillPaint; } /** * Returns the fillPath. * * @return boolean */ public boolean isFillPath() { return this.fillPath; } |
| |||||
/** * 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; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a10d540]] | isFillPath |
1 | 2 | [[#1a10d540]] | isShapeOutlineVisible |
2 | 1 | [[#1a10d560]] | fillPath |
2 | 2 | [[#1a10d560]] | shapeOutlineVisible |