Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 1 | 0.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 926 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryAxis.java |
2 | 2 | 1690 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/DateAxis.java |
3 | 2 | 133 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/NumberAxis3D.java |
4 | 2 | 683 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/ValueAxis.java |
| |||||
List ticks = refreshTicks(g2, state, plotArea, edge); state.setTicks(ticks); |
| |||||
// even though the axis is not visible, we need to refresh ticks in // case the grid is being drawn... List ticks = refreshTicks(g2, state, dataArea, edge); state.setTicks(ticks); |
| |||||
// even though the axis is not visible, we need ticks for the // gridlines... List ticks = refreshTicks(g2, state, dataArea, edge); state.setTicks(ticks); |
| |||||
List ticks = refreshTicks(g2, state, dataArea, edge); state.setTicks(ticks); |
| |||
// even though the axis is not visible, we need ticks for the // gridlines... // even though the axis is not visible, we need to refresh ticks in // case the grid is being drawn... List ticks = refreshTicks(g2, state, [[#variable18ecd8c0]], edge); state.setTicks(ticks); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18ecd8c0]] | plotArea |
1 | 2 | [[#18ecd8c0]] | dataArea |
1 | 3 | [[#18ecd8c0]] | dataArea |
1 | 4 | [[#18ecd8c0]] | dataArea |