CloneSet2354


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15535
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimeSeries.java
25713
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimeSeries.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
535
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimeSeries.java

// check if this addition will exceed the maximum item count...
if (getItemCount() > this.maximumItemCount) {
  this.data.remove(0);
}
removeAgedItems(false); // remove old items if necessary, but


First
Previous
Clone Instance
2
Line Count
5
Source Line
713
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimeSeries.java

// check if this addition will exceed the maximum item count...
if (getItemCount() > this.maximumItemCount) {
  this.data.remove(0);
}
removeAgedItems(false); // remove old items if necessary, but


Clone AbstractionParameter Count: 0Parameter Bindings

// check if this addition will exceed the maximum item count...
if (getItemCount() > this.maximumItemCount) {
  this.data.remove(0);
}
removeAgedItems(false); // remove old items if necessary, but
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None