Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.952 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 517 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/AbstractBlock.java |
2 | 3 | 532 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/AbstractBlock.java |
| |||||
result = this.frame.getInsets().extendWidth(result); result = this.margin.extendWidth(result); return result; |
| |||||
result = this.frame.getInsets().extendHeight(result); result = this.margin.extendHeight(result); return result; |
| |||
result = this.frame.getInsets(). [[#variable1a0ceb40]](result); result = this.margin. [[#variable1a0ceb40]](result); return result; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0ceb40]] | extendWidth |
1 | 2 | [[#1a0ceb40]] | extendHeight |