Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 3 | 0.992 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 184 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationPropertyPage.java |
2 | 12 | 143 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NativeLibrariesPropertyPage.java |
| ||||
IJavaElement elem = getJavaElement(); try { IRunnableWithProgress runnable = getRunnable(getShell(), elem, javadocLocation, fEntry, fContainerPath); PlatformUI.getWorkbench().getProgressService().run(true, true, runnable); } catch (InvocationTargetException e) { String title = PreferencesMessages.SourceAttachmentPropertyPage_error_title; String message = PreferencesMessages.SourceAttachmentPropertyPage_error_message; ExceptionHandler.handle(e, getShell(), title, message); return false; } catch (InterruptedException e) { // cancelled return false; } |
| ||||
IJavaElement elem = getJavaElement(); try { IRunnableWithProgress runnable = getRunnable(getShell(), elem, nativeLibraryPath, fEntry, fContainerPath); PlatformUI.getWorkbench().getProgressService().run(true, true, runnable); } catch (InvocationTargetException e) { String title = PreferencesMessages.NativeLibrariesPropertyPage_errorAttaching_title; String message = PreferencesMessages.NativeLibrariesPropertyPage_errorAttaching_message; ExceptionHandler.handle(e, getShell(), title, message); return false; } catch (InterruptedException e) { // Canceled return false; } |
| |||
IJavaElement elem = getJavaElement(); try { IRunnableWithProgress runnable = getRunnable(getShell(), elem, [[#variablea4adcae0]], fEntry, fContainerPath); PlatformUI.getWorkbench().getProgressService().run(true, true, runnable); } catch (InvocationTargetException e) { String title = PreferencesMessages. [[#variablebb8032c0]]; String message = PreferencesMessages. [[#variable9687eda0]]; ExceptionHandler.handle(e, getShell(), title, message); return false; } catch (InterruptedException e) { // cancelled // Canceled return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4adcae0]] | javadocLocation |
1 | 2 | [[#a4adcae0]] | nativeLibraryPath |
2 | 1 | [[#bb8032c0]] | SourceAttachmentPropertyPage_error_title |
2 | 2 | [[#bb8032c0]] | NativeLibrariesPropertyPage_errorAttaching_title |
3 | 1 | [[#9687eda0]] | SourceAttachmentPropertyPage_error_message |
3 | 2 | [[#9687eda0]] | NativeLibrariesPropertyPage_errorAttaching_message |