CloneSet1291


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
15944
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryAxis.java
25960
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
944
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);
y1 = state.getCursor() - this.categoryLabelPositionOffset;


First
Previous
Clone Instance
2
Line Count
5
Source Line
960
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);
x1 = state.getCursor() - this.categoryLabelPositionOffset;


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable18f165a0]]= getCategoryStart(categoryIndex, ticks.size(), dataArea, edge);
 [[#variable18f16620]]= getCategoryEnd(categoryIndex, ticks.size(), dataArea, edge);
 [[#variable18f16600]]= state.getCursor() - this.categoryLabelPositionOffset;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f165a0]]
x0 
12[[#18f165a0]]
y0 
21[[#18f16620]]
x1 
22[[#18f16620]]
y1 
31[[#18f16600]]
y1 
32[[#18f16600]]
x1