CloneSet791


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11220.980constructor_body
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111146
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/CategoryPointerAnnotation.java
211151
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYPointerAnnotation.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
146
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/CategoryPointerAnnotation.java

{
  super(label, key, value);
  this.angle = angle;
  this.tipRadius = DEFAULT_TIP_RADIUS;
  this.baseRadius = DEFAULT_BASE_RADIUS;
  this.arrowLength = DEFAULT_ARROW_LENGTH;
  this.arrowWidth = DEFAULT_ARROW_WIDTH;
  this.labelOffset = DEFAULT_LABEL_OFFSET;
  this.arrowStroke = new BasicStroke(1.0F);
  this.arrowPaint = Color.black;
}


First
Previous
Clone Instance
2
Line Count
11
Source Line
151
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYPointerAnnotation.java

{
  super(label, x, y);
  this.angle = angle;
  this.tipRadius = DEFAULT_TIP_RADIUS;
  this.baseRadius = DEFAULT_BASE_RADIUS;
  this.arrowLength = DEFAULT_ARROW_LENGTH;
  this.arrowWidth = DEFAULT_ARROW_WIDTH;
  this.labelOffset = DEFAULT_LABEL_OFFSET;
  this.arrowStroke = new BasicStroke(1.0F);
  this.arrowPaint = Color.black;
}


Clone AbstractionParameter Count: 2Parameter Bindings

{
  super(label,  [[#variable18d719e0]],  [[#variable18d71a60]]);
  this.angle = angle;
  this.tipRadius = DEFAULT_TIP_RADIUS;
  this.baseRadius = DEFAULT_BASE_RADIUS;
  this.arrowLength = DEFAULT_ARROW_LENGTH;
  this.arrowWidth = DEFAULT_ARROW_WIDTH;
  this.labelOffset = DEFAULT_LABEL_OFFSET;
  this.arrowStroke = new BasicStroke(1.0F);
  this.arrowPaint = Color.black;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d719e0]]
key 
12[[#18d719e0]]
x 
21[[#18d71a60]]
value 
22[[#18d71a60]]
y