Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1145 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/SegmentedTimeline.java |
2 | 2 | 303 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/LookupPaintScale.java |
| |||||
int low = 0; int high = this.exceptionSegments.size() - 1; |
| |||||
// for value in bounds, do the lookup... int low = 0; int high = this.lookupTable.size() - 1; |
| |||
// for value in bounds, do the lookup... int low = 0; int high = this. [[#variable1a120700]].size() - 1; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a120700]] | exceptionSegments |
1 | 2 | [[#1a120700]] | lookupTable |