CloneSet1052


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18345
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedDomainCategoryPlot.java
28355
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedDomainXYPlot.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
345
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedDomainCategoryPlot.java

{
  if (orientation == PlotOrientation.HORIZONTAL) {
    space.setLeft(fixed.getLeft());
    space.setRight(fixed.getRight());
  }
  else
    if (orientation == PlotOrientation.VERTICAL) {
      space.setTop(fixed.getTop());
      space.setBottom(fixed.getBottom());
    }
}


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

{
  if (orientation == PlotOrientation.HORIZONTAL) {
    space.setLeft(fixed.getLeft());
    space.setRight(fixed.getRight());
  }
  else
    if (orientation == PlotOrientation.VERTICAL) {
      space.setTop(fixed.getTop());
      space.setBottom(fixed.getBottom());
    }
}


Clone AbstractionParameter Count: 0Parameter Bindings

{
  if (orientation == PlotOrientation.HORIZONTAL) {
    space.setLeft(fixed.getLeft());
    space.setRight(fixed.getRight());
  }
  else
    if (orientation == PlotOrientation.VERTICAL) {
      space.setTop(fixed.getTop());
      space.setBottom(fixed.getBottom());
    }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None