| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.991 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 585 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java |
| 2 | 3 | 596 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/RefactorActionGroup.java |
| ||||
for (Iterator iter = fActions.iterator(); iter.hasNext();) {
SelectionDispatchAction action = (SelectionDispatchAction) iter.next();
action.update(javaSelection);
}
|
| ||||
for (Iterator iter = fActions.iterator(); iter.hasNext();) {
SelectionDispatchAction action = (SelectionDispatchAction) iter.next();
action.update(textSelection);
}
|
| |||
for (Iterator iter = fActions.iterator(); iter.hasNext();) {
SelectionDispatchAction action = (SelectionDispatchAction) iter.next();
action.update( [[#variable637c8560]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#637c8560]] | javaSelection |
| 1 | 2 | [[#637c8560]] | textSelection |