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.974 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 434 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Marker.java |
2 | 6 | 515 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Marker.java |
| |||||
{ if (anchor == null) { throw new IllegalArgumentException("Null \'anchor\' argument."); } this.labelAnchor = anchor; notifyListeners(new MarkerChangeEvent(this )); } |
| |||||
{ if (anchor == null) { throw new IllegalArgumentException("Null \'anchor\' argument."); } this.labelTextAnchor = anchor; notifyListeners(new MarkerChangeEvent(this )); } |
| |||
{ if (anchor == null) { throw new IllegalArgumentException("Null \'anchor\' argument."); } this. [[#variable1a10a8a0]]= anchor; notifyListeners(new MarkerChangeEvent(this )); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a10a8a0]] | labelAnchor |
1 | 2 | [[#1a10a8a0]] | labelTextAnchor |