| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.967 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 229 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MembersOrderPreferencePage.java |
| 2 | 4 | 235 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MembersOrderPreferencePage.java |
| ||||
if (str != null)
fSortOrderList.setElements(parseList(str));
else
fSortOrderList.setElements(parseList(ALL_SORTMEMBER_ENTRIES));
|
| ||||
if (str != null)
fVisibilityOrderList.setElements(parseList(str));
else
fVisibilityOrderList.setElements(parseList(ALL_VISIBILITY_ENTRIES));
|
| |||
if (str != null) [[#variable4e20b260]].setElements(parseList(str)); else [[#variable4e20b260]].setElements(parseList( [[#variable4e20b240]])); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4e20b260]] | fVisibilityOrderList |
| 1 | 2 | [[#4e20b260]] | fSortOrderList |
| 2 | 1 | [[#4e20b240]] | ALL_VISIBILITY_ENTRIES |
| 2 | 2 | [[#4e20b240]] | ALL_SORTMEMBER_ENTRIES |