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 | 1087 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/AbstractXYItemRenderer.java |
2 | 2 | 1095 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/AbstractXYItemRenderer.java |
| |||||
// clip top and bottom bounds to data area low = Math.max(low, dataArea.getMinY()); high = Math.min(high, dataArea.getMaxY()); |
| |||||
// clip left and right bounds to data area low = Math.max(low, dataArea.getMinX()); high = Math.min(high, dataArea.getMaxX()); |
| |||
// clip top and bottom bounds to data area // clip left and right bounds to data area low = Math.max(low, dataArea. [[#variable1a0ca1a0]]()); high = Math.min(high, dataArea. [[#variable1a0cfca0]]()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0ca1a0]] | getMinY |
1 | 2 | [[#1a0ca1a0]] | getMinX |
2 | 1 | [[#1a0cfca0]] | getMaxY |
2 | 2 | [[#1a0cfca0]] | getMaxX |