Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.961 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 456 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaStepFilterPreferencePage.java |
2 | 4 | 284 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencePage.java |
| ||||
String pref = JavaDebugOptionsManager.serializeList((String[]) active.toArray(new String[active.size()])); store.setValue(IJDIPreferencesConstants.PREF_ACTIVE_FILTERS_LIST, pref); pref = JavaDebugOptionsManager.serializeList((String[]) inactive.toArray(new String[inactive.size()])); store.setValue(IJDIPreferencesConstants.PREF_INACTIVE_FILTERS_LIST, pref); |
| ||||
String pref = JUnitPreferencesConstants.serializeList((String[]) active.toArray(new String[active.size()])); getPreferenceStore().setValue(JUnitPreferencesConstants.PREF_ACTIVE_FILTERS_LIST, pref); pref = JUnitPreferencesConstants.serializeList((String[]) inactive.toArray(new String[inactive.size()])); getPreferenceStore().setValue(JUnitPreferencesConstants.PREF_INACTIVE_FILTERS_LIST, pref); |
| |||
String pref = [[#variable94ac8200]].serializeList((String[]) active.toArray(new String[active.size()])); [[#variable61b807a0]].setValue( [[#variable94ac81a0]].PREF_ACTIVE_FILTERS_LIST, pref); pref = [[#variable94ac8200]].serializeList((String[]) inactive.toArray(new String[inactive.size()])); [[#variable61b807a0]].setValue( [[#variable94ac81a0]].PREF_INACTIVE_FILTERS_LIST, pref); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#94ac8200]] | JUnitPreferencesConstants |
1 | 2 | [[#94ac8200]] | JavaDebugOptionsManager |
2 | 1 | [[#61b807a0]] | getPreferenceStore() |
2 | 2 | [[#61b807a0]] | store |
3 | 1 | [[#94ac81a0]] | JUnitPreferencesConstants |
3 | 2 | [[#94ac81a0]] | IJDIPreferencesConstants |