Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.975 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 5044 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java |
2 | 5 | 5052 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java |
| |||||
for (int i = 0; i < domainAxisCount; i++) { Axis axis = (Axis) this.domainAxes.get(i); if (axis != null) { axis.setPlot(this ); axis.addChangeListener(this ); } } |
| |||||
for (int i = 0; i < rangeAxisCount; i++) { Axis axis = (Axis) this.rangeAxes.get(i); if (axis != null) { axis.setPlot(this ); axis.addChangeListener(this ); } } |
| |||
for (int i = 0; i < [[#variable18e6a600]]; i++) { Axis axis = (Axis) this. [[#variable18e6a6a0]].get(i); if (axis != null) { axis.setPlot(this ); axis.addChangeListener(this ); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18e6a600]] | domainAxisCount |
1 | 2 | [[#18e6a600]] | rangeAxisCount |
2 | 1 | [[#18e6a6a0]] | domainAxes |
2 | 2 | [[#18e6a6a0]] | rangeAxes |