Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 1 | 0.956 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 359 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/ContourPlot.java |
2 | 14 | 399 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/ContourPlot.java |
| |||||
{ if (axis != null) { axis.setPlot(this ); axis.addChangeListener(this ); } // plot is likely registered as a listener with the existing axis... if (this.domainAxis != null) { this.domainAxis.removeChangeListener(this ); } this.domainAxis = axis; fireChangeEvent(); } |
| |||||
{ if (axis != null) { axis.setPlot(this ); axis.addChangeListener(this ); } // plot is likely registered as a listener with the existing axis... if (this.rangeAxis != null) { this.rangeAxis.removeChangeListener(this ); } this.rangeAxis = axis; fireChangeEvent(); } |
| |||
{ if (axis != null) { axis.setPlot(this ); axis.addChangeListener(this ); } // plot is likely registered as a listener with the existing axis... if (this. [[#variable18ee9e00]]!= null) { this. [[#variable18ee9e00]].removeChangeListener(this ); } this. [[#variable18ee9e00]]= axis; fireChangeEvent(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18ee9e00]] | domainAxis |
1 | 2 | [[#18ee9e00]] | rangeAxis |