Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.968 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 274 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/MeterPlot.java |
2 | 6 | 197 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYDotRenderer.java |
| |||||
{ if (shape == null) { throw new IllegalArgumentException("Null \'shape\' argument."); } this.shape = shape; fireChangeEvent(); } |
| |||||
{ if (shape == null) { throw new IllegalArgumentException("Null \'shape\' argument."); } this.legendShape = shape; fireChangeEvent(); } |
| |||
{ if (shape == null) { throw new IllegalArgumentException("Null \'shape\' argument."); } this. [[#variable1a1947a0]]= shape; fireChangeEvent(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a1947a0]] | shape |
1 | 2 | [[#1a1947a0]] | legendShape |