CloneSet2207


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

{
  double w = state.getMax() + this.categoryLabelPositionOffset;
  state.cursorLeft(w);
}


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

{
  double w = state.getMax() + this.categoryLabelPositionOffset;
  state.cursorRight(w);
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  double w = state.getMax() + this.categoryLabelPositionOffset;
  state. [[#variable1a147800]](w);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a147800]]
cursorLeft 
12[[#1a147800]]
cursorRight