CloneSet1634


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

/**
 * Returns the weight for this plot when it is used as a subplot within a
 * combined plot.
 *
 * @return The weight.
 *
 * @see #setWeight(int)
 */
public int getWeight() {
  return this.weight;
}

/**
 * Sets the weight for the plot and sends a {@link PlotChangeEvent} to all
 * registered listeners.
 *
 * @param weight  the weight.
 *
 * @see #getWeight()
 */
public void setWeight(int weight) {
  this.weight = weight;
  fireChangeEvent();
}


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

/**
 * Returns the weight for this plot when it is used as a subplot within a
 * combined plot.
 *
 * @return The weight.
 *
 * @see #setWeight(int)
 */
public int getWeight() {
  return this.weight;
}

/**
 * Sets the weight for the plot and sends a {@link PlotChangeEvent} to all
 * registered listeners.
 *
 * @param weight  the weight.
 *
 * @see #getWeight()
 */
public void setWeight(int weight) {
  this.weight = weight;
  fireChangeEvent();
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns the weight for this plot when it is used as a subplot within a
     * combined plot.
     *
     * @return The weight.
     *
     * @see #setWeight(int)
     */
public int getWeight() {
  return this.weight;
}

/**
     * Sets the weight for the plot and sends a {@link PlotChangeEvent} to all
     * registered listeners.
     *
     * @param weight  the weight.
     *
     * @see #getWeight()
     */
public void setWeight(int weight) {
  this.weight = weight;
  fireChangeEvent();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None