CloneSet1205


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12210.971statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11284
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/Tick.java
212113
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/ItemLabelPosition.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
84
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/Tick.java

if (textAnchor == null) {
  throw new IllegalArgumentException("Null \'textAnchor\' argument.");
}
if (rotationAnchor == null) {
  throw new IllegalArgumentException("Null \'rotationAnchor\' argument.");
}
this.text = text;
this.textAnchor = textAnchor;
this.rotationAnchor = rotationAnchor;
this.angle = angle;


First
Previous
Clone Instance
2
Line Count
12
Source Line
113
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/ItemLabelPosition.java

if (textAnchor == null) {
  throw new IllegalArgumentException("Null \'textAnchor\' argument.");
}
if (rotationAnchor == null) {
  throw new IllegalArgumentException("Null \'rotationAnchor\' argument.");
}
this.itemLabelAnchor = itemLabelAnchor;
this.textAnchor = textAnchor;
this.rotationAnchor = rotationAnchor;
this.angle = angle;


Clone AbstractionParameter Count: 1Parameter Bindings

if (textAnchor == null) {
  throw new IllegalArgumentException("Null \'textAnchor\' argument.");
}
if (rotationAnchor == null) {
  throw new IllegalArgumentException("Null \'rotationAnchor\' argument.");
}
this. [[#variable18ee34c0]]= [[#variable18ee34c0]];
this.textAnchor = textAnchor;
this.rotationAnchor = rotationAnchor;
this.angle = angle;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18ee34c0]]
text 
12[[#18ee34c0]]
itemLabelAnchor