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 | 952 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryAxis.java |
2 | 5 | 968 | 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); y0 = state.getCursor() + this.categoryLabelPositionOffset; |
| |||||
y0 = getCategoryStart(categoryIndex, ticks.size(), dataArea, edge); y1 = getCategoryEnd(categoryIndex, ticks.size(), dataArea, edge); x0 = state.getCursor() + this.categoryLabelPositionOffset; |
| |||
[[#variable18f171c0]]= getCategoryStart(categoryIndex, ticks.size(), dataArea, edge); [[#variable18f17180]]= getCategoryEnd(categoryIndex, ticks.size(), dataArea, edge); [[#variable18f17220]]= state.getCursor() + this.categoryLabelPositionOffset; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f171c0]] | x0 |
1 | 2 | [[#18f171c0]] | y0 |
2 | 1 | [[#18f17180]] | x1 |
2 | 2 | [[#18f17180]] | y1 |
3 | 1 | [[#18f17220]] | y0 |
3 | 2 | [[#18f17220]] | x0 |