Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.982 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 38 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/AddExternalFolderAction.java |
2 | 6 | 38 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/AddExternalJarAction.java |
| ||||
String lastUsedPath = getDialogSetting(LAST_PATH_SETTING); if (lastUsedPath == null) { lastUsedPath = ""; //$NON-NLS-1$ } DirectoryDialog dialog = new DirectoryDialog(getShell(), SWT.MULTI); dialog.setText(ActionMessages.AddExternalFolderAction_Folder_Selection_3); |
| ||||
String lastUsedPath = getDialogSetting(LAST_PATH_SETTING); if (lastUsedPath == null) { lastUsedPath = ""; //$NON-NLS-1$ } FileDialog dialog = new FileDialog(getShell(), SWT.MULTI); dialog.setText(ActionMessages.AddExternalJar_Jar_Selection_3); |
| |||
String lastUsedPath = getDialogSetting(LAST_PATH_SETTING); if (lastUsedPath == null) { lastUsedPath = ""; //$NON-NLS-1$ } [[#variable554efd80]] dialog = new [[#variable554efd80]](getShell(), SWT.MULTI); dialog.setText(ActionMessages. [[#variable5902bbc0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#554efd80]] | FileDialog |
1 | 2 | [[#554efd80]] | DirectoryDialog |
2 | 1 | [[#5902bbc0]] | AddExternalJar_Jar_Selection_3 |
2 | 2 | [[#5902bbc0]] | AddExternalFolderAction_Folder_Selection_3 |