Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.957 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1048 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/Axis.java |
2 | 3 | 1131 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/MeterPlot.java |
3 | 2 | 2585 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/PiePlot.java |
4 | 2 | 777 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/PolarPlot.java |
| |||||
FontMetrics fm = g2.getFontMetrics(); Rectangle2D labelBounds = TextUtilities.getTextBounds(label, g2, fm); |
| |||||
FontMetrics fm = g2.getFontMetrics(); Rectangle2D tickLabelBounds = TextUtilities.getTextBounds(tickLabel, g2, fm); |
| |||||
FontMetrics fm = g2.getFontMetrics(); Rectangle2D bounds = TextUtilities.getTextBounds(label, g2, fm); |
| |||||
FontMetrics fm = g2.getFontMetrics(); Rectangle2D bounds = TextUtilities.getTextBounds(msg, g2, fm); |
| |||
FontMetrics fm = g2.getFontMetrics(); Rectangle2D [[#variable18dce860]]= TextUtilities.getTextBounds( [[#variable18dce7e0]], g2, fm); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18dce860]] | labelBounds |
1 | 2 | [[#18dce860]] | tickLabelBounds |
1 | 3 | [[#18dce860]] | bounds |
1 | 4 | [[#18dce860]] | bounds |
2 | 1 | [[#18dce7e0]] | label |
2 | 2 | [[#18dce7e0]] | tickLabel |
2 | 3 | [[#18dce7e0]] | label |
2 | 4 | [[#18dce7e0]] | msg |