Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 3 | 2 | 0.980 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 1339 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetEditor.java |
2 | 10 | 1354 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetEditor.java |
3 | 10 | 1369 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetEditor.java |
| ||||
/** * Returns the working directory attribute for this scrapbook */ protected String getWorkingDirectoryAttribute() { IFile file = getFile(); if (file != null) { try { return ScrapbookLauncher.getWorkingDirectoryAttribute(file); } catch (CoreException e) { JDIDebugUIPlugin.log(e); } } return null; } |
| ||||
/** * Returns the working directory attribute for this scrapbook */ protected String getVMArgsAttribute() { IFile file = getFile(); if (file != null) { try { return ScrapbookLauncher.getVMArgsAttribute(file); } catch (CoreException e) { JDIDebugUIPlugin.log(e); } } return null; } |
| ||||
/** * Returns the vm install for this scrapbook */ protected IVMInstall getVMInstall() { IFile file = getFile(); if (file != null) { try { return ScrapbookLauncher.getVMInstall(file); } catch (CoreException e) { JDIDebugUIPlugin.log(e); } } return null; } |
| |||
/** * Returns the working directory attribute for this scrapbook */ /** * Returns the vm install for this scrapbook */ protected [[#variablebac3e4c0]] [[#variablebac3e440]]() { IFile file = getFile(); if (file != null) { try { return ScrapbookLauncher. [[#variablebac3e440]](file); } catch (CoreException e) { JDIDebugUIPlugin.log(e); } } return null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bac3e4c0]] | String |
1 | 2 | [[#bac3e4c0]] | String |
1 | 3 | [[#bac3e4c0]] | IVMInstall |
2 | 1 | [[#bac3e440]] | getWorkingDirectoryAttribute |
2 | 2 | [[#bac3e440]] | getVMArgsAttribute |
2 | 3 | [[#bac3e440]] | getVMInstall |