Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.955 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 269 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/CategoryLineAnnotation.java |
2 | 5 | 260 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java |
| |||||
/** * Sets the stroke used to draw the connecting line. * * @param stroke the stroke (<code>null</code> not permitted). * * @see #getStroke() */ public void setStroke(Stroke stroke) { if (stroke == null) { throw new IllegalArgumentException("Null \'stroke\' argument."); } this.stroke = stroke; } |
| |||||
/** * The advance line is the line drawn at the limit of the current cycle, * when erasing the previous cycle. * * @param stroke the stroke (<code>null</code> not permitted). */ public void setAdvanceLineStroke(Stroke stroke) { if (stroke == null) { throw new IllegalArgumentException("Null \'stroke\' argument."); } this.advanceLineStroke = stroke; } |
| |||
/** * Sets the stroke used to draw the connecting line. * * @param stroke the stroke (<code>null</code> not permitted). * * @see #getStroke() */ /** * The advance line is the line drawn at the limit of the current cycle, * when erasing the previous cycle. * * @param stroke the stroke (<code>null</code> not permitted). */ public void [[#variable1a099700]](Stroke stroke) { if (stroke == null) { throw new IllegalArgumentException("Null \'stroke\' argument."); } this. [[#variable1a099680]]= stroke; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a099700]] | setStroke |
1 | 2 | [[#1a099700]] | setAdvanceLineStroke |
2 | 1 | [[#1a099680]] | stroke |
2 | 2 | [[#1a099680]] | advanceLineStroke |