CloneSet2168


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.972statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121145
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/SegmentedTimeline.java
22303
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/LookupPaintScale.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
1145
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/SegmentedTimeline.java

int low = 0;
int high = this.exceptionSegments.size() - 1;


First
Previous
Clone Instance
2
Line Count
2
Source Line
303
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/LookupPaintScale.java

// for value in bounds, do the lookup...
int low = 0;
int high = this.lookupTable.size() - 1;


Clone AbstractionParameter Count: 1Parameter Bindings

// for value in bounds, do the lookup...
int low = 0;
int high = this. [[#variable1a120700]].size() - 1;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a120700]]
exceptionSegments 
12[[#1a120700]]
lookupTable