Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 4 | 1 | 0.974 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 273 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialTextAnnotation.java |
2 | 6 | 247 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialValueIndicator.java |
3 | 6 | 488 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialValueIndicator.java |
4 | 6 | 515 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialValueIndicator.java |
| |||||
{ if (anchor == null) { throw new IllegalArgumentException("Null \'anchor\' argument."); } this.anchor = anchor; notifyListeners(new DialLayerChangeEvent(this )); } |
| |||||
{ if (anchor == null) { throw new IllegalArgumentException("Null \'anchor\' argument."); } this.frameAnchor = anchor; notifyListeners(new DialLayerChangeEvent(this )); } |
| |||||
{ if (anchor == null) { throw new IllegalArgumentException("Null \'anchor\' argument."); } this.valueAnchor = anchor; notifyListeners(new DialLayerChangeEvent(this )); } |
| |||||
{ if (anchor == null) { throw new IllegalArgumentException("Null \'anchor\' argument."); } this.textAnchor = anchor; notifyListeners(new DialLayerChangeEvent(this )); } |
| |||
{ if (anchor == null) { throw new IllegalArgumentException("Null \'anchor\' argument."); } this. [[#variable18e863a0]]= anchor; notifyListeners(new DialLayerChangeEvent(this )); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18e863a0]] | anchor |
1 | 2 | [[#18e863a0]] | frameAnchor |
1 | 3 | [[#18e863a0]] | valueAnchor |
1 | 4 | [[#18e863a0]] | textAnchor |