Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 360 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java |
2 | 1 | 3709 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
| ||||
// request from bug 129427 profileId = new DefaultScope().getNode(JavaUI.ID_PLUGIN).get(PROFILE_KEY, null); |
| ||||
val = new InstanceScope().getNode(JavaUI.ID_PLUGIN).get(key, null); |
| |||
[[#variablebbc95860]]= new [[#variablebbc957e0]]().getNode(JavaUI.ID_PLUGIN).get( [[#variablebbc95780]], null); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bbc95860]] | // request from bug 129427 profileId |
1 | 2 | [[#bbc95860]] | val |
2 | 1 | [[#bbc957e0]] | DefaultScope |
2 | 2 | [[#bbc957e0]] | InstanceScope |
3 | 1 | [[#bbc95780]] | PROFILE_KEY |
3 | 2 | [[#bbc95780]] | key |