Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.977 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 142 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/ColumnArrangement.java |
2 | 5 | 132 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/FlowArrangement.java |
| |||||
if (h == LengthConstraintType.FIXED) { return arrangeFF(container, g2, constraint); } else if (h == LengthConstraintType.RANGE) { throw new RuntimeException("Not implemented."); } |
| |||||
if (h == LengthConstraintType.FIXED) { return arrangeNF(container, g2, constraint); } else if (h == LengthConstraintType.RANGE) { throw new RuntimeException("Not implemented."); } |
| |||
if (h == LengthConstraintType.FIXED) { return [[#variable1a0acfc0]](container, g2, constraint); } else if (h == LengthConstraintType.RANGE) { throw new RuntimeException("Not implemented."); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0acfc0]] | arrangeFF |
1 | 2 | [[#1a0acfc0]] | arrangeNF |