Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.971 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 331 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/ArcDialFrame.java |
2 | 4 | 319 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/StandardDialRange.java |
| |||||
Rectangle2D innerFrame = DialPlot.rectangleByRadius(frame, this.innerRadius, this.innerRadius); Rectangle2D outerFrame = DialPlot.rectangleByRadius(frame, this.outerRadius, this.outerRadius); |
| |||||
Rectangle2D arcRectInner = DialPlot.rectangleByRadius(frame, this.innerRadius, this.innerRadius); Rectangle2D arcRectOuter = DialPlot.rectangleByRadius(frame, this.outerRadius, this.outerRadius); |
| |||
Rectangle2D [[#variable18ef1320]]= DialPlot.rectangleByRadius(frame, this.innerRadius, this.innerRadius); Rectangle2D [[#variable18ef1380]]= DialPlot.rectangleByRadius(frame, this.outerRadius, this.outerRadius); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18ef1320]] | innerFrame |
1 | 2 | [[#18ef1320]] | arcRectInner |
2 | 1 | [[#18ef1380]] | outerFrame |
2 | 2 | [[#18ef1380]] | arcRectOuter |