CloneSet878


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

if (anchor == CategoryAnchor.START) {
  result = getCategoryStart(category, categoryCount, area, edge);
}
else
  if (anchor == CategoryAnchor.MIDDLE) {
    result = getCategoryMiddle(category, categoryCount, area, edge);
  }
  else
    if (anchor == CategoryAnchor.END) {
      result = getCategoryEnd(category, categoryCount, area, edge);
    }
return result;


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

if (anchor == CategoryAnchor.START) {
  result = getCategoryStart(category, categoryCount, adjustedArea, edge);
}
else
  if (anchor == CategoryAnchor.MIDDLE) {
    result = getCategoryMiddle(category, categoryCount, adjustedArea, edge);
  }
  else
    if (anchor == CategoryAnchor.END) {
      result = getCategoryEnd(category, categoryCount, adjustedArea, edge);
    }
return result;


Clone AbstractionParameter Count: 1Parameter Bindings

if (anchor == CategoryAnchor.START) {
  result = getCategoryStart(category, categoryCount,  [[#variable18dc8480]], edge);
}
else
  if (anchor == CategoryAnchor.MIDDLE) {
    result = getCategoryMiddle(category, categoryCount,  [[#variable18dc8480]], edge);
  }
  else
    if (anchor == CategoryAnchor.END) {
      result = getCategoryEnd(category, categoryCount,  [[#variable18dc8480]], edge);
    }
return result;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18dc8480]]
area 
12[[#18dc8480]]
adjustedArea