Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.961 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 131 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/propertypages/InstanceFilterEditor.java |
2 | 5 | 289 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/propertypages/ThreadFilterEditor.java |
| ||||
{ try { return ((IJavaBreakpoint) parent).getInstanceFilters(); } catch (CoreException e) { JDIDebugUIPlugin.log(e); } } |
| ||||
{ try { return ((IJavaDebugTarget) parent).getThreads(); } catch (DebugException e) { JDIDebugUIPlugin.log(e); } } |
| |||
{ try { return (( [[#variablebd310720]]) parent). [[#variablebd310680]](); } catch ( [[#variablebd310600]] e) { JDIDebugUIPlugin.log(e); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bd310720]] | IJavaBreakpoint |
1 | 2 | [[#bd310720]] | IJavaDebugTarget |
2 | 1 | [[#bd310680]] | getInstanceFilters |
2 | 2 | [[#bd310680]] | getThreads |
3 | 1 | [[#bd310600]] | CoreException |
3 | 2 | [[#bd310600]] | DebugException |