Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 4 | 0.964 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 109 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MembersOrderPreferencePage.java |
2 | 5 | 131 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MembersOrderPreferencePage.java |
| ||||
if ( !isValidEntries(entries, ALL_SORTMEMBER_ENTRIES)) { memberSortString = getPreferenceStore().getDefaultString(PREF_OUTLINE_SORT_OPTION); entries = parseList(memberSortString); } fSortOrderList.setElements(entries); |
| ||||
if ( !isValidEntries(entries, ALL_VISIBILITY_ENTRIES)) { visibilitySortString = getPreferenceStore().getDefaultString(PREF_VISIBILITY_SORT_OPTION); entries = parseList(visibilitySortString); } fVisibilityOrderList.setElements(entries); |
| |||
if ( !isValidEntries(entries, [[#variable922d8fa0]])) { [[#variable922d8f00]]= getPreferenceStore().getDefaultString( [[#variable922d8ee0]]); entries = parseList( [[#variable922d8f00]]); } [[#variable922d84e0]].setElements(entries); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#922d8fa0]] | ALL_VISIBILITY_ENTRIES |
1 | 2 | [[#922d8fa0]] | ALL_SORTMEMBER_ENTRIES |
2 | 1 | [[#922d8f00]] | visibilitySortString |
2 | 2 | [[#922d8f00]] | memberSortString |
3 | 1 | [[#922d8ee0]] | PREF_VISIBILITY_SORT_OPTION |
3 | 2 | [[#922d8ee0]] | PREF_OUTLINE_SORT_OPTION |
4 | 1 | [[#922d84e0]] | fVisibilityOrderList |
4 | 2 | [[#922d84e0]] | fSortOrderList |