Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 77 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/AbstractAddStepFilterAction.java |
2 | 2 | 84 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/AbstractAddStepFilterAction.java |
| ||||
String activePref = JavaDebugOptionsManager.serializeList((String[]) activeList.toArray(new String[activeList.size()])); prefStore.setValue(IJDIPreferencesConstants.PREF_ACTIVE_FILTERS_LIST, activePref); |
| ||||
String inactivePref = JavaDebugOptionsManager.serializeList((String[]) inactiveList.toArray(new String[inactiveList.size()])); prefStore.setValue(IJDIPreferencesConstants.PREF_INACTIVE_FILTERS_LIST, inactivePref); |
| |||
String [[#variable9c91f980]]= JavaDebugOptionsManager.serializeList((String[]) [[#variable9c09b040]].toArray(new String[ [[#variable9c09b040]].size()])); prefStore.setValue(IJDIPreferencesConstants. [[#variable9c05e400]], [[#variable9c91f980]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9c91f980]] | inactivePref |
1 | 2 | [[#9c91f980]] | activePref |
2 | 1 | [[#9c09b040]] | inactiveList |
2 | 2 | [[#9c09b040]] | activeList |
3 | 1 | [[#9c05e400]] | PREF_INACTIVE_FILTERS_LIST |
3 | 2 | [[#9c05e400]] | PREF_ACTIVE_FILTERS_LIST |