CloneSet1104


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.974executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17589
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/PeriodAxis.java
27802
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/ValueAxis.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
589
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/PeriodAxis.java

if (RectangleEdge.isTopOrBottom(edge)) {
  labelHeight = labelEnclosure.getHeight();
  space.add(labelHeight + tickLabelBandsDimension, edge);
}
else
  if (RectangleEdge.isLeftOrRight(edge)) {
    labelWidth = labelEnclosure.getWidth();
    space.add(labelWidth + tickLabelBandsDimension, edge);
  }


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

if (RectangleEdge.isTopOrBottom(edge)) {
  labelHeight = labelEnclosure.getHeight();
  space.add(labelHeight + tickLabelHeight, edge);
}
else
  if (RectangleEdge.isLeftOrRight(edge)) {
    labelWidth = labelEnclosure.getWidth();
    space.add(labelWidth + tickLabelWidth, edge);
  }


Clone AbstractionParameter Count: 2Parameter Bindings

if (RectangleEdge.isTopOrBottom(edge)) {
  labelHeight = labelEnclosure.getHeight();
  space.add(labelHeight +  [[#variable18e76b80]], edge);
}
else
  if (RectangleEdge.isLeftOrRight(edge)) {
    labelWidth = labelEnclosure.getWidth();
    space.add(labelWidth +  [[#variable18e76b00]], edge);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18e76b80]]
tickLabelBandsDimension 
12[[#18e76b80]]
tickLabelHeight 
21[[#18e76b00]]
tickLabelBandsDimension 
22[[#18e76b00]]
tickLabelWidth