Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.954 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 290 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/WaferMapPlot.java |
2 | 6 | 297 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/WaferMapPlot.java |
| |||||
{ // x is minor startY += (major - minor) / 2; chipWidth = (plotArea.getWidth() - (space * xchips - 1)) / xchips; chipHeight = (plotArea.getWidth() - (space * ychips - 1)) / ychips; } |
| |||||
{ // y is minor startX += (major - minor) / 2; chipWidth = (plotArea.getHeight() - (space * xchips - 1)) / xchips; chipHeight = (plotArea.getHeight() - (space * ychips - 1)) / ychips; } |
| |||
{ // x is minor // y is minor [[#variable18f2c4e0]]+= (major - minor) / 2; chipWidth = (plotArea. [[#variable18f2c4c0]]() - (space * xchips - 1)) / xchips; chipHeight = (plotArea. [[#variable18f2c4c0]]() - (space * ychips - 1)) / ychips; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f2c4e0]] | startY |
1 | 2 | [[#18f2c4e0]] | startX |
2 | 1 | [[#18f2c4c0]] | getWidth |
2 | 2 | [[#18f2c4c0]] | getHeight |