Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 4 | 0.958 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 145 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMoveLinesAction.java |
2 | 1 | 146 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMoveLinesAction.java |
3 | 1 | 147 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMoveLinesAction.java |
4 | 1 | 148 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMoveLinesAction.java |
| ||||
actions[0] = new JavaMoveLinesAction(bundle, "Editor.MoveLinesUp.", true, false, state); //$NON-NLS-1$ |
| ||||
actions[1] = new JavaMoveLinesAction(bundle, "Editor.MoveLinesDown.", false, false, state); //$NON-NLS-1$ |
| ||||
actions[2] = new JavaMoveLinesAction(bundle, "Editor.CopyLineUp.", true, true, state); //$NON-NLS-1$ |
| ||||
actions[3] = new JavaMoveLinesAction(bundle, "Editor.CopyLineDown.", false, true, state); //$NON-NLS-1$ |
| |||
actions[ [[#variableb216a5e0]]] = new JavaMoveLinesAction(bundle, [[#variableb216a560]], [[#variableb216a4e0]], [[#variableb216a460]], state); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b216a5e0]] | 0 |
1 | 2 | [[#b216a5e0]] | 1 |
1 | 3 | [[#b216a5e0]] | 2 |
1 | 4 | [[#b216a5e0]] | 3 |
2 | 1 | [[#b216a560]] | "Editor.MoveLinesUp." |
2 | 2 | [[#b216a560]] | "Editor.MoveLinesDown." |
2 | 3 | [[#b216a560]] | "Editor.CopyLineUp." |
2 | 4 | [[#b216a560]] | "Editor.CopyLineDown." |
3 | 1 | [[#b216a4e0]] | true |
3 | 2 | [[#b216a4e0]] | false |
3 | 3 | [[#b216a4e0]] | true |
3 | 4 | [[#b216a4e0]] | false |
4 | 1 | [[#b216a460]] | false |
4 | 2 | [[#b216a460]] | false |
4 | 3 | [[#b216a460]] | true |
4 | 4 | [[#b216a460]] | true |