Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.958 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 558 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java |
2 | 5 | 691 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java |
| ||||
final IEclipsePreferences corePrefs = context.getNode(JavaCore.PLUGIN_ID); updatePreferences(corePrefs, fCoreKeys, profileOptions); final IEclipsePreferences uiPrefs = context.getNode(JavaUI.ID_PLUGIN); updatePreferences(uiPrefs, fUIKeys, profileOptions); |
| ||||
final IEclipsePreferences corePrefs = context.getNode(JavaCore.PLUGIN_ID); updatePreferences(corePrefs, fCoreKeys, Collections.EMPTY_MAP); final IEclipsePreferences uiPrefs = context.getNode(JavaUI.ID_PLUGIN); updatePreferences(uiPrefs, fUIKeys, Collections.EMPTY_MAP); |
| |||
final IEclipsePreferences corePrefs = context.getNode(JavaCore.PLUGIN_ID); updatePreferences(corePrefs, fCoreKeys, [[#variable97ac16e0]]); final IEclipsePreferences uiPrefs = context.getNode(JavaUI.ID_PLUGIN); updatePreferences(uiPrefs, fUIKeys, [[#variable97ac16e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#97ac16e0]] | Collections.EMPTY_MAP |
1 | 2 | [[#97ac16e0]] | profileOptions |