Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.955 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 944 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryAxis.java |
2 | 5 | 960 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryAxis.java |
| |||||
x0 = getCategoryStart(categoryIndex, ticks.size(), dataArea, edge); x1 = getCategoryEnd(categoryIndex, ticks.size(), dataArea, edge); y1 = state.getCursor() - this.categoryLabelPositionOffset; |
| |||||
y0 = getCategoryStart(categoryIndex, ticks.size(), dataArea, edge); y1 = getCategoryEnd(categoryIndex, ticks.size(), dataArea, edge); x1 = state.getCursor() - this.categoryLabelPositionOffset; |
| |||
[[#variable18f165a0]]= getCategoryStart(categoryIndex, ticks.size(), dataArea, edge); [[#variable18f16620]]= getCategoryEnd(categoryIndex, ticks.size(), dataArea, edge); [[#variable18f16600]]= state.getCursor() - this.categoryLabelPositionOffset; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f165a0]] | x0 |
1 | 2 | [[#18f165a0]] | y0 |
2 | 1 | [[#18f16620]] | x1 |
2 | 2 | [[#18f16620]] | y1 |
3 | 1 | [[#18f16600]] | y1 |
3 | 2 | [[#18f16600]] | x1 |