Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 4 | 0 | 1.000 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 41 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/AbstractAddStepFilterAction.java |
2 | 5 | 96 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/BreakpointHitCountAction.java |
3 | 5 | 32 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ExcludeExceptionLocationAction.java |
4 | 5 | 47 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/OpenTypeAction.java |
| ||||
// Make sure there is a current selection IStructuredSelection selection = getCurrentSelection(); if (selection == null) { return; } // For each selected stack frame, add a corresponding active step filter Iterator itr = selection.iterator(); |
| ||||
IStructuredSelection selection = getCurrentSelection(); if (selection == null) { return; } Iterator itr = selection.iterator(); |
| ||||
IStructuredSelection selection = getCurrentSelection(); if (selection == null) { return; } Iterator itr = selection.iterator(); |
| ||||
IStructuredSelection selection = getCurrentSelection(); if (selection == null) { return; } Iterator itr = selection.iterator(); |
| |||
// Make sure there is a current selection IStructuredSelection selection = getCurrentSelection(); if (selection == null) { return; } // For each selected stack frame, add a corresponding active step filter Iterator itr = selection.iterator(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |