Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.961 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 240 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/Title.java |
2 | 7 | 266 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/Title.java |
| |||||
{ if (alignment == null) { throw new IllegalArgumentException("Null \'alignment\' argument."); } if (this.horizontalAlignment != alignment) { this.horizontalAlignment = alignment; notifyListeners(new TitleChangeEvent(this )); } } |
| |||||
{ if (alignment == null) { throw new IllegalArgumentException("Null \'alignment\' argument."); } if (this.verticalAlignment != alignment) { this.verticalAlignment = alignment; notifyListeners(new TitleChangeEvent(this )); } } |
| |||
{ if (alignment == null) { throw new IllegalArgumentException("Null \'alignment\' argument."); } if (this. [[#variable18ff2ca0]]!= alignment) { this. [[#variable18ff2ca0]]= alignment; notifyListeners(new TitleChangeEvent(this )); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18ff2ca0]] | horizontalAlignment |
1 | 2 | [[#18ff2ca0]] | verticalAlignment |