Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 797 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaDebugOptionsManager.java |
2 | 6 | 418 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaDetailFormattersManager.java |
| ||||
// If a Java stack frame is selected in the Debug view, fire a change event on // it so the variables view will update for any structure changes. IAdaptable selected = DebugUITools.getDebugContext(); if (selected != null) { IJavaStackFrame frame = (IJavaStackFrame) selected.getAdapter(IJavaStackFrame.class ); if (frame != null) { DebugPlugin.getDefault().fireDebugEventSet(new DebugEvent[] { new DebugEvent(frame, DebugEvent.CHANGE) } ); } } |
| ||||
// If a Java stack frame is selected in the Debug view, fire a change event on // it so the variables view will update for any formatter changes. IAdaptable selected = DebugUITools.getDebugContext(); if (selected != null) { IJavaStackFrame frame = (IJavaStackFrame) selected.getAdapter(IJavaStackFrame.class ); if (frame != null) { DebugPlugin.getDefault().fireDebugEventSet(new DebugEvent[] { new DebugEvent(frame, DebugEvent.CHANGE) } ); } } |
| |||
// If a Java stack frame is selected in the Debug view, fire a change event on // it so the variables view will update for any formatter changes. // it so the variables view will update for any structure changes. IAdaptable selected = DebugUITools.getDebugContext(); if (selected != null) { IJavaStackFrame frame = (IJavaStackFrame) selected.getAdapter(IJavaStackFrame.class ); if (frame != null) { DebugPlugin.getDefault().fireDebugEventSet(new DebugEvent[] { new DebugEvent(frame, DebugEvent.CHANGE) } ); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |