CloneSet856


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

/**
 * Returns the edge for a range axis.
 *
 * @param index  the axis index.
 *
 * @return The edge.
 */
public RectangleEdge getRangeAxisEdge(int index) {
  AxisLocation location = getRangeAxisLocation(index);
  RectangleEdge result = Plot.resolveRangeAxisLocation(location, this.orientation);
  if (result == null) {
    result = RectangleEdge.opposite(getRangeAxisEdge(0));
  }
  return result;
}


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

/**
 * Returns the edge for a range axis.
 *
 * @param index  the axis index.
 *
 * @return The edge.
 *
 * @see #getRangeAxisLocation(int)
 * @see #getOrientation()
 */
public RectangleEdge getRangeAxisEdge(int index) {
  AxisLocation location = getRangeAxisLocation(index);
  RectangleEdge result = Plot.resolveRangeAxisLocation(location, this.orientation);
  if (result == null) {
    result = RectangleEdge.opposite(getRangeAxisEdge());
  }
  return result;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Returns the edge for a range axis.
     *
     * @param index  the axis index.
     *
     * @return The edge.
     */
/**
     * Returns the edge for a range axis.
     *
     * @param index  the axis index.
     *
     * @return The edge.
     *
     * @see #getRangeAxisLocation(int)
     * @see #getOrientation()
     */
public RectangleEdge getRangeAxisEdge(int index) {
  AxisLocation location = getRangeAxisLocation(index);
  RectangleEdge result = Plot.resolveRangeAxisLocation(location, this.orientation);
  if (result == null) {
    result = RectangleEdge.opposite(getRangeAxisEdge [[#variable18db00c0]]);
  }
  return result;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18db00c0]]
(0) 
12[[#18db00c0]]
()