Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 2 | 0.962 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 3081 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java |
2 | 12 | 3111 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java |
| |||||
{ if (this.orientation == PlotOrientation.HORIZONTAL) { r[1] = new Rectangle2D.Double(Math.min(yymax, yy), Math.min(xxmax, xx), Math.abs(yy - yymax), Math.abs(xx - xxmax)); } else { // PlotOrientation.VERTICAL r[1] = new Rectangle2D.Double(Math.min(xx, xxmax), Math.min(yymax, yy), Math.abs(xx - xxmax), Math.abs(yy - yymax)); } somethingToDraw = true; } |
| |||||
{ if (this.orientation == PlotOrientation.HORIZONTAL) { r[3] = new Rectangle2D.Double(Math.min(yymin, yy), Math.min(xxmax, xx), Math.abs(yy - yymin), Math.abs(xx - xxmax)); } else { // PlotOrientation.VERTICAL r[3] = new Rectangle2D.Double(Math.min(xx, xxmax), Math.min(yymin, yy), Math.abs(xx - xxmax), Math.abs(yy - yymin)); } somethingToDraw = true; } |
| |||
{ if (this.orientation == PlotOrientation.HORIZONTAL) { r[ [[#variable1a9ba860]]] = new Rectangle2D.Double(Math.min( [[#variable1a9ba7c0]], yy), Math.min(xxmax, xx), Math.abs(yy - [[#variable1a9ba7c0]]), Math.abs(xx - xxmax)); } else { // PlotOrientation.VERTICAL r[ [[#variable1a9ba860]]] = new Rectangle2D.Double(Math.min(xx, xxmax), Math.min( [[#variable1a9ba7c0]], yy), Math.abs(xx - xxmax), Math.abs(yy - [[#variable1a9ba7c0]])); } somethingToDraw = true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a9ba860]] | 1 |
1 | 2 | [[#1a9ba860]] | 3 |
2 | 1 | [[#1a9ba7c0]] | yymax |
2 | 2 | [[#1a9ba7c0]] | yymin |