Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.984 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 227 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaDebugPreferencePage.java |
2 | 7 | 286 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaDebugPreferencePage.java |
| ||||
Preferences coreStore = JDIDebugModel.getPreferences(); Preferences runtimeStore = JavaRuntime.getPreferences(); fSuspendButton.setSelection(store.getDefaultBoolean(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS)); fSuspendOnCompilationErrors.setSelection(store.getDefaultBoolean(IJDIPreferencesConstants.PREF_SUSPEND_ON_COMPILATION_ERRORS)); fSuspendDuringEvaluations.setSelection(coreStore.getDefaultBoolean(JDIDebugModel.PREF_SUSPEND_FOR_BREAKPOINTS_DURING_EVALUATION)); int value = coreStore.getDefaultInt(JDIDebugPlugin.PREF_DEFAULT_BREAKPOINT_SUSPEND_POLICY); |
| ||||
Preferences coreStore = JDIDebugModel.getPreferences(); Preferences runtimeStore = JavaRuntime.getPreferences(); fSuspendButton.setSelection(store.getBoolean(IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS)); fSuspendOnCompilationErrors.setSelection(store.getBoolean(IJDIPreferencesConstants.PREF_SUSPEND_ON_COMPILATION_ERRORS)); fSuspendDuringEvaluations.setSelection(coreStore.getBoolean(JDIDebugModel.PREF_SUSPEND_FOR_BREAKPOINTS_DURING_EVALUATION)); int value = coreStore.getInt(JDIDebugPlugin.PREF_DEFAULT_BREAKPOINT_SUSPEND_POLICY); |
| |||
Preferences coreStore = JDIDebugModel.getPreferences(); Preferences runtimeStore = JavaRuntime.getPreferences(); fSuspendButton.setSelection(store. [[#variable5605c280]](IJDIPreferencesConstants.PREF_SUSPEND_ON_UNCAUGHT_EXCEPTIONS)); fSuspendOnCompilationErrors.setSelection(store. [[#variable5605c280]](IJDIPreferencesConstants.PREF_SUSPEND_ON_COMPILATION_ERRORS)); fSuspendDuringEvaluations.setSelection(coreStore. [[#variable5605c280]](JDIDebugModel.PREF_SUSPEND_FOR_BREAKPOINTS_DURING_EVALUATION)); int value = coreStore. [[#variable52b53500]](JDIDebugPlugin.PREF_DEFAULT_BREAKPOINT_SUSPEND_POLICY); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5605c280]] | getBoolean |
1 | 2 | [[#5605c280]] | getDefaultBoolean |
2 | 1 | [[#52b53500]] | getInt |
2 | 2 | [[#52b53500]] | getDefaultInt |