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