CloneSet587


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1122722
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
2122671
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
2722
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java

{
  if (this.orientation == PlotOrientation.HORIZONTAL) {
    space.ensureAtLeast(this.fixedDomainAxisSpace.getLeft(), RectangleEdge.LEFT);
    space.ensureAtLeast(this.fixedDomainAxisSpace.getRight(), RectangleEdge.RIGHT);
  }
  else
    if (this.orientation == PlotOrientation.VERTICAL) {
      space.ensureAtLeast(this.fixedDomainAxisSpace.getTop(), RectangleEdge.TOP);
      space.ensureAtLeast(this.fixedDomainAxisSpace.getBottom(), RectangleEdge.BOTTOM);
    }
}


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

{
  if (this.orientation == PlotOrientation.HORIZONTAL) {
    space.ensureAtLeast(this.fixedDomainAxisSpace.getLeft(), RectangleEdge.LEFT);
    space.ensureAtLeast(this.fixedDomainAxisSpace.getRight(), RectangleEdge.RIGHT);
  }
  else
    if (this.orientation == PlotOrientation.VERTICAL) {
      space.ensureAtLeast(this.fixedDomainAxisSpace.getTop(), RectangleEdge.TOP);
      space.ensureAtLeast(this.fixedDomainAxisSpace.getBottom(), RectangleEdge.BOTTOM);
    }
}


Clone AbstractionParameter Count: 0Parameter Bindings

{
  if (this.orientation == PlotOrientation.HORIZONTAL) {
    space.ensureAtLeast(this.fixedDomainAxisSpace.getLeft(), RectangleEdge.LEFT);
    space.ensureAtLeast(this.fixedDomainAxisSpace.getRight(), RectangleEdge.RIGHT);
  }
  else
    if (this.orientation == PlotOrientation.VERTICAL) {
      space.ensureAtLeast(this.fixedDomainAxisSpace.getTop(), RectangleEdge.TOP);
      space.ensureAtLeast(this.fixedDomainAxisSpace.getBottom(), RectangleEdge.BOTTOM);
    }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None