CloneSet1611


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.961block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17240
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/Title.java
27266
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/Title.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
240
Source File
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 ));
  }
}


First
Previous
Clone Instance
2
Line Count
7
Source Line
266
Source File
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.verticalAlignment != alignment) {
    this.verticalAlignment = alignment;
    notifyListeners(new TitleChangeEvent(this ));
  }
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  if (alignment == null) {
    throw new IllegalArgumentException("Null \'alignment\' argument.");
  }
  if (this. [[#variable18ff2ca0]]!= alignment) {
    this. [[#variable18ff2ca0]]= alignment;
    notifyListeners(new TitleChangeEvent(this ));
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18ff2ca0]]
horizontalAlignment 
12[[#18ff2ca0]]
verticalAlignment