CloneSet1514


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

Integer axisIndex = (Integer) this.datasetToDomainAxisMap.get(index);
if (axisIndex != null) {
  result = getDomainAxis(axisIndex.intValue());
}
return result;


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

Integer axisIndex = (Integer) this.datasetToRangeAxisMap.get(index);
if (axisIndex != null) {
  result = getRangeAxis(axisIndex.intValue());
}
return result;


Clone AbstractionParameter Count: 2Parameter Bindings

Integer axisIndex = (Integer) this. [[#variable18fa95a0]].get(index);
if (axisIndex != null) {
  result = [[#variable18fa9920]](axisIndex.intValue());
}
return result;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18fa95a0]]
datasetToDomainAxisMap 
12[[#18fa95a0]]
datasetToRangeAxisMap 
21[[#18fa9920]]
getDomainAxis 
22[[#18fa9920]]
getRangeAxis