CloneSet1292


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5230.955statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15952
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryAxis.java
25968
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryAxis.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
952
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryAxis.java

x0 = getCategoryStart(categoryIndex, ticks.size(), dataArea, edge);
x1 = getCategoryEnd(categoryIndex, ticks.size(), dataArea, edge);
y0 = state.getCursor() + this.categoryLabelPositionOffset;


First
Previous
Clone Instance
2
Line Count
5
Source Line
968
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryAxis.java

y0 = getCategoryStart(categoryIndex, ticks.size(), dataArea, edge);
y1 = getCategoryEnd(categoryIndex, ticks.size(), dataArea, edge);
x0 = state.getCursor() + this.categoryLabelPositionOffset;


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable18f171c0]]= getCategoryStart(categoryIndex, ticks.size(), dataArea, edge);
 [[#variable18f17180]]= getCategoryEnd(categoryIndex, ticks.size(), dataArea, edge);
 [[#variable18f17220]]= state.getCursor() + this.categoryLabelPositionOffset;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f171c0]]
x0 
12[[#18f171c0]]
y0 
21[[#18f17180]]
x1 
22[[#18f17180]]
y1 
31[[#18f17220]]
y0 
32[[#18f17220]]
x0