CloneSet2143


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

// check whether the "valueHistory" array member exists; if not, 
// create them:
if (this.valueHistory[s] == null) {
  this.valueHistory[s] = new ValueSequence(this.historyCount);
}


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

if (this.valueHistory[s] == null) {
  this.valueHistory[s] = new ValueSequence(this.historyCount);
}


Clone AbstractionParameter Count: 0Parameter Bindings

// check whether the "valueHistory" array member exists; if not, 
// create them:
if (this.valueHistory[s] == null) {
  this.valueHistory[s] = new ValueSequence(this.historyCount);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None