CloneSet1435


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.967block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16200
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/CategoryTextAnnotation.java
26207
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/CategoryTextAnnotation.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
200
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/CategoryTextAnnotation.java

{
  anchorY = (float) domainAxis.getCategoryJava2DCoordinate(this.categoryAnchor, catIndex, catCount, dataArea, domainEdge);
  anchorX = (float) rangeAxis.valueToJava2D(this.value, dataArea, rangeEdge);
}


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

{
  anchorX = (float) domainAxis.getCategoryJava2DCoordinate(this.categoryAnchor, catIndex, catCount, dataArea, domainEdge);
  anchorY = (float) rangeAxis.valueToJava2D(this.value, dataArea, rangeEdge);
}


Clone AbstractionParameter Count: 2Parameter Bindings

{
   [[#variable18f84440]]= (float) domainAxis.getCategoryJava2DCoordinate(this.categoryAnchor, catIndex, catCount, dataArea, domainEdge);
   [[#variable18f83f80]]= (float) rangeAxis.valueToJava2D(this.value, dataArea, rangeEdge);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f84440]]
anchorY 
12[[#18f84440]]
anchorX 
21[[#18f83f80]]
anchorX 
22[[#18f83f80]]
anchorY