CloneSet2110


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11191
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYInterval.java
21193
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/YWithXInterval.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
91
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYInterval.java

/**
 * Returns the lower bound of the x-interval.
 *
 * @return The lower bound of the x-interval.
 */
public double getXLow() {
  return this.xLow;
}

/**
 * Returns the upper bound of the x-interval.
 *
 * @return The upper bound of the x-interval.
 */
public double getXHigh() {
  return this.xHigh;
}


First
Previous
Clone Instance
2
Line Count
11
Source Line
93
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/YWithXInterval.java

/**
 * Returns the lower bound of the x-interval.
 *
 * @return The lower bound of the x-interval.
 */
public double getXLow() {
  return this.xLow;
}

/**
 * Returns the upper bound of the x-interval.
 *
 * @return The upper bound of the x-interval.
 */
public double getXHigh() {
  return this.xHigh;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns the lower bound of the x-interval.
     *
     * @return The lower bound of the x-interval.
     */
public double getXLow() {
  return this.xLow;
}

/**
     * Returns the upper bound of the x-interval.
     *
     * @return The upper bound of the x-interval.
     */
public double getXHigh() {
  return this.xHigh;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None