CloneSet1644


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
111103
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/event/ChartChangeEvent.java
21186
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/event/ChartProgressEvent.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
103
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/event/ChartChangeEvent.java

/**
 * Returns the chart that generated the change event.
 *
 * @return The chart that generated the change event.
 */
public JFreeChart getChart() {
  return this.chart;
}

/**
 * Sets the chart that generated the change event.
 *
 * @param chart  the chart that generated the event.
 */
public void setChart(JFreeChart chart) {
  this.chart = chart;
}


First
Previous
Clone Instance
2
Line Count
11
Source Line
86
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/event/ChartProgressEvent.java

/**
 * Returns the chart that generated the change event.
 *
 * @return The chart that generated the change event.
 */
public JFreeChart getChart() {
  return this.chart;
}

/**
 * Sets the chart that generated the change event.
 *
 * @param chart  the chart that generated the event.
 */
public void setChart(JFreeChart chart) {
  this.chart = chart;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns the chart that generated the change event.
     *
     * @return The chart that generated the change event.
     */
public JFreeChart getChart() {
  return this.chart;
}

/**
     * Sets the chart that generated the change event.
     *
     * @param chart  the chart that generated the event.
     */
public void setChart(JFreeChart chart) {
  this.chart = chart;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None