Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 2 | 0.976 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 539 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java |
2 | 10 | 709 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java |
| |||||
CycleBoundTick tick = new CycleBoundTick(this.boundMappedToLastCycle, new Double(currentTickValue), tickLabel, anchor, rotationAnchor, angle); if (currentTickValue == cycleBound) { this.internalMarkerCycleBoundTick = tick; } result.add(tick); lastTick = tick; lastX = x; |
| |||||
CycleBoundTick tick = new CycleBoundTick(this.boundMappedToLastCycle, new Double(currentTickValue), tickLabel, anchor, rotationAnchor, angle); if (currentTickValue == cycleBound) { this.internalMarkerCycleBoundTick = tick; } result.add(tick); lastTick = tick; lastY = y; |
| |||
CycleBoundTick tick = new CycleBoundTick(this.boundMappedToLastCycle, new Double(currentTickValue), tickLabel, anchor, rotationAnchor, angle); if (currentTickValue == cycleBound) { this.internalMarkerCycleBoundTick = tick; } result.add(tick); lastTick = tick; [[#variable18e498c0]]= [[#variable18e499a0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18e498c0]] | lastX |
1 | 2 | [[#18e498c0]] | lastY |
2 | 1 | [[#18e499a0]] | x |
2 | 2 | [[#18e499a0]] | y |