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.956 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 841 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java |
2 | 2 | 381 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileStore.java |
| ||||
IScopeContext instanceScope = fPreferencesAccess.getInstanceScope(); final IEclipsePreferences uiPrefs = instanceScope.getNode(JavaUI.ID_PLUGIN); |
| ||||
IScopeContext instanceScope = access.getInstanceScope(); IEclipsePreferences uiPreferences = instanceScope.getNode(JavaUI.ID_PLUGIN); |
| |||
IScopeContext instanceScope = [[#variableb48d09c0]].getInstanceScope(); [[#variableb48d0980]]IEclipsePreferences [[#variableb48d0940]]= instanceScope.getNode(JavaUI.ID_PLUGIN); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b48d09c0]] | fPreferencesAccess |
1 | 2 | [[#b48d09c0]] | access |
2 | 1 | [[#b48d0980]] | final |
2 | 2 | [[#b48d0980]] | |
3 | 1 | [[#b48d0940]] | uiPrefs |
3 | 2 | [[#b48d0940]] | uiPreferences |