Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.952 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 644 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYBarRenderer.java |
2 | 2 | 651 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYBarRenderer.java |
| |||||
// clip left and right bounds to data area bottom = Math.max(bottom, dataArea.getMinX()); top = Math.min(top, dataArea.getMaxX()); |
| |||||
// clip top and bottom bounds to data area bottom = Math.max(bottom, dataArea.getMinY()); top = Math.min(top, dataArea.getMaxY()); |
| |||
// clip top and bottom bounds to data area // clip left and right bounds to data area bottom = Math.max(bottom, dataArea. [[#variable1a0c0960]]()); top = Math.min(top, dataArea. [[#variable1a0c0980]]()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0c0960]] | getMinX |
1 | 2 | [[#1a0c0960]] | getMinY |
2 | 1 | [[#1a0c0980]] | getMaxX |
2 | 2 | [[#1a0c0980]] | getMaxY |