Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.978 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 535 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/ui/viewer/ExtendedTableTreeViewer.java |
2 | 4 | 577 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/ui/viewer/ExtendedTableTreeViewer.java |
| |||||
{ Rectangle imageBounds = image.getBounds(); result.width = imageBounds.width; result.height = imageBounds.height; } |
| |||||
{ Rectangle imageBounds = firstImage.getBounds(); result.width = imageBounds.width; result.height = imageBounds.height; } |
| |||
{ Rectangle imageBounds = [[#variable175c2b60]].getBounds(); result.width = imageBounds.width; result.height = imageBounds.height; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175c2b60]] | image |
1 | 2 | [[#175c2b60]] | firstImage |