Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 3 | 0.962 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 357 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java |
2 | 1 | 386 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java |
3 | 1 | 187 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileStore.java |
| ||||
String profileId = instanceScope.getNode(JavaUI.ID_PLUGIN).get(PROFILE_KEY, null); |
| ||||
String projProfileId = context.getNode(JavaUI.ID_PLUGIN).get(PROFILE_KEY, null); |
| ||||
String string = scope.getNode(JavaUI.ID_PLUGIN).get(PREF_FORMATTER_PROFILES, null); |
| |||
String [[#variable5c10e200]]= [[#variable5c10e180]].getNode(JavaUI.ID_PLUGIN).get( [[#variable5c10e0c0]], null); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5c10e200]] | projProfileId |
1 | 2 | [[#5c10e200]] | profileId |
1 | 3 | [[#5c10e200]] | string |
2 | 1 | [[#5c10e180]] | context |
2 | 2 | [[#5c10e180]] | instanceScope |
2 | 3 | [[#5c10e180]] | scope |
3 | 1 | [[#5c10e0c0]] | PROFILE_KEY |
3 | 2 | [[#5c10e0c0]] | PROFILE_KEY |
3 | 3 | [[#5c10e0c0]] | PREF_FORMATTER_PROFILES |