CloneSet1650


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.960statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
162628
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/AbstractRenderer.java
262808
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/AbstractRenderer.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
2628
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/AbstractRenderer.java

// otherwise look up the position table
ItemLabelPosition position = (ItemLabelPosition) this.positiveItemLabelPositionList.get(series);
if (position == null) {
  position = this.basePositiveItemLabelPosition;
}
return position;


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

// otherwise look up the position list
ItemLabelPosition position = (ItemLabelPosition) this.negativeItemLabelPositionList.get(series);
if (position == null) {
  position = this.baseNegativeItemLabelPosition;
}
return position;


Clone AbstractionParameter Count: 2Parameter Bindings

// otherwise look up the position table
// otherwise look up the position list
ItemLabelPosition position = (ItemLabelPosition) this. [[#variable1a011ea0]].get(series);
if (position == null) {
  position = this. [[#variable1a011de0]];
}
return position;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a011ea0]]
positiveItemLabelPositionList 
12[[#1a011ea0]]
negativeItemLabelPositionList 
21[[#1a011de0]]
basePositiveItemLabelPosition 
22[[#1a011de0]]
baseNegativeItemLabelPosition