CloneSet416


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6820.952block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161322
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java
261330
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java
361338
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java
461346
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java
561382
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java
661390
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java
761398
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java
861406
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
1322
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java

{
  if (orientation == PlotOrientation.HORIZONTAL) {
    result = RectangleEdge.RIGHT;
  }
  else
    if (orientation == PlotOrientation.VERTICAL) {
      result = RectangleEdge.TOP;
    }
}


Next
Previous
Clone Instance
2
Line Count
6
Source Line
1330
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java

{
  if (orientation == PlotOrientation.HORIZONTAL) {
    result = RectangleEdge.LEFT;
  }
  else
    if (orientation == PlotOrientation.VERTICAL) {
      result = RectangleEdge.TOP;
    }
}


Next
Previous
Clone Instance
3
Line Count
6
Source Line
1338
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java

{
  if (orientation == PlotOrientation.HORIZONTAL) {
    result = RectangleEdge.RIGHT;
  }
  else
    if (orientation == PlotOrientation.VERTICAL) {
      result = RectangleEdge.BOTTOM;
    }
}


Next
Previous
Clone Instance
4
Line Count
6
Source Line
1346
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java

{
  if (orientation == PlotOrientation.HORIZONTAL) {
    result = RectangleEdge.LEFT;
  }
  else
    if (orientation == PlotOrientation.VERTICAL) {
      result = RectangleEdge.BOTTOM;
    }
}


Next
Previous
Clone Instance
5
Line Count
6
Source Line
1382
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java

{
  if (orientation == PlotOrientation.HORIZONTAL) {
    result = RectangleEdge.TOP;
  }
  else
    if (orientation == PlotOrientation.VERTICAL) {
      result = RectangleEdge.RIGHT;
    }
}


Next
Previous
Clone Instance
6
Line Count
6
Source Line
1390
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java

{
  if (orientation == PlotOrientation.HORIZONTAL) {
    result = RectangleEdge.TOP;
  }
  else
    if (orientation == PlotOrientation.VERTICAL) {
      result = RectangleEdge.LEFT;
    }
}


Next
Previous
Clone Instance
7
Line Count
6
Source Line
1398
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java

{
  if (orientation == PlotOrientation.HORIZONTAL) {
    result = RectangleEdge.BOTTOM;
  }
  else
    if (orientation == PlotOrientation.VERTICAL) {
      result = RectangleEdge.RIGHT;
    }
}


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

{
  if (orientation == PlotOrientation.HORIZONTAL) {
    result = RectangleEdge.BOTTOM;
  }
  else
    if (orientation == PlotOrientation.VERTICAL) {
      result = RectangleEdge.LEFT;
    }
}


Clone AbstractionParameter Count: 2Parameter Bindings

{
  if (orientation == PlotOrientation.HORIZONTAL) {
    result = RectangleEdge. [[#variable1a98f820]];
  }
  else
    if (orientation == PlotOrientation.VERTICAL) {
      result = RectangleEdge. [[#variable1a98f7c0]];
    }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a98f820]]
RIGHT 
12[[#1a98f820]]
LEFT 
13[[#1a98f820]]
RIGHT 
14[[#1a98f820]]
LEFT 
15[[#1a98f820]]
TOP 
16[[#1a98f820]]
TOP 
17[[#1a98f820]]
BOTTOM 
18[[#1a98f820]]
BOTTOM 
21[[#1a98f7c0]]
TOP 
22[[#1a98f7c0]]
TOP 
23[[#1a98f7c0]]
BOTTOM 
24[[#1a98f7c0]]
BOTTOM 
25[[#1a98f7c0]]
RIGHT 
26[[#1a98f7c0]]
LEFT 
27[[#1a98f7c0]]
RIGHT 
28[[#1a98f7c0]]
LEFT