Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.957 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 313 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/BuildPathDialogAccess.java |
2 | 2 | 506 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/BuildPathDialogAccess.java |
| ||||
ElementTreeSelectionDialog dialog = new ElementTreeSelectionDialog(shell, new WorkbenchLabelProvider(), new WorkbenchContentProvider()); dialog.setValidator(validator); |
| ||||
MultipleFolderSelectionDialog dialog = new MultipleFolderSelectionDialog(shell, new WorkbenchLabelProvider(), new WorkbenchContentProvider()); dialog.setExisting(used); |
| |||
[[#variable4e6e6da0]] dialog = new [[#variable4e6e6da0]](shell, new WorkbenchLabelProvider(), new WorkbenchContentProvider()); dialog. [[#variable4e6e7100]]( [[#variable4e6e70c0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e6e6da0]] | ElementTreeSelectionDialog |
1 | 2 | [[#4e6e6da0]] | MultipleFolderSelectionDialog |
2 | 1 | [[#4e6e7100]] | setValidator |
2 | 2 | [[#4e6e7100]] | setExisting |
3 | 1 | [[#4e6e70c0]] | validator |
3 | 2 | [[#4e6e70c0]] | used |