Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.971 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 68 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/DeleteAction.java |
2 | 4 | 78 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgCopyAction.java |
3 | 4 | 91 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMoveAction.java |
| ||||
private IAction createWorkbenchAction(IStructuredSelection selection) { DeleteResourceAction action = new DeleteResourceAction(getShell()); action.selectionChanged(selection); return action; } |
| ||||
private CopyProjectAction createWorkbenchAction(IStructuredSelection selection) { CopyProjectAction action = new CopyProjectAction(getShell()); action.selectionChanged(selection); return action; } |
| ||||
private MoveProjectAction createWorkbenchAction(IStructuredSelection selection) { MoveProjectAction action = new MoveProjectAction(getShell()); action.selectionChanged(selection); return action; } |
| |||
private [[#variableb1e9e880]] createWorkbenchAction(IStructuredSelection selection) { [[#variableb1e9e820]] action = new [[#variableb1e9e820]](getShell()); action.selectionChanged(selection); return action; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b1e9e880]] | MoveProjectAction |
1 | 2 | [[#b1e9e880]] | CopyProjectAction |
1 | 3 | [[#b1e9e880]] | IAction |
2 | 1 | [[#b1e9e820]] | MoveProjectAction |
2 | 2 | [[#b1e9e820]] | CopyProjectAction |
2 | 3 | [[#b1e9e820]] | DeleteResourceAction |