Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 3 | 0.957 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 280 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java |
2 | 2 | 291 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java |
3 | 2 | 970 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java |
| ||||
for (int i = 0; i < fToggleOrientationActions.length; i++) { fToggleOrientationActions[i].setChecked(fOrientation == fToggleOrientationActions[i].getOrientation()); } |
| ||||
for (int i = 0; i < fToggleCallModeActions.length; i++) { fToggleCallModeActions[i].setChecked(mode == fToggleCallModeActions[i].getMode()); } |
| ||||
for (int i = 0; i < fToggleOrientationActions.length; i++) { fToggleOrientationActions[i].setChecked(fOrientation == fToggleOrientationActions[i].getOrientation()); } |
| |||
for (int i = 0; i < [[#variable9d987c20]].length; i++) { [[#variable9d987c20]][i].setChecked( [[#variable9d987ba0]]== [[#variable9d987c20]][i]. [[#variable9d987b20]]()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9d987c20]] | fToggleOrientationActions |
1 | 2 | [[#9d987c20]] | fToggleCallModeActions |
1 | 3 | [[#9d987c20]] | fToggleOrientationActions |
2 | 1 | [[#9d987ba0]] | fOrientation |
2 | 2 | [[#9d987ba0]] | mode |
2 | 3 | [[#9d987ba0]] | fOrientation |
3 | 1 | [[#9d987b20]] | getOrientation |
3 | 2 | [[#9d987b20]] | getMode |
3 | 3 | [[#9d987b20]] | getOrientation |