Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.953 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 793 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/ui/ViewerPane.java |
2 | 4 | 771 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/celleditor/AdapterFactoryTableTreeEditor.java |
| |||||
int width = 20; int height = 10; Display display = Display.getDefault(); |
| |||||
int width = 20; int height = 10; Display display = canvas.getDisplay(); |
| |||
int width = 20; int height = 10; Display display = [[#variable175da280]]. [[#variable175da1e0]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175da280]] | Display |
1 | 2 | [[#175da280]] | canvas |
2 | 1 | [[#175da1e0]] | getDefault |
2 | 2 | [[#175da1e0]] | getDisplay |