CloneSet629


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7310.976statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17390
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimeSeriesCollection.java
27355
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultTableXYDataset.java
37116
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/VectorSeriesCollection.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
390
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimeSeriesCollection.java

// deregister the collection as a change listener to each series in the
// collection
for (int i = 0; i < this.data.size(); i++) {
  TimeSeries series = (TimeSeries) this.data.get(i);
  series.removeChangeListener(this );
}
// remove all the series from the collection and notify listeners.
this.data.clear();


Next
Previous
Clone Instance
2
Line Count
7
Source Line
355
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultTableXYDataset.java

// Unregister the collection as a change listener to each series in
// the collection.
for (int i = 0; i < this.data.size(); i++) {
  XYSeries series = (XYSeries) this.data.get(i);
  series.removeChangeListener(this );
}
// Remove all the series from the collection and notify listeners.
this.data.clear();


First
Previous
Clone Instance
3
Line Count
7
Source Line
116
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/VectorSeriesCollection.java

// deregister the collection as a change listener to each series in the
// collection
for (int i = 0; i < this.data.size(); i++) {
  VectorSeries series = (VectorSeries) this.data.get(i);
  series.removeChangeListener(this );
}
// remove all the series from the collection and notify listeners.
this.data.clear();


Clone AbstractionParameter Count: 1Parameter Bindings

// Unregister the collection as a change listener to each series in
// the collection.
// deregister the collection as a change listener to each series in the
// collection
for (int i = 0; i < this.data.size(); i++) {
   [[#variable18c986a0]] series = ( [[#variable18c986a0]]) this.data.get(i);
  series.removeChangeListener(this );
}
// Remove all the series from the collection and notify listeners.
// remove all the series from the collection and notify listeners.
this.data.clear();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18c986a0]]
TimeSeries 
12[[#18c986a0]]
XYSeries 
13[[#18c986a0]]
VectorSeries