Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.966 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 176 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TypeFilterPreferencePage.java |
2 | 1 | 177 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/TypeFilterPreferencePage.java |
| ||||
String enabled = fromDefault ? store.getDefaultString(PREF_FILTER_ENABLED): store.getString(PREF_FILTER_ENABLED); |
| ||||
String disabled = fromDefault ? store.getDefaultString(PREF_FILTER_DISABLED): store.getString(PREF_FILTER_DISABLED); |
| |||
String [[#variable5265d0c0]]= fromDefault ? store.getDefaultString( [[#variable5265cfe0]]): store.getString( [[#variable5265cfe0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5265d0c0]] | disabled |
1 | 2 | [[#5265d0c0]] | enabled |
2 | 1 | [[#5265cfe0]] | PREF_FILTER_DISABLED |
2 | 2 | [[#5265cfe0]] | PREF_FILTER_ENABLED |